summaryrefslogtreecommitdiffstats
path: root/clerk.conf
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-08-04 06:59:19 +0200
committerRasmus Steinke <rasi@xssn.at>2017-08-04 06:59:19 +0200
commitb51409ecde21fc408fdb7e4e69318d8d911c0d95 (patch)
treee28880eef0ef42c76bb3fa5f6416673395a8518c /clerk.conf
parenta12c133d5aebeba9a34421dabf33737e8a6c50ee (diff)
downloadperl-app-clerk-b51409ecde21fc408fdb7e4e69318d8d911c0d95.tar.gz
perl-app-clerk-b51409ecde21fc408fdb7e4e69318d8d911c0d95.tar.xz
make chunksize a config option
Diffstat (limited to 'clerk.conf')
-rw-r--r--clerk.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/clerk.conf b/clerk.conf
index cf188a3..51b3765 100644
--- a/clerk.conf
+++ b/clerk.conf
@@ -1,9 +1,19 @@
[General]
+# MPD_HOST will override this
mpd_host=tauron
+
+# define where clerk should save its cache files
database=/home/carnager/.config/clerk/db_msgpack
+
+# backend to use, possible options: fzf and rofi
backend=fzf
+# number of songs clerk will get at once for creating its cache files
+# if mpd drops the connection while updating, reduce this.
+chunksize=30000
+
[Columns]
+# width of columns
albumartist_l=50
album_l=118
artist_l=66