Showing posts with label itunes. Show all posts
Showing posts with label itunes. Show all posts

Tuesday, June 8, 2010

Share iTunes playlist and files over network using Ubuntu as fileserver


# Install mt-daapd
sudo apt-get install mt-daapd

# Edit mt-daapd.conf and specify media folder
sudo vi /etc/mt-daapd.conf

# Restart mt-daapd
sudo /etc/init.d/mt-daapd stop
sudo /etc/init.d/mt-daapd start

# Configurations can be done on webpage
# Remember to port forward 3689 to ubuntu machine
http://localhost:3689