mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
Linux/FreeBSD DAAP (iTunes) and MPD media server with support for AirPlay 1 and 2 speakers (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio.
977afbbc5e
The SoundBridge does not support empty XML tags (<foo/>) and treats anything containing such tags as invalid. Adding an empty string to the element works around that, in that mxml won't produce empty tags in this case. Hackish, but dealing with a hackish implementation on the other side :) |
||
---|---|---|
admin-root | ||
contrib | ||
docs | ||
src | ||
tools | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
config.rpath | ||
configure.in | ||
CREDITS | ||
Doxyfile | ||
Makefile.am | ||
NEWS | ||
README | ||
TODO |
Here's the short and sweet of it: ./configure; make; make install You'll still need to make a configuration file in /etc/mt-daapd.conf You can use the sample in contrib/mt-daapd.conf as a starting point. cp contrib/mt-daapd.conf /etc cp contrib/mt-daapd.playlist /etc Edit /etc/mt-daapd.conf to taste. You'll still need distro-specific startup scripts. Check the contrib directory to see if there are rc scripts for your distro. Questions? Check the forums at www.mt-daapd.org or mail rpedde@users.sourceforge.net