Go to file
Mike Blumenkrantz 4f701a26c8 todo-- 2014-12-19 19:57:55 -05:00
data show info when no background available, todo-- 2014-12-19 19:57:55 -05:00
m4 gitignore updates 2014-01-31 20:26:39 -05:00
po pofiles... 2014-10-07 19:17:51 -04:00
src show info when no background available, todo-- 2014-12-19 19:57:55 -05:00
.gitignore merge in a version of mpdule: attempt #1 2014-10-07 19:14:35 -04:00
AUTHORS real build system, modularize 2014-01-31 19:56:36 -05:00
COPYING real build system, modularize 2014-01-31 19:56:36 -05:00
Makefile.am merge in a version of mpdule: attempt #1 2014-10-07 19:14:35 -04:00
README update readme with useful information 2014-12-19 19:57:55 -05:00
TODO todo-- 2014-12-19 19:57:55 -05:00
autogen.sh autogen 2014-02-16 15:03:17 -05:00
configure.ac bump version to pre-release state 2014-12-19 19:57:55 -05:00
org.empd.empc.service.in add master/slave mode for metadata locking between instances 2014-08-10 19:30:49 -04:00

README

EMPC is a client for MPD written using EFL.

Its focus is speed-of-use and minimalism.

It does not support other media playing backends.


Build Dependencies:
	EFL >= 1.12
	Elementary >= 1.12
	libmpdclient >= 2.9
	maelstrom-azy (dist only)

Optional Module Dependencies:
	glyr_gmpc:	esskyuehl
	glyr:		glyr
	id3_loader:	id3tag
	elyr:		maelstrom-azy


Controls:
	The UI of EMPC is based on mouse movements and event areas.
	Moving the mouse to the an area of the application window
	will trigger a change in the view state. Unless the current view
	has been keyboard toggled using a global hotkey, it will automatically
	hide after HIDE_TIMEOUT seconds.

	Mouse bindings for the player view and event area sizes can
	be changed using the defines at the top of empc.edc.

	Global hotkeys:
		F1 -> Toggle playlist view
		F2 -> Toggle filesystem view
		Ctrl+Q -> Quit

	Player view:
		Right -> playlist view
		Bottom -> controls panel

		Left click -> play/pause toggle
		Double left click -> background selector view
		Right click -> fetch+show lyrics
		Wheel down -> next track
		Wheel up -> previous track

	Playlist view:
		Left -> player view
		Up -> filesystem view
		Bottom -> controls panel

		Ctrl+Wheel up -> scroll up to previous album header
		Ctrl+Wheel down -> scroll down to next album header
		Right click -> playlist item options

	Filesystem view:
		Bottom -> playlist view

		Typing on the keyboard in this view will actively search
		available filesystem entities.

		Double click/Return/Enter -> select current entity
		Arrows -> change selection
		Right click -> filesystem entity options