mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
ext/taglib/gstid3v2mux.cc (add_funcs): Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
Original commit message from CVS: * ext/taglib/gstid3v2mux.cc (add_funcs): Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
This commit is contained in:
parent
b9b9f94b15
commit
4f254bd4b7
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-10-25 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/taglib/gstid3v2mux.cc (add_funcs):
|
||||
Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
|
||||
|
||||
2007-10-24 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* tests/check/pipelines/simple-launch-lines.c:
|
||||
|
|
|
@ -585,7 +585,9 @@ static const struct
|
|||
GST_TAG_MUSICBRAINZ_ALBUMARTISTID, add_musicbrainz_tag, "\002"}, {
|
||||
GST_TAG_MUSICBRAINZ_TRMID, add_musicbrainz_tag, "\003"}, {
|
||||
GST_TAG_MUSICBRAINZ_TRACKID, add_unique_file_id_tag, ""}, {
|
||||
GST_TAG_MUSICBRAINZ_SORTNAME, add_text_tag, "TSOP"}, {
|
||||
GST_TAG_ARTIST_SORTNAME, add_text_tag, "TSOP"}, {
|
||||
GST_TAG_ALBUM_SORTNAME, add_text_tag, "TSOA"}, {
|
||||
GST_TAG_TITLE_SORTNAME, add_text_tag, "TSOT"}, {
|
||||
GST_TAG_TRACK_NUMBER, add_count_or_num_tag, "TRCK"}, {
|
||||
GST_TAG_TRACK_COUNT, add_count_or_num_tag, "TRCK"}, {
|
||||
GST_TAG_ALBUM_VOLUME_NUMBER, add_count_or_num_tag, "TPOS"}, {
|
||||
|
|
Loading…
Reference in a new issue