Skip to content

Commit cf58b9c

Browse files
authored
Merge pull request #220 from twodoorcoupe/syncedlyrics_mapping
Add mapping for synced lyrics tag
2 parents 7886d99 + a65c53e commit cf58b9c

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

about_picard/acknowledgements.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Contributors include (in alphabetic surname order):
1414
- Pavan Chander
1515
- Ronan Desplanques
1616
- Gabriel Ferreira
17+
- Giorgio Fontanive
1718
- Rahul Kumar Gupta
1819
- Wieland Hoffmann
1920
- InvisibleMan78

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``",

variables/tags_basic.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ These tags are not able to be populated by stock Picard, however they may be use
242242

243243
The lyrics for the track.
244244

245+
**syncedlyrics**
246+
247+
The synchronized lyrics for the track.
248+
245249
**musicip_fingerprint**
246250

247251
The MusicIP Fingerprint for the track.

0 commit comments

Comments
 (0)