|
a/doc/upmpdcli.txt |
|
b/doc/upmpdcli.txt |
1 |
= Upmpdcli: MPD UPnP Renderer Front-End
|
1 |
i= Upmpdcli: MPD UPnP Renderer Front-End
|
2 |
|
2 |
|
3 |
|
3 |
|
4 |
*upmpdcli* is an UPnP Media Renderer front-end to *MPD*, the Music Player
|
4 |
*upmpdcli* is an UPnP Media Renderer front-end to *MPD*, the Music Player
|
5 |
Daemon. It supports both pure UPnP and the OpenHome ohMedia services.
|
5 |
Daemon. It supports both pure UPnP and the OpenHome ohMedia services.
|
6 |
|
6 |
|
|
... |
|
... |
132 |
stop to work one day.
|
132 |
stop to work one day.
|
133 |
|
133 |
|
134 |
This requires the installation of the external *gmusicapi* Python
|
134 |
This requires the installation of the external *gmusicapi* Python
|
135 |
package.
|
135 |
package.
|
136 |
link:http://unofficial-google-music-api.readthedocs.io/en/latest/usage.html#usage[See the installation notes here].
|
136 |
link:http://unofficial-google-music-api.readthedocs.io/en/latest/usage.html#usage[See the installation notes here].
|
|
|
137 |
|
|
|
138 |
NOTE: gmusicapi needs Python 2.7.9 or better (e.g. the standard Python
|
|
|
139 |
version on Ubuntu Trusty is too old). Older Python versions *will* crash.
|
137 |
|
140 |
|
138 |
You will need a valid subscription for most functions.
|
141 |
You will need a valid subscription for most functions.
|
139 |
|
142 |
|
140 |
The configuration parameters are described
|
143 |
The configuration parameters are described
|
141 |
link:#_google_music_streaming_service_parameters[further down].
|
144 |
link:#_google_music_streaming_service_parameters[further down].
|
|
... |
|
... |
255 |
|
258 |
|
256 |
For building from source, you will need a recent `C++` compiler (`C++11`),
|
259 |
For building from source, you will need a recent `C++` compiler (`C++11`),
|
257 |
and the development packages for *libupnp* version 1.6, *libcurl*,
|
260 |
and the development packages for *libupnp* version 1.6, *libcurl*,
|
258 |
*libmpdclient*, and *libexpat*.
|
261 |
*libmpdclient*, and *libexpat*.
|
259 |
|
262 |
|
|
|
263 |
Also the Python modules for streaming service support use the
|
|
|
264 |
python-requests package, so you may need to install it (it's only needed at
|
|
|
265 |
run time). Also gmusicapi for Google Music.
|
|
|
266 |
|
260 |
If you are using the source from Github, you will also need the
|
267 |
If you are using the source from Github, you will also need the
|
261 |
autoconf/automake/libtool trio. Use the `autogen.sh` script to set things
|
268 |
autoconf/automake/libtool trio. Use the `autogen.sh` script to set things
|
262 |
up.
|
269 |
up.
|
263 |
|
270 |
|
264 |
The *libupnpp* library, which used to be part of *upmpdcli*, has been
|
271 |
The *libupnpp* library, which used to be part of *upmpdcli*, has been
|