diff --git a/about_picard/acknowledgements.rst b/about_picard/acknowledgements.rst index aec974355..446ff3875 100644 --- a/about_picard/acknowledgements.rst +++ b/about_picard/acknowledgements.rst @@ -14,6 +14,7 @@ Contributors include (in alphabetic surname order): - Pavan Chander - Ronan Desplanques - Gabriel Ferreira +- Giorgio Fontanive - Rahul Kumar Gupta - Wieland Hoffmann - InvisibleMan78 diff --git a/appendices/tag_mapping.rst b/appendices/tag_mapping.rst index 20b193270..d2b4f6384 100644 --- a/appendices/tag_mapping.rst +++ b/appendices/tag_mapping.rst @@ -550,6 +550,21 @@ 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 `_ ------------------------------------------------------ .. csv-table:: diff --git a/tag_mapping.py b/tag_mapping.py index 984623627..99d461022 100644 --- a/tag_mapping.py +++ b/tag_mapping.py @@ -472,6 +472,17 @@ "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 `_", "picard_name": "``media``", diff --git a/variables/tags_basic.rst b/variables/tags_basic.rst index a9c322682..a9056e5ab 100644 --- a/variables/tags_basic.rst +++ b/variables/tags_basic.rst @@ -242,6 +242,10 @@ These tags are not able to be populated by stock Picard, however they may be use The lyrics for the track. +**syncedlyrics** + + The synchronized lyrics for the track. + **musicip_fingerprint** The MusicIP Fingerprint for the track.