diff --git a/docs/ext/backends.rst b/docs/ext/backends.rst index 6f3195ff..17e2a7ca 100644 --- a/docs/ext/backends.rst +++ b/docs/ext/backends.rst @@ -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 =================== diff --git a/docs/ext/local_images.jpg b/docs/ext/local_images.jpg new file mode 100644 index 00000000..a5336c46 Binary files /dev/null and b/docs/ext/local_images.jpg differ diff --git a/docs/ext/web.rst b/docs/ext/web.rst index b4a9660f..7355dbf9 100644 --- a/docs/ext/web.rst +++ b/docs/ext/web.rst @@ -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 =============