-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
(Windows) Command line options not working with diacritics #1191
Comments
@jonaski Also, to clarify further - the way I play files is I have the setting in the player for double clicking set to append to the playlist and always start playing. So, this happens when I try playing a file by double clicking it in a Windows Explorer window. Maybe that has something to do with it? EDIT: Just tested dragging and dropping a song from that folder to the playlist, as well as going to Music - Open file... which both worked. So it seems the only time this happens is when playing by double clicking on a song in Windows Explorer. |
This is because Strawberry uses BSD getopt on Windows too, so no easy fix I think other than rewriting the command line options. |
Describe the bug
Trying to play a local file, when the file location contains a diacritic (for example - C:/Domaće) results in the player giving a file does not exist error. The player tries to find a file location that does not contain the diacritic (following the former example - C:/Domace).
To Reproduce
Try to play a local file in a location containg a diacritic in the name.
Expected behavior
The file should be found and played.
Screenshots:
System Information:
Additional context
/
The text was updated successfully, but these errors were encountered: