]> njoseph.me Git - nimcoon.git/blame_incremental - config.nim
Turns out both vlc and mpv have similar options!
[nimcoon.git] / config.nim
... / ...
CommitLineData
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