Browse code

Add dotfiles

Robert Cranston authored on 18/07/2022 23:44:55
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,17 @@
1
+## Playback
2
+loop-playlist
3
+
4
+## Input
5
+native-keyrepeat
6
+
7
+## Hardware decoding
8
+# Allow CPU processing with video filters.
9
+hwdec=auto-copy
10
+
11
+## Streaming
12
+ytdl-format="bestvideo[height<=?720][fps<=?30]+bestaudio/best[height<=?720][fps<=?30]"
13
+script-opts=ytdl_hook-ytdl_path=yt-dlp
14
+
15
+## Terminal
16
+msg-level=all=warn,term-msg=status,statusline=status
17
+term-playing-msg='${media-title}'