]> njoseph.me Git - nimcoon.git/blame - src/config.nim
Add option to download music
[nimcoon.git] / src / config.nim
CommitLineData
f7735b43
JN
1# Your configuration here.
2
3# Supported video players in order of preference.
4# Should be able to play YouTube videos directly.
5let supportedPlayers* = ["mpv", "cvlc"]
6
7# Only show these many results
8let limit* = 10
e9f0c7d0
JN
9
10# Download videos to this directory
11let videoDownloadDirectory* = "~/Videos"
12
13# Download music to this directory
14let musicDownloadDirectory* = "~/Music"