- Sep 4, 2006
- 16,800
- 45
- 91
I want to take .txt files that are exported from iTunes, have them uploaded in a form on a website, then have those files processed, and finally have the output be a nice page with the playlist and other info I'll have the person put in. What languages should I be using to do this? I don't know many(or really any), but I'm willing to figure it out. There is another part that would involve storing the name of all songs, genres, albums, artists, etc., and then making statistics out of that, but I rather get this first part done before that. 
Here is what iTunes does for a .txt file when exported.
I think the format iTunes uses should be easy to read. It's just the turning it into a web page part...
Where to start?:whiste:
View latest post to see latest version.
Currently has PLS, M3U, M3U8, iTunes TXT, and XML support.
http://www.sendspace.com/file/z4tb5y
If you want the PHP version:
http://www.sendspace.com/file/96x0tt
Here is what iTunes does for a .txt file when exported.
Code:
Name Artist Composer Album Grouping Genre Size Time Disc Number Disc Count Track Number Track Count Year Date Modified Date Added Bit Rate Sample Rate Volume Adjustment Kind Equalizer Comments Plays Last Played Skips Last Skipped My Rating Location
Heaven Knows I'm Miserable Now The Smiths The Sound Of The Smiths Indie 4236398 216 1 2 5 24 2008 1/22/2011 4:13 PM 8/27/2010 10:00 PM 156 44100 MPEG audio file 26 4/4/2011 6:11 PM C:\SMITHY.MP3
Go Go Power Rangers (CD Version) Aaron Waters - The Mighty RAW Shuki Levy/Kussa Mahchi Mighty Morphin Power Rangers: The Rock Adventure Rock 4376576 273 1 12 1995 10/16/2010 7:59 PM 10/16/2010 8:00 PM 128 44100 MPEG audio file 22 4/4/2011 6:15 PM C:\FILE\SOMEWHERE
Dancing Queen ABBA Top 100 Dance Hits Dance 7352320 229 3 1/13/2011 7:44 PM 1/13/2011 7:43 PM 256 44100 MPEG audio file jary 1 1/28/2011 6:47 PM C:\SUPERLONG
Where to start?:whiste:
View latest post to see latest version.
Currently has PLS, M3U, M3U8, iTunes TXT, and XML support.
http://www.sendspace.com/file/z4tb5y
If you want the PHP version:
http://www.sendspace.com/file/96x0tt
Last edited:
