-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
31 lines (24 loc) · 1.04 KB
/
README
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
MPRISv2 plugin for the DeaDBeeF music player
============================================
===== About ======
This plugin aims to implement the MPRISv2[1] for DeaDBeeF.
The original[2] MPRIS plugin for DeaDBeef does not work anymore and seems
to be orphaned. The original plugin supported MPRISv1 AND MPRISv2. This plugin
will only support version two.
1: http://specifications.freedesktop.org/mpris-spec/latest/
2: http://kernelhcy.github.io/DeaDBeeF-MPRIS-plugin/
===== What is missing =====
- The whole optional "org.mpris.MediaPlayer2.TrackList" interface.
- The whole optional "org.mpris.MediaPlayer2.Playlists" interface.
- The optional "Fullscreen" property of the org.mpris.MediaPlayer2 interface.
- The optional "CanSetFullscreen" property of the org.mpris.MediaPlayer2
interface.
===== How to install =====
- git clone this repository, or download and uncompress the latest release from Releases
section on github
- cd deadbeef-mpris2-plugin
- autoreconf --install
- ./configure
- make install
===== Contributing =====
Just use common sense...