Add support for getting Shoutcast (ICY) metadata from internet streams

This commit is contained in:
ejurgensen
2013-09-24 22:27:49 +02:00
parent c1c171e21f
commit 548141e723
6 changed files with 267 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ forked_daapd_SOURCES = main.c \
logger.c logger.h \
conffile.c conffile.h \
filescanner.c filescanner.h \
filescanner_ffmpeg.c filescanner_m3u.c $(ITUNESSRC) \
filescanner_ffmpeg.c filescanner_m3u.c filescanner_icy.c $(ITUNESSRC) \
mdns_avahi.c mdns.h \
remote_pairing.c remote_pairing.h \
evhttp/http.c evhttp/evhttp.h \