summaryrefslogtreecommitdiffstats
path: root/config.clerk
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2014-08-24 18:52:12 +0200
committerRasmus Steinke <rasi@xssn.at>2014-08-24 18:52:12 +0200
commit6bf726bfdaa7643d6811cb99bfa4950741694b86 (patch)
tree57907508c1245407415a3956012309cad6d293dd /config.clerk
parentd04ba906c771e549995606214c0122c12494c3ad (diff)
downloadperl-app-clerk-6bf726bfdaa7643d6811cb99bfa4950741694b86.tar.gz
perl-app-clerk-6bf726bfdaa7643d6811cb99bfa4950741694b86.tar.xz
added new rating options to config
Diffstat (limited to 'config.clerk')
-rw-r--r--config.clerk7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.clerk b/config.clerk
index 2f6023a..02bf54e 100644
--- a/config.clerk
+++ b/config.clerk
@@ -5,9 +5,16 @@ backend=rofi
# but you can override settings here.
# rofiopts="-width 35 -padding 12 -lines 40"
+# If you don't have physical access to your music_dir
+# set this to no
+music_dir_access=yes
+
# maximum rating for album ratings
maxratings=10
+# maximum ratings for track ratings
+track_maxratings=5
+
# path to your music
music_path="/path/to/music_directory"