read/parse file tags

import audiofiles
This commit is contained in:
2026-06-16 09:03:57 +02:00
parent 293756cf1f
commit 31d7453a50
11 changed files with 25 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ struct Metadata {
TagLib::String album;
TagLib::String albumArtist;
unsigned int year;
std::string artwork;
TagLib::VariantList artwork;
TagLib::String genre;
unsigned int trackNr;
double length;