-
Notifications
You must be signed in to change notification settings - Fork 21
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
Issue with files that include spaces (fixed myself) #5
Comments
Good project figure out some stuff but only problem now it does not load images
when you click into the album its loads the image as blue box see blow copy and paste into google address bar so far this my only issue
|
Hi, thank you for this great project, it fits my needs greatly, i intend to fork it for myself.
I had an issue where files with spaces would not play. This is inacceptable in my case so i worked a bit and fixed it. I cannot make a pull request so i will post a screenshot of the changes i made.
Basically the file path needed to be quoted inside the cmdline variable and it was required to use shlex.split(cmdline) instead of string.split since string.split ignores quotes when splitting.
https://prnt.sc/pxnu9d
The text was updated successfully, but these errors were encountered: