From 9eb881fea18ffef9ccc8fbe4499dc8e738dab6a8 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Thu, 15 Dec 2016 00:24:41 +0000 Subject: [PATCH] teamplayer: config updates --- appliances/teamplayer/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appliances/teamplayer/settings.py b/appliances/teamplayer/settings.py index a133bcf..b59e2e3 100644 --- a/appliances/teamplayer/settings.py +++ b/appliances/teamplayer/settings.py @@ -136,8 +136,8 @@ TEAMPLAYER = { 'MPD_LOG': '/dev/null', 'UPLOADED_LIBRARY_DIR': 'TP_HOME/library', 'CROSSFADE': 5, - 'SHAKE_THINGS_UP': 10, + 'SHAKE_THINGS_UP': 7, 'ALWAYS_SHAKE_THINGS_UP': True, - 'AUTOFILL_STRATEGY': 'mood', + 'AUTOFILL_STRATEGY': 'contiguous', 'HTTP_PORT': 8000, }