summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
-