This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7362 - Support for GROUPING tag
Attached to Project:
Rockbox
Opened by Dieter (dip) - Wednesday, 27 June 2007, 01:13 GMT+2
Last edited by Dan Everton (safetydan) - Wednesday, 08 August 2007, 12:30 GMT+2
Opened by Dieter (dip) - Wednesday, 27 June 2007, 01:13 GMT+2
Last edited by Dan Everton (safetydan) - Wednesday, 08 August 2007, 12:30 GMT+2
|
DetailsThis patch adds support for the GROUPING tag which is usually used for grouping titles of multi part works (e.g. classical works like symphonies or sonatas). It supports id3v2.2 (TT1), id3v2.3 and id3v2.4 (TIT1), mp4 (cgrp) and vorbis comments (GROUPING as used by MusicBrainz, CONTENTGROUP as used by MP3Tag and CONTENT GROUP as used by foobar2000). In WPS you can use %iG and %IG. As tagnavi.conf tags "grouping" and "contentgroup" are supported but not "content group" due to the space in the middle.
In addition, when building the database and a track doesn't have a grouping tag, it copies the value from the title tag. This should make browsing through classcical works in the database a bit nicer since you will find all your music, not only titles having the grouping tag explicitely set (similar to the recent albumartist improvement). You need to rebuild your database to actually see any change. |
This task depends upon
Closed by Dan Everton (safetydan)
Wednesday, 08 August 2007, 12:30 GMT+2
Reason for closing: Fixed
Additional comments about closing: Patch committed. Thanks.
Wednesday, 08 August 2007, 12:30 GMT+2
Reason for closing: Fixed
Additional comments about closing: Patch committed. Thanks.
Thanks a lot.