]> njoseph.me Git - nimcoon.git/blame - preferences.nim
Switch from vlc to cvlc
[nimcoon.git] / preferences.nim
CommitLineData
2f0b8428
JN
1# Your preferences here.
2
3# Supported video players in order of preference.
4# Should be able to play YouTube videos directly.
8ea84fc3 5let supportedPlayers* = ["cvlc", "mpv"]
2f0b8428
JN
6
7# Only show these many results
8let limit* = 10
9