From 988a315f459a6a40538e64ed09c473044cda52a4 Mon Sep 17 00:00:00 2001 From: jcorporation Date: Tue, 21 Aug 2018 20:28:13 +0100 Subject: [PATCH] Feat: add config options for stickerusage and mixramp settings --- contrib/mympd.conf | 6 +++ htdocs/index.html | 24 +++++---- htdocs/js/mpd.js | 26 +++++++++- src/mpd_client.c | 123 ++++++++++++++++++++++++++------------------- src/mpd_client.h | 2 + src/mympd.c | 28 ++++++++--- 6 files changed, 138 insertions(+), 71 deletions(-) diff --git a/contrib/mympd.conf b/contrib/mympd.conf index b1bc56e..c1bc41a 100644 --- a/contrib/mympd.conf +++ b/contrib/mympd.conf @@ -25,3 +25,9 @@ coverimage = folder.jpg #myMPD statefile statefile = /var/lib/mympd/mympd.state + +#Enable mixramp settings +mixramp = false + +#Enable usage of mpd stickers for play statistics and voting +stickers = true diff --git a/htdocs/index.html b/htdocs/index.html index 0433c47..d28861b 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -84,15 +84,17 @@

Album

- Vote
-
- - +
+ Vote
+
+ + +