This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12647 - Improved support for ALBUMARTIST
Attached to Project:
Rockbox
Opened by Jean Tourrilhes (jean2) - Saturday, 14 April 2012, 07:44 GMT+2
Last edited by Thomas Martitz (kugel.) - Tuesday, 17 April 2012, 08:24 GMT+2
Opened by Jean Tourrilhes (jean2) - Saturday, 14 April 2012, 07:44 GMT+2
Last edited by Thomas Martitz (kugel.) - Tuesday, 17 April 2012, 08:24 GMT+2
|
DetailsHi,
I'm using the tag "ALBUM ARTIST" on my Vorbis files, and I'm not completely happy with the current support for the tag in RockBox. The main problem is that the database menu for "ALBUM ARTIST" contains a subset of my artists, only those in an "ALBUM ARTIST" tag, and any album that don't have an "ALBUM ARTIST" tag can't be reached via this menu. At first glance, it would seem correct, but this does not follow the spirit of the standard. Here is how the tag should be used : http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Encouraged_Tag_Standards#ALBUM_ARTIST -------------------------------------------- tag should only exist if an album contains various artists. It should NOT be created when an album does not contain various artists. -------------------------------------------- I have a mix of compilations and non-compilation albums. Using Foobar, Amarok or the SqueezeBox, when I want to play an album, I select it by Album Artist. On those system, it works great, I can see all my albums through that menu. In those systems, every album which does not have an Album Artist, the Album Artist in the database is automatically populated from the Artist field. RockBox is the odd one out, not behaving like the rest. It would be nice to fix that behaviour and make the Album Artist functionality really useful. While we are on the topic... Mp3tag and Foobar are slowly migrating from "ALBUM ARTIST" to "ALBUMARTIST". http://help.mp3tag.de/main_tags.html http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Metadata_Compatibility_1.1.6_changes I have not checked if RockBox support that variation of the tag... Support for ARTISTSORT and ALBUMARTISTSORT would also be appreciated. One can always dream, I guess... Have fun... Jean |
This task depends upon
Closed by Thomas Martitz (kugel.)
Tuesday, 17 April 2012, 08:24 GMT+2
Reason for closing: Works For Me
Additional comments about closing: As requested by the OP.
Tuesday, 17 April 2012, 08:24 GMT+2
Reason for closing: Works For Me
Additional comments about closing: As requested by the OP.
> the fallback to ARTIST should be taken instead of forcing ALBUMARTIST on all albums.
In my opinion, I would assume it's more efficient to apply the falback when populating the database rather than when reading the database, as the fallback can be kept in a single place and population happens less often and is not on the critical path. That would seem to me a fair tradeoff to the marginal increase in size of the database. But, of course, I never peek under the hood of RockBox, so I maybe totally wrong.
So, either something changed from 3.09 to 3.11, or I was doing something wrong previously.
Anyway, it works, time to close this bug.