]> njoseph.me Git - nimcoon.git/blobdiff - src/config.nim
Add config option to rewrite invidio.us URLs
[nimcoon.git] / src / config.nim
index 2431cd72dea17e2389c180f9243430487c2929e2..de8be3f01e8e9619ff3ed416733da43b25a7d267 100644 (file)
@@ -6,3 +6,13 @@ let supportedPlayers* = ["mpv", "cvlc"]
 
 # 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