I just ran a quick scan over my music library and noticed that two of my songs aren't picked up by taglib. It Throws an error when calling the tag() method with the message NoAvailableTag.
The files in question had the following unicode characters in their file path: Ä, ü and ß.
After some googling I came across this SO post stating that taglib actually should support unicode file paths. Maybe this line needs to actually be of type wchar_t (which is basically an i32) or something similar. I do not work that often in C 😄
Have a great weekend~
I just ran a quick scan over my music library and noticed that two of my songs aren't picked up by taglib. It Throws an error when calling the
tag()method with the messageNoAvailableTag.The files in question had the following unicode characters in their file path: Ä, ü and ß.
After some googling I came across this SO post stating that taglib actually should support unicode file paths. Maybe this line needs to actually be of type wchar_t (which is basically an i32) or something similar. I do not work that often in C 😄
Have a great weekend~