SlackBuilds Repository

12.1 > Audio > mt-daapd (0.2.4.2)

mt-daapd is an iTunes server for POSIX systems. When run, iTunes will see the
music as a shared library to other clients on the LAN, just as the OS X and
Windows clients.

To work properly, the music must be located on the same filesystem on which
the daemon is running. Also, a template has been placed in /etc/mt-daapd.conf
This file should be edited before the daemon is run.

An init script has been included for the daemon; to run at boot time, add the
following to /etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.mt-daapd ]; then
/etc/rc.d/rc.mt-daapd start
fi

You might also want to have the daemon shut down gracefully on system halt or
reboot; if so, add the following to /etc/rc.d/rc.local_shutdown:

if [ -x /etc/rc.d/rc.mt-daapd ]; then
/etc/rc.d/rc.mt-daapd stop
fi

Approved by: rworkman
Maintained by: Andrew Brouwers

Homepage:
http://mt-daapd.org

Download Source:
mt-daapd-0.2.4.2.tar.gz

Source MD5SUM:
67bef9fb14d487693b0dfb792c3f1b05

Download SlackBuild:
mt-daapd.tar.gz
mt-daapd.tar.gz.asc

(the SlackBuild does not include the source)

Validated for Slackware 12.1 (Other releases)

See our HOWTO for instructions on how to use the contents of this repository.

Anonymous FTP Access to Repository: ftp://ftp.slackbuilds.org

Access via rsync is also available.
rsync://rsync.slackbuilds.org/slackbuilds

© 2006-2008 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds
Valid XHTML and CSS by WebSight Designs | Hosting by OnyxLight Communications