enjoy/src
Leandro Pereira 026715693f [enjoy] Add MPRIS support.
MPRIS stands for Media Player Remote Interfacing Specification. It is a DBUS
interface that lets other programs to control a media player.  This include
going to the next or previous songs, obtaining the track list, being
notified whenever a song starts to play, etc.  There are a couple of clients
out there, but standard programs like dbus-send and dbus-monitor can be used
also.

Spec 1.0 (http://www.mpris.org/1.0/spec.html) has been implemented, since
most clients only support it.  However, porting the current implementation
to the new spec shouldn't be too difficult.  The implementation is partial,
though, since more things should be implemented in Enjoy before MPRIS
support can make use of it.

SVN revision: 54439
2010-11-10 21:04:56 +00:00
..
bin [enjoy] Add MPRIS support. 2010-11-10 21:04:56 +00:00
Makefile.am add basic enjoy code to svn. 2010-09-24 01:37:54 +00:00