From a209ed723a772d101df6216911d03b9fb4f7d97a Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sat, 30 Sep 2017 18:38:07 +0200 Subject: add ability to store ratings in file tags --- clerk.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'clerk.conf') diff --git a/clerk.conf b/clerk.conf index e28962b..9cd3449 100644 --- a/clerk.conf +++ b/clerk.conf @@ -2,6 +2,9 @@ # MPD_HOST will override this mpd_host=localhost +# music root for rating_client +music_root=/mnt/Music + # define file paths database=PLACEHOLDER/.config/clerk/database.mpk tmux_config=PLACEHOLDER/.config/clerk/clerk.tmux @@ -15,10 +18,9 @@ songs=20 # if mpd drops the connection while updating, reduce this. chunksize=30000 -# rofi theme to use for clerk -rofi_theme=clerk - -jump_query=0 +# write tags to audio files. Needs running clerk_rating_client on machine with audio files +# ratings will always be written to sticker database. +tagging=false [Columns] # width of columns -- cgit v1.2.3-24-g4f1b