From f1799d5e759c5553e33164a490c2522004a6bf73 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Mon, 6 Feb 2023 11:24:56 -0600 Subject: fix(streamlink): seperate general configs from plugin specific --- streamlink/.config/streamlink/config | 7 +++++++ streamlink/.config/streamlink/config.twitch | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 streamlink/.config/streamlink/config (limited to 'streamlink/.config') 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 -- cgit v1.2.3-70-g09d2