summaryrefslogtreecommitdiff
path: root/README
blob: d09730e8ee96d74212e5ede4ea9b9c7d1dafb1d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This is a simple tool to test the MPRIS2 interface of media players.

The interface should hopefully be pretty self-explanatory.

Requires only Qt 4.6 (or later).

To build:
    qmake mpristester.pro
    make

Then just run
    ./mpristester

To get the latest development version, clone the git repository at
   git://github.com/randomguy3/mpristester.git