diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-03-03 16:18:04 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-03 16:18:04 +0100 |
commit | 2b80d2b38e988f2df1d8b797a99565a754581c08 (patch) | |
tree | 30c4ce48688033f2fac0f4bd4309ace043587195 | |
parent | 0aaf73b0c4501738e455cbfcf3d5edd501f152cc (diff) | |
parent | 2b1e81af5435011175756a3d2a4957c6845add60 (diff) |
Merge branch 'main' of db:dotfiles
-rwxr-xr-x | config/common/mpv/mpv.conf | 18 | ||||
l--------- | config/extra/jftui/input.conf | 2 | ||||
l--------- | config/extra/jftui/mpv.conf | 1 |
3 files changed, 4 insertions, 17 deletions
diff --git a/config/common/mpv/mpv.conf b/config/common/mpv/mpv.conf index 2e7318e..a6a16d8 100755 --- a/config/common/mpv/mpv.conf +++ b/config/common/mpv/mpv.conf @@ -1,5 +1,3 @@ -profile=gpu-hq -# Set OSD font osd-font='monospace' # Set OSD font size osd-font-size=30 @@ -10,19 +8,6 @@ volume=60 # Set player max vol to 100%. volume-max=100 -# Set max streaming quality as 1080p. -ytdl-format=bestvideo[height<=?1080]+bestaudio/best -# get vp9 out -ytdl-raw-options=extractor-args="youtube:player-client=android" - -# Default demuxer is 150/75 MB, note that this uses RAM so set a reasonable amount. -# 150MB, Max pre-load for network streams (1 MiB = 1048576 Bytes). -demuxer-max-bytes=150MiB -demuxer-readahead-secs=20 - -# 75MB, Max loaded video kept after playback. -demuxer-max-back-bytes=75MiB - # Force stream to be seekable even if disabled. force-seekable=yes @@ -33,3 +18,6 @@ alang=jpn screenshot-directory=~/pics/screenshots/mpv screenshot-template="%F - [%P]v%#01n" + +sub-pos=92 +sub-scale=60 diff --git a/config/extra/jftui/input.conf b/config/extra/jftui/input.conf index 3dc6aa2..312e856 120000 --- a/config/extra/jftui/input.conf +++ b/config/extra/jftui/input.conf @@ -1 +1 @@ -/home/aluc/.config/mpv/input.conf
\ No newline at end of file +/home/void/.config/mpv/input.conf
\ No newline at end of file diff --git a/config/extra/jftui/mpv.conf b/config/extra/jftui/mpv.conf deleted file mode 120000 index fd59595..0000000 --- a/config/extra/jftui/mpv.conf +++ /dev/null @@ -1 +0,0 @@ -/home/aluc/.config/mpv/mpv.conf
\ No newline at end of file |