Here's how I organize my file. Anyone else do it this way?
I have a folder for each artist that I have 5 or more songs for.
All tracks are named: "Artist - Title.mp3"
None of them have ID3 v1 or v2 tags.[1]
I have a playlist for each album.
I have plenty of perl scripts for auto-fixing playlists and managing files (easy to create new playlists by grepping a checklist for something like a movie name). Without track numbers stored anywhere, they can be implicity found by counting (non-comment) lines in the playlist for that album.
I think it'd be nice if when importing a song, if there is no ID3 tag, search for " - " (space dash space) and use what's before that as the artist and what's after it as the title. I know some people do it differently, so maybe a config option to specify how your files are named.
Comments?