From 2a4c3b70832316362a37a5e8734563cbfbc0de04 Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Sat, 11 Mar 2023 07:47:09 +0800 Subject: config/implay: new, 20230311 --- config/implay/script-opts/modernf.conf | 68 ++++++++++++++++++++++++++++++++++ config/implay/script-opts/osc.conf | 3 ++ 2 files changed, 71 insertions(+) create mode 100644 config/implay/script-opts/modernf.conf create mode 100644 config/implay/script-opts/osc.conf (limited to 'config/implay/script-opts') diff --git a/config/implay/script-opts/modernf.conf b/config/implay/script-opts/modernf.conf new file mode 100644 index 0000000..fc1e940 --- /dev/null +++ b/config/implay/script-opts/modernf.conf @@ -0,0 +1,68 @@ +#show OSC when windowed? yes/no +#showwindowed= + +#show OSC when fullscreen? yes/no +#showfullscreen= + +#scaling of the controller when windowed +scalewindowed=1 + +#scaling of the controller when fullscreen +scalefullscreen=1 + +#scaling when rendered on a forced window +scaleforcedwindow=2 + +#scale the controller with the video? yes/no +#vidscale= + +#duration in ms until the OSC hides if no mouse movement. enforced non-negative for the user but internally negative is 'always-on'. +# hidetimeout=500 + +#duration of fade out in ms 0=no fade +#fadeduration=200 + +#minimum amount of pixels the mouse has to move between ticks to make the OSC show up +#minmousemove=3 + +#use native mpv values and disable OSC internal track list management (and some functions that depend on it) yes/no +#amaprogrammer= + +#default osc font +#font='mpv-osd-symbols' + +#show seekrange overlay yes/no +#seekrange= + +#transparency of seekranges +#seekrangealpha=128 + +#use keyframes when dragging the seekbar yes/no +#seekbarkeyframes= + +#string compatible with property-expansion to be shown as OSC title +#title='${media-title}' + +#show osc and no hide timeout on pause yes/no +#showonpause= + +#display total time instead of remaining time? yes/no +#timetotal= + +#only used at init to set visibility_mode(...) auto/always/never +#visibility= + +#whether to show window controls auto/yes/no +windowcontrols=no + +#whether to show mute button and volumne slider yes/no +#volumecontrol= + +#volume bar show processd volume yes/no +#processvolume= + +#eng=English chs=Chinese eng/chs +#language= + +#alpha of the background box,0 (opaque) to 255 (fully transparent) +boxalpha=80 diff --git a/config/implay/script-opts/osc.conf b/config/implay/script-opts/osc.conf new file mode 100644 index 0000000..40c796e --- /dev/null +++ b/config/implay/script-opts/osc.conf @@ -0,0 +1,3 @@ +scalewindowed=1.1458334 +hidetimeout=2000 +idlescreen=no -- cgit v1.2.3