After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 590430 - Add support for "album artist" tags
Add support for "album artist" tags
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.25
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-01 05:46 UTC by John Millikin
Modified: 2009-08-04 12:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Define GST_TAG_ALBUM_ARTIST and GST_TAG_ALBUM_ARTIST_SORTNAME (1.58 KB, patch)
2009-08-01 05:47 UTC, John Millikin
committed Details | Review
Support for Vorbis/FLAC and ID3v2 (1.12 KB, patch)
2009-08-01 05:49 UTC, John Millikin
committed Details | Review

Description John Millikin 2009-08-01 05:46:47 UTC
The "album artist" tag is used when the artist of an entire album differs from the artist of an individual track; for example, when a "guest artist" appears on an album, or on compilations.
Comment 1 John Millikin 2009-08-01 05:47:25 UTC
Created attachment 139666 [details] [review]
Define GST_TAG_ALBUM_ARTIST and GST_TAG_ALBUM_ARTIST_SORTNAME
Comment 2 John Millikin 2009-08-01 05:49:07 UTC
Created attachment 139667 [details] [review]
Support for Vorbis/FLAC and ID3v2

"ALBUMARTIST" and "ALBUMARTISTSORT" are the tags written by MusicBrainz Picard for Vorbis and FLAC. This site < http://www.hydrogenaudio.org/forums/lofiversion/index.php/t49341.html > states that "TPE2" is the header used in ID3.
Comment 3 Sebastian Dröge (slomo) 2009-08-04 12:16:05 UTC
Thanks, I'll push this after 0.10.24 release.


commit 8c3a3ca96caef2310440230ede2b5d833c46d974
Author: John Millikin <jmillikin@gmail.com>
Date:   Tue Aug 4 14:14:53 2009 +0200

    tag: Add support for ALBUM_ARTIST tag in vorbiscomments and ID3v2 tags
    
    Require latest core for this.
    
    Fixes bug #590430.


commit cfa84e568cad1b406c60dc9f6b51914561ce9a3b
Author: John Millikin <jmillikin@gmail.com>
Date:   Tue Aug 4 14:13:34 2009 +0200

    taglist: Add support for ALBUM_ARTIST tag
    
    The "album artist" tag is used when the artist of an entire
    album differs from the artist of an individual track; for example,
    when a "guest artist" appears on an album, or on compilations.
    
    Fixes bug #590430.