if myMPD is serving playlists mpd cannot load this
with enabled verification.
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
#
##########################################################
+########## DISABLE HTTPS HOST/PEER VERIFICATION ##########
+#
+# This is needed for myMPD that run a webserver on the
+# localhost to update playlists for webradio streams.
+#
+input {
+ plugin "curl"
+ verify_host "no"
+ verify_peer "no"
+}
+##########################################################
################### HTTP PROXY ###########################
#
DIR_APP = $(DIR_SRC)/${THISAPP}
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = mpd
-PAK_VER = 41
+PAK_VER = 42
# SUP_ARCH = aarch64 x86_64
DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr fmt