
DESCRIPTION:
	The music grabber creates music albums from your music folders. It works recursively from the specified folder and processes all the folders containing music and at least one picture (png or jpg) that is used as the album cover. The avatars (music albums) created can be configured to act as folders or as launchers for the music.

OPTIONS:
	To make them act like folders use:
		--type 0

	To change the default player add to the config file:
		launcher="your-music-player"

	If you want to add music instead of replacing the playlist add "-add" to the name of the player.
	For example: totem-add (not all players are supported)

	To turn off the desktop music widget add:
		music_widget=no
	To set the name of the music widget add:
		music_widget=title 	#(title shows the album title)

SUPPORTED PLAYERS:
	totem
	amarok
	moc
	mpd (mpc is required) (read the mpd instructions below)
	muine
	quodlibet
	banshee
	xmms
	exaile

MPD INSTRUCTIONS (mpc is required)
	You MUST create the avatars from your mpd music_directory
	Example:
		avatar-factory -g music /var/lib/mpd/music/my_music ~/Albums

	To see what is your music_directory:
		grep music_directory ~/.mpdconf
	or
		grep music_directory /etc/mpd.conf

	If you have a different directory then add to the config file:
		mpd_music_directory=your/music/directory
	...and remember to create the avatars from that path.

	You can also set the host and the port in the configuration file.
	Add for example:
		mpd_port=6600
		mpd_host=127.0.0.1

