diff options
author | Mole Shang <[email protected]> | 2023-03-11 07:47:09 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2023-03-11 07:47:09 +0800 |
commit | 2a4c3b70832316362a37a5e8734563cbfbc0de04 (patch) | |
tree | bf5cfad38b0e05a4ba4920e01981d7366947c673 /config/implay/script-opts | |
parent | d2a568a678f273dcb279b053653a636bf59a7d4c (diff) | |
download | dotfiles-2a4c3b70832316362a37a5e8734563cbfbc0de04.tar.gz dotfiles-2a4c3b70832316362a37a5e8734563cbfbc0de04.tar.bz2 dotfiles-2a4c3b70832316362a37a5e8734563cbfbc0de04.zip |
config/implay: new, 20230311
Diffstat (limited to 'config/implay/script-opts')
-rw-r--r-- | config/implay/script-opts/modernf.conf | 68 | ||||
-rw-r--r-- | config/implay/script-opts/osc.conf | 3 |
2 files changed, 71 insertions, 0 deletions
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 |