We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a853d7a commit c49f10bCopy full SHA for c49f10b
src/vorbis/vorbis.cc
@@ -146,6 +146,7 @@ static void read_comment (vorbis_comment * comment, Tuple & tuple)
146
set_tuple_str (tuple, Tuple::MusicBrainzID, comment, "musicbrainz_trackid");
147
set_tuple_str (tuple, Tuple::Publisher, comment, "publisher");
148
set_tuple_str (tuple, Tuple::CatalogNum, comment, "CATALOGNUMBER");
149
+ set_tuple_str (tuple, Tuple::Lyrics, comment, "UNSYNCEDLYRICS");
150
151
if ((tmps = vorbis_comment_query (comment, "TRACKNUMBER", 0)))
152
tuple.set_int (Tuple::Track, atoi (tmps));
0 commit comments