Hacker News new | ask | show | jobs
by Karunamon 3696 days ago
"Today's fad" has been the iTunes standard since the application existed.

Also, take your pick. If the files aren't organized to a consistent standard, that means a database has to be stored somewhere with that info so the app can do its job. In iTunes' case, that's an XML file.

1 comments

"Also, take your pick. If the files aren't organized to a consistent standard"

Actually, that's not true - one alternative to an organizational structure or a database is to actually name the files verbosely, which is what I decided on in 1996 when I ripped my first CD:

Artist Name - Album Name - ## - Track Name - time.wav

For instance:

Ferry, Bryan - Taxi - 03 - Answer Me - 2m46s.wav

This file can now be dropped into place anywhere without losing information, requires no DB and gives you full "metadata" for wav files that don't actually contain metadata.