occivink / mpv-image-viewer

Configuration, scripts and tips for using mpv as an image viewer
The Unlicense
284 stars 23 forks source link

Can we have a slide show #11

Open sant527 opened 4 years ago

sant527 commented 4 years ago

How to show a slide show (like every 1s or 2 sec)

occivink commented 4 years ago

I think this can be done with the regular mpv options, but I haven't searched which combination is the best, maybe try image-display-duration

aeosynth commented 4 years ago

dupe of #3

I use this (along with the default space to toggle pause binding):

input.conf:

[ add image-display-duration -1
] add image-display-duration  1

mpv.conf:

image-display-duration=3

if you don't want to slideshow by default, add pause to mpv.conf

aeosynth commented 4 years ago

my dotfiles with a very simple image viewer setup: https://github.com/aeosynth/dot/tree/master/mpv

sant527 commented 4 years ago

thankyou