MPRIS clients¶
MPRIS is short for Media Player Remote Interfacing Specification. It's a spec that describes a standard D-Bus interface for making media players available to other applications on the same system.
The MPRIS frontend provided by the Mopidy-MPRIS extension currently implements all required parts of the MPRIS spec, plus the optional playlist interface. It does not implement the optional tracklist interface.
Rygel¶
Rygel is an application that will translate between Mopidy's MPRIS interface and UPnP, and thus make Mopidy controllable from devices compatible with UPnP and/or DLNA. To read more about this, see UPnP clients.