Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diacriticals in the AFI don't work across machines/OS'es #56

Open
kevinfrei opened this issue Apr 14, 2023 · 1 comment
Open

Diacriticals in the AFI don't work across machines/OS'es #56

kevinfrei opened this issue Apr 14, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@kevinfrei
Copy link
Owner

Bjork, Sinead O'Connor, The Blue Oyster Cult all seem to have odd problems between mac & PC as well as from two different machines when the AFI is synchronized. It seems like it can't find the album art, in particular.

@kevinfrei
Copy link
Owner Author

This one is...messy. Potential solution: pathnames that include diacriticals could fail, then fall back to a wildcard search instead. Ideally, this could be wrapped in a "cross-platform path" kind of thing that includes a "getNativePath()" function that would get the 'real' path for use by the 'fs' module... This would slow down opening these files (it becomes a wildcard search), but would solve the problem, I think.

@kevinfrei kevinfrei added the bug Something isn't working label Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant