https://github.com/giof71/upmpdcli-plugins
Another fork of upmpdcli by medoc92, used to keep track of development of plugins
https://github.com/giof71/upmpdcli-plugins
fork mother-earth-radio python radio-paradise subsonic tidal upmpdcli
Last synced: 8 months ago
JSON representation
Another fork of upmpdcli by medoc92, used to keep track of development of plugins
- Host: GitHub
- URL: https://github.com/giof71/upmpdcli-plugins
- Owner: GioF71
- License: lgpl-2.1
- Created: 2024-04-24T14:17:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-10-17T15:53:19.000Z (8 months ago)
- Last Synced: 2025-10-17T17:55:58.701Z (8 months ago)
- Topics: fork, mother-earth-radio, python, radio-paradise, subsonic, tidal, upmpdcli
- Language: Python
- Homepage: https://www.lesbonscomptes.com/upmpdcli/
- Size: 4.4 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.asc
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
=== upmpdcli: an UPnP front-end to the Music Player Daemon
*upmpdcli* implements an *UPnP* _Media Renderer_, using *MPD* to perform
the real work.
It has been tested with a number of *UPnP* control points running on
*Android* and *Windows*. Because of their good support of *OpenHome*
_Playlists_, which are a significant improvement over bare *UPnP*,
*Bubble UPnP* (*Android* app) and Upplay (*Linux* and
*Windows*) are recommended, but many other control points are usable.
==== How things work:
The Control Points uses the *UPnP* protocols to browse the tracks on the
_Media Server_ and choses URIs to be played. It then talks *UPnP* to *umpdcli*,
which uses the *MPD* client protocol to place the URIs into the *MPD*
playlist. *MPD* finally retrieves the data from the _Media Server_ using HTTP.
....
[UPnP Control Point]
^ ^
| |
(UPnP) (UPnP)
| |
V |
[upmpdcli] |
^ |
| |
(MPD protocol) |
| |
V V
[MPD]<--(HTTP)-->[UPnP Media Server]
....
Each of the _Control point_, _Media Server_, *MPD* and *upmpdcli* processes
can run on any network host.
More information: http://www.lesbonscomptes.com/upmpdcli