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



File Date Author Commit
debian 2014-02-13 Jean-Francois Dockes Jean-Francois Dockes [0810b2] packaging 0.5
libupnpp 2014-02-12 Jean-Francois Dockes Jean-Francois Dockes [85a0e1] Added rpm spec file, fixed compilation warnings
man 2014-02-13 Jean-Francois Dockes Jean-Francois Dockes [60deb6] Decide that we own the MPD queue by default and...
rpm 2014-02-13 Jean-Francois Dockes Jean-Francois Dockes [0810b2] packaging 0.5
upexplo 2014-01-20 Jean-Francois Dockes Jean-Francois Dockes [710ec7] checkpoint
upmpd 2014-02-13 Jean-Francois Dockes Jean-Francois Dockes [60deb6] Decide that we own the MPD queue by default and...
COPYING 2014-02-12 Jean-Francois Dockes Jean-Francois Dockes [f323e4] doc
Makefile.am 2014-02-13 Jean-Francois Dockes Jean-Francois Dockes [91dc03] dont install config to /etc
README 2014-02-12 Jean-Francois Dockes Jean-Francois Dockes [4e358a] doc
autogen.sh 2014-01-20 Jean-Francois Dockes Jean-Francois Dockes [710ec7] checkpoint
configure.ac 2014-02-13 Jean-Francois Dockes Jean-Francois Dockes [3788fa] 0.5

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 an
Android tablet. Audionet and Bubble UPnP 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, there is no reason, for example, for mpd and upmpdcli
to run on the same host.

Install notes: see http://www.lesbonscomptes.com/upmpdcli for now.