Thanks for that. Single click on the song list makes a lot more sense and will be better than 1.5
Tag reading works fine, it's the untagged stuff (such as my .wav files) that display incorrectly. I can suggest some fairly simple logic that should catch most cases
if there are no spaces anywhere in the filename then replace all _'s with spaces
look for " - " in the name, treat these as field separators.
Assume the last field is the song title
If the first field consists solely of numbers then
....assume the second field is the artist.
....assume the first field is the track number
else assume the first field is the artist
....if there is a middle field
........assume this is the album name
....else
........use the directory name as the album name
It wont catch all cases by any means, but it should fit the majority of files out there and at least gives us an option to organise untagged files and have them displayed correctly.
Or there is the cheap option. Just dump the filename into the artist/song field directly (since they're shown together) and take the directory name as the album nameI'd be happy enough with this option.



LinkBack URL
About LinkBacks

Reply With Quote
I'd be happy enough with this option.



Bookmarks