dfd
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
This commit is contained in:
@@ -17,10 +17,11 @@ auto-window-resize=no
|
||||
ontop=yes
|
||||
|
||||
|
||||
vo=gpu-next # faster with large images
|
||||
image-display-duration=inf # don't stop displaying images after 5 second
|
||||
prefetch-playlist # load the next image before viewing it
|
||||
reset-on-next-file=video-zoom,panscan,video-unscaled,video-align-x,video-align-y,video-rotate # reset zoom, alignment and rotation between images
|
||||
# Avoid showing embedded cover art for audio-only files.
|
||||
audio-display=no
|
||||
|
||||
# gpu-next can be fragile on some Windows/D3D11 setups; prefer the stable VO.
|
||||
vo=gpu
|
||||
|
||||
# Show this after loading a new file. You can show text permanently instead by setting osd-msg1.
|
||||
osd-playing-msg=${!playlist-count==1:[${playlist-pos-1}/${playlist-count}] }${media-title} ${?width:${width}x${height}} ${?current-tracks/video/image==no:${?percent-pos==0:${duration}}${!percent-pos==0:${time-pos} / ${duration} (${percent-pos}%)}}
|
||||
@@ -44,6 +45,11 @@ auto-window-resize=no # preserve the window size when changing playlist entry
|
||||
profile-cond=get('current-tracks/video', {}).image or (not get('current-tracks/video') and get('user-data/mpv/image'))
|
||||
profile-restore=copy
|
||||
|
||||
# Stand-alone images.
|
||||
image-display-duration=inf # don't stop displaying images after 5 second
|
||||
prefetch-playlist # load the next image before viewing it
|
||||
reset-on-next-file=video-zoom,panscan,video-unscaled,video-align-x,video-align-y,video-rotate # reset zoom, alignment and rotation between images
|
||||
|
||||
d3d11-flip=no # enable background transparency if on d3d11/Windows
|
||||
video-recenter # recenter after zooming out
|
||||
input-preprocess-wheel=no # pan diagonally with a touchpad
|
||||
|
||||
Reference in New Issue
Block a user