summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-08-31 23:51:18 +0200
committerRasmus Steinke <rasi@xssn.at>2015-08-31 23:51:18 +0200
commitda05db6b1c2f32f6b7b0fccec72840d1bfb7dd62 (patch)
tree619c29564a5e27c8e1ba6b079af7da0f5f8b8a10
parent3c39cd3b0a4a037be0c5038a47c4a6960622bb5b (diff)
downloadperl-app-clerk-da05db6b1c2f32f6b7b0fccec72840d1bfb7dd62.tar.gz
perl-app-clerk-da05db6b1c2f32f6b7b0fccec72840d1bfb7dd62.tar.xz
remove unneeded options
-rw-r--r--config.clerk13
1 files changed, 2 insertions, 11 deletions
diff --git a/config.clerk b/config.clerk
index bdd90c6..63f9e21 100644
--- a/config.clerk
+++ b/config.clerk
@@ -10,29 +10,21 @@ music_dir_access=yes
# path to your music
music_path="/path/to/music_directory"
-# mpd socket file (for local filebrowser)
-mpd_socket=/path/to/mpd/socket
-
# Number of Songs to be added for "Random Tracks"
value=20
# stop on suspend?
stop_after_suspend=no
-# Separator used for splitting tags - Make sure this is something most
-# likely not used in tags itself. Can be multiple characters
-# If you change separator, update caches with clerk -update
-separator=" • "
-
# use artist or albumartist for random tracks
random_artist=artist
# scrobbler to use. possible values: mpdscribble, mpdas
-scrobbler=mpdas
+scrobbler=mpdscribble
# Fill these if scrobbler runs on a different host
# set to 0 if mpdscribble runs locally
-ssh_lastfm=
+ssh_lastfm=0
ssh_host=
# color of the help messages
@@ -65,4 +57,3 @@ suspend="Alt+9"
resume="Alt+0"
rss="Alt+8"
load="Alt+l"
-