X-Git-Url: http://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/427e87f9d63a2514a8f31ba915e934fcab8399a2..c30c694e0345ca527c695387aa3f68c0c98ca911:/src/config.nim?ds=sidebyside diff --git a/src/config.nim b/src/config.nim index 2431cd7..b231a83 100644 --- a/src/config.nim +++ b/src/config.nim @@ -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