Normal
i've been thinking about this overnight and i think this might be the best solution, it's a mix between both suggestions we've had so far:when scanning, for each track -- get album name tag, artist tag, check if any of "album artist", "albumartist" or "band " tags exist- if albumartist tag exists: - check if an album already exists in the database with same album name and album artist, if so, assign track to this album. if not, insert a new album in the database with idArtist corresponding to artist listed in albumartist tag- if no albumartist tag exists: - use the same way of adding albums as currently exists, but with mrmario's idea of grouping all tracks in the same folder into one albumthat way, if people have their tracks labelled with albumartist tags mp will use them, but if not they still can get correctly handled it'd be a really friendly and powerful system - no changes would have to be made to anyone's music collection, but if they want the extra flexibility of retagging with albumartist they can do that!!
i've been thinking about this overnight and i think this might be the best solution, it's a mix between both suggestions we've had so far:
when scanning, for each track -
- get album name tag, artist tag, check if any of "album artist", "albumartist" or "band " tags exist
- if albumartist tag exists:
- check if an album already exists in the database with same album name and album artist, if so, assign track to this album. if not, insert a new album in the database with idArtist corresponding to artist listed in albumartist tag
- if no albumartist tag exists:
- use the same way of adding albums as currently exists, but with mrmario's idea of grouping all tracks in the same folder into one album
that way, if people have their tracks labelled with albumartist tags mp will use them, but if not they still can get correctly handled it'd be a really friendly and powerful system - no changes would have to be made to anyone's music collection, but if they want the extra flexibility of retagging with albumartist they can do that!!