]> njoseph.me Git - nimcoon.git/blobdiff - src/config.nim
VLC is better than CVLC
[nimcoon.git] / src / config.nim
index 2431cd72dea17e2389c180f9243430487c2929e2..b231a83b96f41d000991e6d1008ccf54b5b9f75b 100644 (file)
@@ -2,7 +2,17 @@
 
 # Supported video players in order of preference.
 # Should be able to play YouTube videos directly.
-let supportedPlayers* = ["mpv", "cvlc"]
+let supportedPlayers* = ["mpv", "vlc"]
 
 # Only show these many results
 let limit* = 10
+
+# Download videos to this directory
+let videoDownloadDirectory* = "~/Videos"
+
+# Download music to this directory
+let musicDownloadDirectory* = "~/Music"
+
+# Rewrite Invidious URLs to YouTube
+# Using Invidious as a proxy makes loading YouTube videos much slower
+let rewriteInvidiousURLs* = false