diff options
| author | 2023-01-18 13:37:20 +0100 | |
|---|---|---|
| committer | 2023-01-18 13:37:20 +0100 | |
| commit | f94cb5c2ded5dfa41fb881205a81600bfb2e1427 (patch) | |
| tree | f3ece555561a9ee65ef5142d2c7e3bfade11314c /dot_config/streamlink | |
| parent | remove old stuff (diff) | |
remove a bunch more no longer used stuff
Diffstat (limited to 'dot_config/streamlink')
| -rw-r--r-- | dot_config/streamlink/config.tmpl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dot_config/streamlink/config.tmpl b/dot_config/streamlink/config.tmpl deleted file mode 100644 index 3473a77..0000000 --- a/dot_config/streamlink/config.tmpl +++ /dev/null @@ -1,11 +0,0 @@ -player=mpv -verbose-player - -{{- $laptops := list "laptoast" "toastbp" -}} -{{ if has (.chezmoi.hostname | lower) $laptops }} -default-stream=720p,720p60,1080p60,best -{{ else }} -default-stream=best -{{ end -}} - -player-passthrough=hls,http,rtmp |
