GhostNaN / mpvpaper

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

Cannot play videos in a directory #50

Closed y-not-u closed 1 year ago

y-not-u commented 1 year ago

(+) Video --vid=1 (*) (h264 1920x1080 30.000fps) only one video is loaded when I run mpvpaper -o "no-audio --loop-playlist shuffle" DP-2 ~/Videos/Wallpapers/*

y-not-u commented 1 year ago

Finally, I found the right cmd to solve it.

mpvpaper -o "no-audio --loop-playlist shuffle" DP-2 "~/Videos/Wallpapers/"

I think you can put it on readme to let people known.