-
Notifications
You must be signed in to change notification settings - Fork 2
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
Please let us set player executable path #31
Comments
older versions of skadi had a videoplayer config field, but i removed it as it seemed more clear to leave all that to livestreamer and i'd prefer to keep it that way. However adding a config value for the parameters to pass to livestreamer might be a possibility. |
Yeah that is what I want, would be nice if I can pass --player to skadi :)
|
I've added a new config value to implement this: <skadi_data>
[...]
<livestreamer_args>
<arg>--player=C:\Program Files (x86)\VideoLAN\VLC\vlc.exe</arg>
</livestreamer_args>
</skadi_data> this way it is possible to pass multiple args to livestreamer without doing any stupid string split fu. |
skadi-2.5.1-SNAPSHOT_7729993.zip current dev snapshot, dont know when i'll release the next version |
It should work, thanks man! On Fri, Jun 24, 2016 at 10:12 PM, Jan Strauß [email protected]
|
I am using livestreamer "portable" way (in dropbox), and my video player path varies in different computers. It would be good if I can set player executable in the GUI (--player parameter in livestreamer).
The text was updated successfully, but these errors were encountered: