f
This commit is contained in:
@@ -5,33 +5,27 @@ osd-bar=no
|
||||
# uosc will draw its own window controls and border if you disable window border
|
||||
border=no
|
||||
|
||||
# Keep the window size stable when loading files (don't resize to match aspect).
|
||||
# Ensure uosc texture/icon fonts are discoverable by libass.
|
||||
osd-fonts-dir=~~/scripts/uosc/fonts
|
||||
sub-fonts-dir=~~/scripts/uosc/
|
||||
|
||||
|
||||
ontop=yes
|
||||
autofit=100%
|
||||
|
||||
save-position-on-quit=yes
|
||||
|
||||
# Avoid showing embedded cover art for audio-only files.
|
||||
audio-display=no
|
||||
# Stretch the video to fill the window (ignore aspect ratio, may distort)
|
||||
# Avoid showing embedded cover art for audio-only files if uosc isn't working,
|
||||
# but we keep it enabled for now to ensure a window exists.
|
||||
audio-display=yes
|
||||
keepaspect=no
|
||||
video-unscaled=no
|
||||
cursor-autohide=1000
|
||||
|
||||
# gpu-next can be fragile on some Windows/D3D11 setups; prefer the stable VO.
|
||||
vo=gpu
|
||||
# modern gpu-next is preferred in recent mpv builds
|
||||
vo=gpu-next,gpu,direct3d
|
||||
|
||||
# Show this after loading a new file. You can show text permanently instead by setting osd-msg1.
|
||||
# Show this after loading a new file.
|
||||
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}%)}}
|
||||
osd-playing-msg-duration=7000
|
||||
|
||||
# On most platforms you can make the background transparent and avoid black
|
||||
# bars while still having all the screen space available for zooming in:
|
||||
# Restore transparency options
|
||||
background=none
|
||||
background-color=0/0
|
||||
|
||||
@@ -64,7 +58,7 @@ input-commands=no-osd del user-data/mpv/image; disable-section image # disable i
|
||||
|
||||
# Loop short videos like gifs.
|
||||
[loop-short]
|
||||
profile-cond=duration < 30 and p['current-tracks/video/image'] == false
|
||||
profile-cond=get('duration', 100) < 30 and p['current-tracks/video/image'] == false
|
||||
profile-restore=copy
|
||||
loop-file
|
||||
|
||||
@@ -75,7 +69,7 @@ profile-restore=copy
|
||||
stop-screensaver=no
|
||||
|
||||
[manga]
|
||||
profile-cond=path:find('manga')
|
||||
profile-cond=get('path', ''):find('manga')
|
||||
video-align-y=-1 # start from the top
|
||||
reset-on-next-file-remove=video-zoom # preserve the zoom when changing file
|
||||
reset-on-next-file-remove=panscan
|
||||
|
||||
Reference in New Issue
Block a user