Support tag language

This commit is contained in:
complexlogic
2026-01-24 14:59:10 +01:00
committed by Urs Fleisch
parent b4e79a4a27
commit 6342f00e8b
7 changed files with 64 additions and 13 deletions
+2
View File
@@ -44,6 +44,8 @@ int main(int argc, char *argv[])
PRINT_PRETTY("Target Type Value",
targetTypeValue == 0 ? "None" : TagLib::Utils::formatString("%i", targetTypeValue).toCString(false)
);
const TagLib::String &language = t->language();
PRINT_PRETTY("Language", !language.isEmpty() ? language.toCString(false) : "Not set");
printf("\n");
}