GhostNaN / mpvpaper

A video wallpaper program for wlroots based wayland compositors.
GNU General Public License v3.0
805 stars 26 forks source link

Second instance does not obey 'loop' mpv option #15

Closed kquote03 closed 3 years ago

kquote03 commented 3 years ago

When running two instances of mpvpaper (eg for a dual monitor setup), the second instance does not loop and quits after the video is done. Can either be done when specifying mpvpaper twice in sway config, or running two mpvpaper instances at the same time in the same shell. Exact command (for my setup) exec mpvpaper -o "no-audio loop --hwdec=vaapi" eDP-1 "Outerwall.m4v" & exec mpvpaper -o "no-audio loop --hwdec=vaapi" HDMI-A-1 "Outerwall.m4v"

GhostNaN commented 3 years ago

I hope that solves that. Let me know!

kquote03 commented 3 years ago

Oh wow, that was quick, it works fine now! Thank you very much!!