]> njoseph.me Git - nimcoon.git/blob - src/config.nim
VLC is better than CVLC
[nimcoon.git] / src / config.nim
1 # Your configuration here.
2
3 # Supported video players in order of preference.
4 # Should be able to play YouTube videos directly.
5 let supportedPlayers* = ["mpv", "vlc"]
6
7 # Only show these many results
8 let limit* = 10
9
10 # Download videos to this directory
11 let videoDownloadDirectory* = "~/Videos"
12
13 # Download music to this directory
14 let musicDownloadDirectory* = "~/Music"
15
16 # Rewrite Invidious URLs to YouTube
17 # Using Invidious as a proxy makes loading YouTube videos much slower
18 let rewriteInvidiousURLs* = false