X-Git-Url: http://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/e9f0c7d0facb6a454a204e3b3ce66d521f40d6e8..e08e5cbe091074b7cd05bfe131edb2af70b26bc9:/src/config.nim diff --git a/src/config.nim b/src/config.nim index 3593fe6..b231a83 100644 --- a/src/config.nim +++ b/src/config.nim @@ -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