You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# mpDris2
2
2
3
-
[](https://gitter.im/eonpatapon/mpDris2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
-
5
3
mpDris2 provide MPRIS 2 support to mpd (Music Player Daemon).
6
4
7
5
mpDris2 is run in the user session and monitors a local or distant mpd server.
@@ -10,15 +8,13 @@ mpDris2 is run in the user session and monitors a local or distant mpd server.
10
8
11
9
## Stable release
12
10
13
-
Download the latest release at http://mpdris2.patapon.info/latest/
11
+
Download the latest release at https://github.com/eonpatapon/mpDris2/releases
14
12
15
13
tar zvxf mpDris2-X.X.tar.gz
16
14
cd mpDris2-X.X
17
15
./autogen.sh --sysconfdir=/etc
18
16
make install (as root)
19
17
20
-
Older releases can be found at http://mpdris2.patapon.info/
0 commit comments