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.
Go to file
Paul Kim 7aa6aa0062 configure.in:
- Added support for optional Ogg/Vorbis support via the --enable-oggvorbis
flag.

Makefile.am:
- Added conditional compilation of ogg.c dependant on whether Ogg/Vorbis
support is enabled.

mp3-scanner.c:
- Added hook for Ogg/Vorbis support.
- Commented out code which set the "item_kind" of ogg files differently.
It now sets it the same as other audio files. They show up in iTunes
now but they will not stream.

ogg.c:
- Initial check-in.
- Code adapted from 'ogginfo' program. Does parsing of Ogg/Vorbis tags.
2004-12-06 03:06:12 +00:00
admin-root add scan_type directive for doing brute-force scans 2004-11-29 05:55:25 +00:00
contrib more verbose 2004-12-04 05:47:12 +00:00
debian Oops... last batch of stuff that was in -pre1, but not tagged as such 2004-10-25 03:15:35 +00:00
src configure.in: 2004-12-06 03:06:12 +00:00
AUTHORS Initial revision 2003-10-13 15:03:14 +00:00
CREDITS Fixes for process_m3u 2004-11-27 07:09:51 +00:00
ChangeLog Dynamic art for AAC files from Paul Kim 2004-10-15 20:10:39 +00:00
Doxyfile more doxygen stuff 2004-11-12 07:27:05 +00:00
Makefile.am don't need the autogen 2004-04-06 21:50:34 +00:00
NEWS Initial revision 2003-10-13 15:03:14 +00:00
README Checkin README 2004-11-20 18:11:01 +00:00
TODO update TODO 2004-10-27 04:22:33 +00:00
configure.in configure.in: 2004-12-06 03:06:12 +00:00
mkdist.sh Add feedback info 2004-04-02 06:48:24 +00:00
reconf Initial revision 2003-10-13 15:03:14 +00:00

README

$Id$

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 sf.net/projects/mt-daapd or mail 
rpedde@users.sourceforge.net