]> njoseph.me Git - nimcoon.git/blobdiff - src/config.nim
VLC is better than CVLC
[nimcoon.git] / src / config.nim
index 3593fe6aff419725a0197d1fe7a464aa941e5492..b231a83b96f41d000991e6d1008ccf54b5b9f75b 100644 (file)
@@ -2,7 +2,7 @@
 
 # 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
@@ -12,3 +12,7 @@ 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