7aa6aa0062
- 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. |
||
---|---|---|
admin-root | ||
contrib | ||
debian | ||
src | ||
AUTHORS | ||
CREDITS | ||
ChangeLog | ||
Doxyfile | ||
Makefile.am | ||
NEWS | ||
README | ||
TODO | ||
configure.in | ||
mkdist.sh | ||
reconf |
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