Skip to content

Commit

Permalink
Revert "Add mapping for synced lyrics tag"
Browse files Browse the repository at this point in the history
This reverts commit 1da61b3.
  • Loading branch information
phw committed Jun 28, 2024
1 parent 06457f0 commit a499899
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
15 changes: 0 additions & 15 deletions appendices/tag_mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -550,21 +550,6 @@ Lyrics :sup:`[4]`
"RIFF INFO", "n/a"


Synced Lyrics
--------------
.. csv-table::
:width: 100%
:widths: 37 100

"Internal Name", "``syncedlyrics:language:description``"
"ID3v2", "``SYLT:description``"
"Vorbis", "n/a"
"APEv2", "n/a"
"iTunes MP4", "n/a"
"ASF/Windows Media", "n/a"
"RIFF INFO", "n/a"


`Media <https://musicbrainz.org/doc/Release_Format>`_
------------------------------------------------------
.. csv-table::
Expand Down
11 changes: 0 additions & 11 deletions tag_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,17 +472,6 @@
"riff": "n/a",
},

{
"tag_name": "Synced Lyrics",
"picard_name": "``syncedlyrics:language:description``",
"id3v2": "``SYLT:description``",
"vorbis": "n/a",
"apev2": "n/a",
"itunes": "n/a",
"wmp": "n/a",
"riff": "n/a",
},

{
"tag_name": "`Media <https://musicbrainz.org/doc/Release_Format>`_",
"picard_name": "``media``",
Expand Down

0 comments on commit a499899

Please sign in to comment.