mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-07 15:48:51 +01:00
Read comments from MP4 tags.
This commit is contained in:
parent
f41d333788
commit
6cb083be30
@ -268,6 +268,7 @@ void TagReaderWorker::ReadFile(const QString& filename,
|
|||||||
if(items.contains("\251wrt")) {
|
if(items.contains("\251wrt")) {
|
||||||
Decode(items["\251wrt"].toStringList().toString(", "), NULL, song->mutable_composer());
|
Decode(items["\251wrt"].toStringList().toString(", "), NULL, song->mutable_composer());
|
||||||
}
|
}
|
||||||
|
Decode(mp4_tag->comment(), NULL, song->mutable_comment());
|
||||||
}
|
}
|
||||||
} else if (tag) {
|
} else if (tag) {
|
||||||
Decode(tag->comment(), NULL, song->mutable_comment());
|
Decode(tag->comment(), NULL, song->mutable_comment());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user