From 349a51ea51a95095d4dabc63b2a4ccee05d62894 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sat, 30 Sep 2017 20:58:20 +0200 Subject: add option to chose between albumartist or artist for random songs --- clerk.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'clerk.conf') diff --git a/clerk.conf b/clerk.conf index 9cd3449..18af1ec 100644 --- a/clerk.conf +++ b/clerk.conf @@ -18,6 +18,9 @@ songs=20 # if mpd drops the connection while updating, reduce this. chunksize=30000 +# Use albumartist or artist for random tracks? +randomartist=albumartist + # 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 -- cgit v1.2.3-24-g4f1b