Skip to content

Commit 48680b1

Browse files
committed
chore: mpv+streamlink configs
1 parent b7c4fc8 commit 48680b1

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

home/private_dot_config/mpv/mpv.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fs=no
22
volume=100
33

44
ytdl=yes
5-
ytdl-format=bestvideo[height<=1440]+bestaudio/best[height<=1440]
5+
ytdl-format=bestvideo*[height<=1440]+bestaudio/best[height<=1440]
66
# ytdl-format=bestvideo*+bestaudio/best
77
# ytdl-raw-options=cookies-from-browser=firefox
88

@@ -20,4 +20,5 @@ cache-pause-wait=2
2020

2121
# save-position-on-quit=yes
2222
# watch-later-options=start
23+
2324
autofit-larger=90%x90%
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
player=mpv
2+
twitch-supported-codecs=h264,h265,av1
3+
default-stream=best
4+
stream-sorting-excludes=>1440p

home/symlinked/code_settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"transform": "camelcase"
132132
},
133133
"go.toolsEnvVars": {
134-
"GOEXPERIMENT": "jsonv2"
134+
"GOEXPERIMENT": "simd"
135135
},
136136
"go.useLanguageServer": true,
137137
// "go.languageServerExperimentalFeatures": {

0 commit comments

Comments
 (0)