forked from jboynyc/cmus_app
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig
12 lines (12 loc) · 839 Bytes
/
config
1
2
3
4
5
6
7
8
9
10
11
12
[cmus_app]
cmus_host = raspberry ;host running cmus (with --listen <host>)
cmus_passwd = PaSsWd ;cmus password (use :set passwd=<passwd>)
app_host = localhost ;host running web app
app_port = 8080 ;port for web app
serve_albumart = yes ;wether or not to try to fetch and serve albumart from folder (works only if filepath is accessable)
app_statusrefresh_f = 1000 ;ms to refresh status in browser when focused
app_statusrefresh_o = 10000 ;ms to refresh status in browser when out of focus
app_statusrefresh_s = 30000 ;ms to refresh status in browser when stopped
app_statusrefresh_e = 600000 ;ms to refresh status in browser after connection error
volume_change = 2 ;percentage of volume to change
show_cmus_settings = no ;wether or not to show cmus settings in details pane