Ipodsync 0.1.1

Author: Anders Rune Jensen <anders@gnulinux.dk>

This simple python script is used to sync songs to an external device.
The idea is that have functionality similar to the ipod shuffle.
Insert, click give me some random songs, and you're done.

It has two modes granularity of synching: single tracks or albums.

Another neat use case is that most modern distributions has /dev/shm
mounted as a memory device (using main memory for storage). This means
that you can also use this script to generate random playlists (Just
make sure that the mount_path can be seen from Audio).

Configuration:
--------------

Two configuratio variables. First is where the audio database is stored:

db_path = "/home/arj/.mms/audio.db"

Second is where the device is connected to:

mount_point = "/dev/shm/music/" # remember trailing /
