Merge pull request #1061 from tkem/docs/mopidy-local-images

docs: Add Mopidy-Local-Images.
This commit is contained in:
Stein Magnus Jodal 2015-03-20 09:10:29 +01:00
commit 233766e69d
3 changed files with 29 additions and 0 deletions

View File

@ -90,6 +90,17 @@ Mopidy-Local
Bundled with Mopidy. See :ref:`ext-local`.
Mopidy-Local-Images
===================
https://github.com/tkem/mopidy-local-images
Extension which plugs into Mopidy-Local to allow Web clients access to
album art embedded in local media files. Not to be used on its own,
but acting as a proxy between ``mopidy local scan`` and the actual
local library provider being used.
Mopidy-Local-SQLite
===================

BIN
docs/ext/local_images.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -30,6 +30,24 @@ To install, run::
pip install Mopidy-API-Explorer
Mopidy-Local-Images
===================
https://github.com/tkem/mopidy-local-images
Not a full-featured Web client, but rather a local library and Web
extension which allows other Web clients access to album art embedded
in local media files.
.. image:: /ext/local_images.jpg
:width: 640
:height: 480
To install, run::
pip install Mopidy-Local-Images
Mopidy-Mobile
=============