Tags: Implement unsynced lyrics in Vorbis plugin
Signed-off-by: Christopher Snowhill <kode54@gmail.com>xcode15
parent
de974548de
commit
57a0ea6e87
|
@ -147,6 +147,9 @@ static void setDictionary(NSMutableDictionary *dict, NSString *tag, NSString *va
|
||||||
}
|
}
|
||||||
flac_picture_free(picture);
|
flac_picture_free(picture);
|
||||||
}
|
}
|
||||||
|
} else if([tagName isEqualToString:@"unsynced lyrics"] ||
|
||||||
|
[tagName isEqualToString:@"lyrics"]) {
|
||||||
|
setDictionary(_metaDict, @"unsyncedlyrics", guess_encoding_of_string(value));
|
||||||
} else {
|
} else {
|
||||||
setDictionary(_metaDict, tagName, guess_encoding_of_string(value));
|
setDictionary(_metaDict, tagName, guess_encoding_of_string(value));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue