projects
/
nimcoon.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Turns out both vlc and mpv have similar options!
[nimcoon.git]
/
config.nim
Commit
Line
Data
f7735b43
JN
1
# Your configuration here.
2
3
# Supported video players in order of preference.
4
# Should be able to play YouTube videos directly.
5
let supportedPlayers* = ["mpv", "cvlc"]
6
7
# Only show these many results
8
let limit* = 10