Skip to content

Commit c49f10b

Browse files
committed
vorbis: Read lyrics tag
1 parent a853d7a commit c49f10b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vorbis/vorbis.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ static void read_comment (vorbis_comment * comment, Tuple & tuple)
146146
set_tuple_str (tuple, Tuple::MusicBrainzID, comment, "musicbrainz_trackid");
147147
set_tuple_str (tuple, Tuple::Publisher, comment, "publisher");
148148
set_tuple_str (tuple, Tuple::CatalogNum, comment, "CATALOGNUMBER");
149+
set_tuple_str (tuple, Tuple::Lyrics, comment, "UNSYNCEDLYRICS");
149150

150151
if ((tmps = vorbis_comment_query (comment, "TRACKNUMBER", 0)))
151152
tuple.set_int (Tuple::Track, atoi (tmps));

0 commit comments

Comments
 (0)