GhostNaN / mpvpaper

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

feature req: slideshow over all video files in a directory #56

Closed nergdron closed 6 months ago

nergdron commented 7 months ago

maybe there is an easy way to do this that I'm overlooking, but what I'd really like is to point it at a directory full of videos, and have it randomly select one to play, switching based on the setting of --slideshow. is there a way to do this right now?

GhostNaN commented 6 months ago

I don't understand. It already does that. And you can add the "randomly" part in with shuffle added to --mpv-options like so: mpvpaper --slideshow 5 -o "shuffle" HDMI-A-1 /my/videos/

nergdron commented 6 months ago

yep, this is what I was looking for, thanks! wasn't clear to me that would work, since the docs mostly just say "playlist", and that doesn't == "directory" to me. thanks!