mpv-image-viewer icon indicating copy to clipboard operation
mpv-image-viewer copied to clipboard

Can we have a slide show

Open sant527 opened this issue 4 years ago • 4 comments

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

sant527 avatar Dec 28 '19 12:12 sant527

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

occivink avatar Dec 28 '19 16:12 occivink

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 avatar Apr 14 '20 21:04 aeosynth

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

aeosynth avatar Apr 14 '20 21:04 aeosynth

thankyou

sant527 avatar Apr 17 '20 03:04 sant527