This commit is contained in:
2025-09-10 01:17:20 -07:00
parent 4d5bc435dc
commit f632c549d9
3 changed files with 15 additions and 8 deletions

View File

@@ -24,8 +24,10 @@ video-sync=display-resample
osc=no osc=no
no-border no-border
ytdl-raw-options=sub-langs=en.*,write-auto-subs=
ytdl-format=bestvideo+bestaudio/best ytdl-format=bestvideo+bestaudio/best
ytdl-raw-options=sub-langs=en.*,write-auto-subs=
ytdl-raw-options-append=sponsorblock-mark=all
ytdl-raw-options-append=sponsorblock-remove=sponsor,selfpromo,interaction
# get subtitles for videos automatically # get subtitles for videos automatically
sub-auto=fuzzy sub-auto=fuzzy
@@ -40,10 +42,13 @@ hwdec=nvdec
gpu-api=vulkan gpu-api=vulkan
scale=ewa_lanczossharp scale=ewa_lanczossharp
dscale=catmull_rom dscale=catmull_rom
cscale=bicubic cscale=ewa_lanczos
tscale=oversample tscale=oversample
interpolation=yes interpolation=yes
interpolation-preserve=no interpolation-preserve=no
interpolation-threshold=0.5
sigmoid-upscaling=yes
temporal-dither=yes
# fruit: 8-Bit/8-Bit+FRC display # fruit: 8-Bit/8-Bit+FRC display
# ordered: true 10-Bit/12-Bit display # ordered: true 10-Bit/12-Bit display
@@ -77,8 +82,8 @@ input-ipc-server=/tmp/mpvsocket
ao=pipewire,pulse ao=pipewire,pulse
deband=yes deband=yes
deband-iterations=4 deband-iterations=2
deband-threshold=35 deband-threshold=24
deband-range=16 deband-range=16
deband-grain=4 deband-grain=4
@@ -110,6 +115,7 @@ gpu-api=vulkan
gpu-context=waylandvk gpu-context=waylandvk
[svp] [svp]
interpolation=no
input-ipc-server=/tmp/mpvsocket # Receives input from SVP input-ipc-server=/tmp/mpvsocket # Receives input from SVP
hr-seek-framedrop=no # Fixes audio desync hr-seek-framedrop=no # Fixes audio desync
resume-playback=no # Not compatible with SVP resume-playback=no # Not compatible with SVP
@@ -126,11 +132,11 @@ cookies-file=/truenas/sudacode/japanese/cookies.Japanese.txt
ytdl-raw-options=mark-watched=,write-auto-subs=,sub-langs=ja.* ytdl-raw-options=mark-watched=,write-auto-subs=,sub-langs=ja.*
ytdl-raw-options-append=cookies=/truenas/sudacode/japanese/cookies.Japanese.txt ytdl-raw-options-append=cookies=/truenas/sudacode/japanese/cookies.Japanese.txt
ytdl-raw-options-append=sponsorblock-mark=all ytdl-raw-options-append=sponsorblock-mark=all
ytdl-raw-options-append=sponsorblock-remove=sponsor ytdl-raw-options-append=sponsorblock-remove=sponsor,selfpromo,interaction
ytdl-format=bestvideo+bestaudio/best ytdl-format=bestvideo+bestaudio/best
# get subtitles for videos automatically # get subtitles for videos automatically
sub-auto=fuzzy sub-auto=fuzzy
slang=ja,jpn,JA,JPN,ja.hi,ja.* slang=ja,jpn,ja.hi,ja.*
alang=ja,jpn alang=ja,jpn
vlang=ja,jpn vlang=ja,jpn
sub-font="Noto Sans CJK JP" sub-font="Noto Sans CJK JP"

View File

@@ -12,8 +12,8 @@ return {
--- @type NoiceFormat|string --- @type NoiceFormat|string
format_done = "lsp_progress_done", format_done = "lsp_progress_done",
throttle = 1000 / 30, -- frequency to update lsp progress message throttle = 1000 / 30, -- frequency to update lsp progress message
-- view = "mini", view = "mini",
view = "notify", -- view = "notify",
}, },
-- override markdown rendering so that **cmp** and other plugins use **Treesitter** -- override markdown rendering so that **cmp** and other plugins use **Treesitter**
override = { override = {

View File

@@ -22,6 +22,7 @@
"Jellyfin (YouTube) - http://pve-main:8097", "Jellyfin (YouTube) - http://pve-main:8097",
"Jellyfin (Vue) - http://pve-main:8098", "Jellyfin (Vue) - http://pve-main:8098",
"Karakeep - https://karakeep.suda.codes", "Karakeep - https://karakeep.suda.codes",
"Komodo - https://komodo.suda.codes",
"Komga - http://oracle-vm:3332", "Komga - http://oracle-vm:3332",
"Lidarr - http://pve-main:3357", "Lidarr - http://pve-main:3357",
"MeTube - https://metube.suda.codes", "MeTube - https://metube.suda.codes",