Skip to content

Fails with unicode in file paths. #11

@mainrs

Description

@mainrs

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~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions