git clone https://@opensourceprojects.eu/git/p/upmpdcli/code upmpdcli-code



File Date Author Commit
archlinux 2014-02-24 Jean-Francois Dockes Jean-Francois Dockes [9de62b] Merge branch 'master' of https://github.com/med...
debian 2015-12-23 Jean-Francois Dockes Jean-Francois Dockes [160aad] 0.13.0
doc 2015-12-22 Jean-Francois Dockes Jean-Francois Dockes [cb8638] cleanup of interfaces around the receiver/sende...
man 2014-05-25 Jean-Francois Dockes Jean-Francois Dockes [c3f231] openhome: doc and cleanup, ready for general te...
rpm 2015-12-23 Jean-Francois Dockes Jean-Francois Dockes [160aad] 0.13.0
scctl_src 2015-12-10 Jean-Francois Dockes Jean-Francois Dockes [7251f6] moved Linn Songcast Sender/Receiver plumbing ut...
src 2015-12-22 Jean-Francois Dockes Jean-Francois Dockes [cb8638] cleanup of interfaces around the receiver/sende...
systemd 2014-02-26 Jean-Francois Dockes Jean-Francois Dockes [4088be] add systemd service file
web 2015-05-06 Jean-Francois Dockes Jean-Francois Dockes [6bafdd] Packaging: separated the web interface and fixe...
.gitignore 2015-09-23 Jean-Francois Dockes Jean-Francois Dockes [38f27b] Merge branch 'master' of https://github.com/med...
AUTHORS 2014-07-10 Jean-Francois Dockes Jean-Francois Dockes [3ab459] none
COPYING 2014-02-12 Jean-Francois Dockes Jean-Francois Dockes [f323e4] doc
Makefile.am 2015-12-20 Jean-Francois Dockes Jean-Francois Dockes [be7c75] Sender mode: switching to sender works, back to...
README.asc 2014-07-28 Jean-Francois Dockes Jean-Francois Dockes [783576] doc
autogen.sh 2014-10-12 Jean-Francois Dockes Jean-Francois Dockes [9e7ce7] separated libupnpp
configure.ac 2015-12-23 Jean-Francois Dockes Jean-Francois Dockes [160aad] 0.13.0

Read Me

=== 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*, and
their general quality, *Bubble UPnP* (*Android* app) and Linn *Kinsky* (free on
*Windows*) work best with it.

==== 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