Mercurial > audlegacy
diff src/audacious/dbus.h @ 2769:bf2d80abf76e trunk
[svn] Implemented CMD_IS_ADVANCE and CMD_TOGGLE_ADVANCE. Added partial MPRIS support. Root is complete, Player is partially implemented, and TrackList has not been started.
| author | magma |
|---|---|
| date | Sun, 13 May 2007 18:38:53 -0700 |
| parents | c35913222440 |
| children | 0e39e903b0dc 3b6d316f8b09 |
line wrap: on
line diff
--- a/src/audacious/dbus.h Sun May 13 11:57:18 2007 -0700 +++ b/src/audacious/dbus.h Sun May 13 18:38:53 2007 -0700 @@ -23,5 +23,9 @@ #define AUDACIOUS_DBUS_SERVICE "org.atheme.audacious" #define AUDACIOUS_DBUS_PATH "/org/atheme/audacious" #define AUDACIOUS_DBUS_INTERFACE "org.atheme.audacious" +#define AUDACIOUS_DBUS_SERVICE_MPRIS "org.freedesktop.MediaPlayer" +#define AUDACIOUS_DBUS_PATH_MPRIS_ROOT "/" +#define AUDACIOUS_DBUS_PATH_MPRIS_PLAYER "/Player" +#define AUDACIOUS_DBUS_PATH_MPRIS_TRACKLIST "/TrackList" #endif // !_AUDDBUS_H
