This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7342 - Improve use of ALBUMARTIST tag
Attached to Project:
Rockbox
Opened by Dieter (dip) - Friday, 22 June 2007, 15:33 GMT+2
Last edited by Dan Everton (safetydan) - Monday, 25 June 2007, 13:47 GMT+2
Opened by Dieter (dip) - Friday, 22 June 2007, 15:33 GMT+2
Last edited by Dan Everton (safetydan) - Monday, 25 June 2007, 13:47 GMT+2
|
DetailsThis patch enables that in the Rockbox database the ALBUMARTIST tag is set to the value of the ARTIST tag of a track if the ALBUMARTIST tag is not set in the music file.
With this amendement it is no longer necessary to tag ALL your files with an ALBUMARTIST tag in order to have a browse structure like "albumartist->album->title" for ALL your albums. You need only to tag the tracks of various artists albums with ALBUMARTIST=various or of albums for which ALBUMARTIST differs from ARTIST for another reason (e.g. albums of a certain artist on which e.g. one song is a duet with another artist (all songs except the duet have ARTIST=artist1 and the duet has ARTIST=artist1 & artist2). In addition, ALBUMARTIST support for MP4 tags and APE tags has been added (but without testing since I don't have MP4 and APE files). |
This task depends upon
Closed by Dan Everton (safetydan)
Monday, 25 June 2007, 13:47 GMT+2
Reason for closing: Out of Date
Additional comments about closing: I went ahead and committed my version of this patch. Should work the same way for database users without messing up the tags the ID3 screen shows.
Monday, 25 June 2007, 13:47 GMT+2
Reason for closing: Out of Date
Additional comments about closing: I went ahead and committed my version of this patch. Should work the same way for database users without messing up the tags the ID3 screen shows.
However, the first part of my patch must be included in the second version since this part enables support for mp4 files (independently from the kind the albumartist value is finally handled).
I tried your version of the patch but and found one difference to my initial version. While browsing and searching for albumartist works for files which have no albumartist tag set the value for albumartist ist not displayed in the id3 info page. Do you have an idea why?
I understand that the mp4 metadata stuff should also be included, but I think that's a separate patch and should be split from this one.