From ad286ec3f7d9513148450264f0005ab221ad8869 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Fri, 23 Feb 2024 04:33:06 +0100 Subject: [PATCH] add mpv --- .config/mpv/input.conf | 5 +++++ .config/mpv/mpv.conf | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 .config/mpv/input.conf create mode 100644 .config/mpv/mpv.conf diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf new file mode 100644 index 0000000..5c94dae --- /dev/null +++ b/.config/mpv/input.conf @@ -0,0 +1,5 @@ +# decrease the playback speed +s multiply speed 1/1.1 + +# increase the playback speed +d multiply speed 1.1 diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..a589271 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,9 @@ +alang=de,en,es,ja + +auto-window-resize=no +autofit=100% + +[youtube] +profile-cond=path:find('youtu%.?be') +speed=2.0 +ytdl-format=bestvideo[height<=1440]+bestaudio/best