-
Notifications
You must be signed in to change notification settings - Fork 59
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
´wp run´ not working? #19
Comments
Are you trying to run |
Im replacing those values, should have been more clear sorry. Im running the exact example from the git. @echo off
wp run mpv ^
--player-operation-mode=pseudo-gui ^
--force-window=yes ^
--terminal=no ^
--no-audio ^
--loop=inf ^
--loop-playlist=inf ^
--input-ipc-server=\\.\pipe\mpvsocket ^
%USERPROFILE%\Videos\wallpapers
wp mv --wait --class mpv -x 1920
wp add --wait --fullscreen --class mpv |
Running that exact script worked on my machine (with a different path to my videos). |
I'm trying to run the example from the README, but its not working. MPV works fine on its own.
With
wp run mpv args videoPath
, nothing seems to happen. If a dompv args videoPath
instead, MPV starts correctly, and then I can runwp add --wait --class mpv
.I followed the installation intructions. Don't know if I can give you more info, but let me know. Thanks!
The text was updated successfully, but these errors were encountered: