aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--streamlink/.config/streamlink/config7
-rw-r--r--streamlink/.config/streamlink/config.twitch7
-rwxr-xr-xwsl/.local/bin/wsl-installer.sh1
3 files changed, 8 insertions, 7 deletions
diff --git a/streamlink/.config/streamlink/config b/streamlink/.config/streamlink/config
new file mode 100644
index 0000000..8756fe9
--- /dev/null
+++ b/streamlink/.config/streamlink/config
@@ -0,0 +1,7 @@
+player=mpv.exe
+player-no-close
+retry-open=1
+retry-streams=1
+default-stream=best
+hls-live-edge=5
+stream-segment-threads=4
diff --git a/streamlink/.config/streamlink/config.twitch b/streamlink/.config/streamlink/config.twitch
index 4f21e14..8aaa3cb 100644
--- a/streamlink/.config/streamlink/config.twitch
+++ b/streamlink/.config/streamlink/config.twitch
@@ -1,11 +1,4 @@
-player=mpv.exe
-player-no-close
title=twitch.tv/{author} - {game} - {title}
-retry-open=1
-retry-streams=1
-default-stream=best
-hls-live-edge=5
-stream-segment-threads=4
twitch-disable-hosting
twitch-disable-ads
twitch-low-latency
diff --git a/wsl/.local/bin/wsl-installer.sh b/wsl/.local/bin/wsl-installer.sh
index 7f3759b..bc7ef8f 100755
--- a/wsl/.local/bin/wsl-installer.sh
+++ b/wsl/.local/bin/wsl-installer.sh
@@ -30,6 +30,7 @@ mkln.sh "$@" "$HOME"/.config/alacritty/alacritty.yml "${WINHOME}"/AppData/Roamin
mkln.sh "$@" "$HOME"/.config/yt-dlp/config "${WINHOME}"/AppData/Roaming/yt-dlp/config
mkln.sh "$@" "$HOME"/.config/mpv/mpv.conf "${WINHOME}"/AppData/Roaming/mpv/mpv.conf
mkln.sh "$@" "$HOME"/.config/mpv/input.conf "${WINHOME}"/AppData/Roaming/mpv/input.conf
+mkln.sh "$@" "$HOME"/.config/streamlink/config "${WINHOME}"/AppData/Roaming/streamlink/config
mkln.sh "$@" "$HOME"/.config/streamlink/config.twitch "${WINHOME}"/AppData/Roaming/streamlink/config.twitch
for f in "$HOME"/.config/alacritty/*; do