=============
 CoverFinder
=============

Installation:

	See INSTALL for installation instructions.

Basic Usage:

	Use the search entry field to enter some keywords, select a search
	provider from the combobox beside the entry field and press enter.
	The search starts immediately and results are added to the result
	view as soon as possible. To save a result, right click on it an
	select the "Save..." entry from the context menu. You can also
	select "Save..." from the file menu.

Advanced Usage:

	To not only search for some keywords but also specific things like
	title and artist, just use the "title:" or "artist:" keywords, or
	both, separated by semicolon. Examples:

		title:Light Grenades

	This will search for albums with the title "Light Grenades".

		artist:Incubus

	This will search for albums by the artist "Incubus".

		title:Light Grenades;artist:Incubus
	
	This will search for albums with the title "Light Grenades" by
	"Incubus". You can even specifiy extra keywords for any of the above
	combinations, just don't type any prefix in front of the keyword.

		artist:Incubus;Light
	
	This will search for media by "Incubus" with the keywords "Light".

# vim: tw=72 ts=4
