Skip to content

Commit 4ec6556

Browse files
phwrdswift
authored andcommitted
Reapply "Add mapping for synced lyrics tag"
This reverts commit a499899.
1 parent a630a6f commit 4ec6556

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

appendices/tag_mapping.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,21 @@ Lyrics :sup:`[4]`
550550
"RIFF INFO", "n/a"
551551

552552

553+
Synced Lyrics
554+
--------------
555+
.. csv-table::
556+
:width: 100%
557+
:widths: 37 100
558+
559+
"Internal Name", "``syncedlyrics:language:description``"
560+
"ID3v2", "``SYLT:description``"
561+
"Vorbis", "n/a"
562+
"APEv2", "n/a"
563+
"iTunes MP4", "n/a"
564+
"ASF/Windows Media", "n/a"
565+
"RIFF INFO", "n/a"
566+
567+
553568
`Media <https://musicbrainz.org/doc/Release_Format>`_
554569
------------------------------------------------------
555570
.. csv-table::

tag_mapping.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,17 @@
472472
"riff": "n/a",
473473
},
474474

475+
{
476+
"tag_name": "Synced Lyrics",
477+
"picard_name": "``syncedlyrics:language:description``",
478+
"id3v2": "``SYLT:description``",
479+
"vorbis": "n/a",
480+
"apev2": "n/a",
481+
"itunes": "n/a",
482+
"wmp": "n/a",
483+
"riff": "n/a",
484+
},
485+
475486
{
476487
"tag_name": "`Media <https://musicbrainz.org/doc/Release_Format>`_",
477488
"picard_name": "``media``",

0 commit comments

Comments
 (0)