summaryrefslogtreecommitdiff
path: root/README
blob: 45da354a4e5b0f715fff96c9fa512ffb9e46c9cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
===================
MPRIS specification
===================

MPRIS is a fairly generic interface with commands that could be
applied to control a wide range of media players. However, even though
the phrase 'Media Player' is present in MPRIS, the specification was
developed with the assumption that it would be applied to audio
players.

  <http://www.mpris.org>
  <http://specifications.freedesktop.org/mpris-spec/latest/>

Requirements
============

Building HTML documentation for telepathy-spec requires:
  GNU make <http://www.gnu.org/software/make/>
  libxslt, xsltproc <http://xmlsoft.org/XSLT/>
  Python <http://www.python.org/>
  Docutils (rst2html tool) <http://docutils.sourceforge.net/>

Bugs, feature requests and to-do list
=====================================

Report all errata, feature requests and "to-do" items here:
  <mailto:mpris@lists.freedesktop.org>,

  (mailman: <http://lists.freedesktop.org/mailman/listinfo/mpris>)

Hacking
=======

The current development version of mpris-spec is available from the
'master' branch in the git repository:
  <git://anongit.freedesktop.org/xdg/mpris-spec>

  See also <http://cgit.freedesktop.org/xdg/mpris-spec>.