-
Notifications
You must be signed in to change notification settings - Fork 580
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
livestreamerrc not parsed correctly on windows #432
Comments
I'm not sure why it would get interpreted as a URL, but looking at |
I switched to UTF-8 without the Byte Order Mark, |
Ah, I see, well argparse is responsible for opening and reading the file and only feeds us lines that we parse into arguments. I guess the solution is to strip non-ascii characters from the option name. |
Thanks for this tool, it's fantastic. However, when I made a livestreamerrc at %APPDATA%/livestreamer/liverstreamerrc, it stopped working.
livestreamerrc:
Output:
For some reason the first argument in the rc is always interpreted as a url? Flipping the args in the rc around, so
best-stream-default
is first, produces:Windows 8.1, stock install of python3.4, installed with pip install livestreamer.
The text was updated successfully, but these errors were encountered: