Wednesday, September 20, 2006

Creating playlists

It has been a while since my last post. In this post I will show how I created playlists on my I-tunes daap server. Actually this one is very easy. just type:
sudo vi /etc/mt-daapd.playlist
Now you can add playlists for instance
"new this month" { Date after 4 weeks ago }
Now restart the daap-server and you will see the playlist listed in I-tunes.
The mt-daapd.playlist file is very well commented with a lot of examples. here are some more examples of smart playlists you can add to your server.
Next posts will be about setting up a (apache)webserver with php and mysql.