Results 1 to 3 of 3

Thread: HOW-TO, newb friendly: use mt-daapd as the box's itunes server

  1. #1

    Smile HOW-TO, newb friendly: use mt-daapd as the box's itunes server

    I'm using mt-daapd because it allows me to password protect the server and share the music with the wan address instead of lan which is the case with ASUS vanilla. And it gives you a nice web interface showing stats.

    the following assumes that you have K.C's custom firmware installed and followed his installation instructions...

    the process is pretty straight forward, but here goes.

    Disable the asus media server in the web interface..
    hook up to your box by using the the private key created in my other how-to
    dropbear with keys

    first of install mt-daapd, type:

    ipkg install mt-daapd

    next add:

    # Start mt-daapd server
    if [ -x /opt/etc/init.d/S60mt-daapd ]; then
    /opt/sbin/mt-daapd -c /opt/etc/mt-daapd/mt-daapd.conf
    fi


    to your rc.local file.

    next edit mt-daapd.conf in /opt/etc/mt-daapd/

    nano /opt/etc/mt-daapd/mt-daapd.conf

    if you ain't have nano installed, checkout, nano

    You want to change the admin_pw to something else.
    Change the mp3_dir to a folder you can reach with ftp.
    change servername to something more saying.
    change runas to your username on the box (or rather to the one you want to have privs)
    I think it is a good idea to password protect that 10gb+ collection of music you ripped from your own cd's so ppl don't have easy access. So remove the '#' before 'password' and change the password to something else than mp3...

    by default mt-daapd checks your mp3 directory every 10 min. I prefer to disable the background scanning and just manually start the scan when I add new music (this can be done from a nice web interface), so change rescan_interval to 0

    there are many more settings you can play around with, but I think I covered the most essential.

    next reboot your router, and you should now have a functionally itunes server. there is a webserver running at:
    http://192.168.1.1:3689/ (if that is your router ip),
    username is 'admin'
    OBS that site is also accessible from wan. From this site you can see how much music you are sharing and manually start the scanning process

    /regards
    Henrik
    Last edited by n00ben; 02-01-2007 at 12:50. Reason: rescan_interval

  2. #2
    Thanks for this excellent contribution ! Many users have this problem...
    But I have a question :
    How can i edit the rc.local file ?
    with windows editor?
    Thanks

  3. #3
    Quote Originally Posted by jeromv View Post
    Thanks for this excellent contribution ! Many users have this problem...
    But I have a question :
    How can i edit the rc.local file ?
    with windows editor?
    Thanks
    you can type 'vi rc.local' or the more userfriendly 'nano' (which you need to install)

    /regards
    Henrik
    /regards
    Henrik

Similar Threads

  1. HowTo install a lightweight blog server
    By Tamadite in forum WL-500g/WL-500gx Tutorials
    Replies: 0
    Last Post: 03-12-2006, 01:46
  2. Gameserver
    By blingbling in forum WL-500gP Q&A
    Replies: 2
    Last Post: 17-07-2006, 15:37
  3. FTP server op wl500g-dlx niet bereikbaar vanaf internet
    By Sawilla in forum Dutch Discussion - Nederlands
    Replies: 16
    Last Post: 19-12-2005, 09:37
  4. itunes server / ipkg
    By fhanauer in forum WL-500g Q&A
    Replies: 4
    Last Post: 07-07-2005, 11:28
  5. iTunes server
    By dsf260 in forum WL-500g Custom Development
    Replies: 9
    Last Post: 27-01-2005, 09:12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •