-
Notifications
You must be signed in to change notification settings - Fork 60
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
Simple usage example? #6
Comments
if you have both wp and mpv installed you should be able to do, from a powershell or cmd window
if it can't start mpv and you're not familiar with editing environment variables to get mpv in your PATH you can just copy the mpv executable to wp's folder you can then run this automatically at boot by creating a .bat file in your autorun folder to open your autorun folder, do WIN+R (or go to start and click run...) and type now you can create a .bat file here containing exactly the commands you just executed
save it and reboot to test |
It works. I have everything set up but just couldnt figure out the order of commnads. Thanks a lot for this!!! I would just add these two lines at the end (when user doesnt want to use it anymore): |
Is there an easy way to closing it? |
to play with no audio you would pass it will always take some cpu but mpv is a very lightweight player. I'm not sure if it actually renders offscreen but i doubt it cause i can play games with it running and it doesn't affect performance. I'd worry more about memory usage if you're on a very low-end machine. to kill captured windows you can use |
Can you tell me how to put an application with which you can interact, for example, a Unity game. |
@tewarami there's an example in the readme with chrome, you would just instruct to wp match the correct window title or class https://github.com/Francesco149/weebp#recipe-automatic-wallpaper-set-up anyway I'll close this issue when I add more basic examples to README |
Hello! I wanted to use your program to put a website with notes (for example, milanote) on the desktop, but the "browser on desktop" does not accept any input from the keyboard or mouse. Any ideas? |
@theonlytsar that's not supported. at the moment it only passes through cursor movement (but not clicks). if i were to add keyboard support it would be tricky to have a simple way to switch focus to the captured window |
Hey, thanks for making this but im struggling on how to run it. Can you provide a simple usage guideline with using mpv and wp? Thanks!
The text was updated successfully, but these errors were encountered: