phptunest - 1.0converts iTunes library from XML file to a HTML table |
|
||||||||||||||
|
|||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
Unable to download - Version: 1.0, 2/9/2005 03:36AM PST
(1 of 1 users found this comment useful)
Pope Peter IIMost Recent Replies: View All 1 Replies
- Unable to download
Autodiscovered by VT.com - Version: 0.8, 5/22/2003 09:47PM PST
(3 of 3 users found this comment useful)
Nikita ZhukNow that's intresting, I didn't personally submit this release to Versiontracker at all, so it was autodiscovered and added by Versiontracker itself. Well, so be it then :)
RichB: I corrected the size (wrong size was also entered by Versiontracker, not me). Instructions are located at web site and inside PHP scripts. You can open PHP files with any text editor, since scripts are plain text.
alienmeatsack: You're correct, this is only the start (that's why version isn't 1.0 yet). I'll adjust the CSS a bit. I've successfully parsed library files from 3 to 5 megs, but I suppose it depends pretty much of hardware you're using. Code optimization will be certainly made. About that turning it into HTML file, well, it's HTML already (heh :), you can save the resulting page with any browser into HTML file. MySQL backend sounds good.
nice start, needs work - Version: 0.8, 5/22/2003 02:21PM PST
(2 of 2 users found this comment useful)
alienmeatsackI was only able to successfully use it with shorter lists of songs, a handful of albums max. Anything more than that and it would time out. Tried with my entire library (6.2meg) as well. First time it timed out. 2nd time it caused my Mac to go into a chugging loop, at which time it needed a hard reboot to get control back. also, the defauly css is way too dark (black background with tiny grey text), you will need to change it to read anything unless you have your font size set huge.
Features I'd like to see...
1) ability to split larger libraries into pages and generate nav between them
2) better handling of large library files
3) possible mysql storage of parsed data and sorting/displaying/searching
4) option to turn xml into static html file so script isn't needed to run each time (if you don't have php on your host but do on your mac)