Go to file
Eliot Berriot 22c62fe47d
Better documentation
2018-10-03 22:42:42 +02:00
mopidy_funkwhale Better documentation 2018-10-03 22:42:42 +02:00
tests Added authentication token in playback url 2018-10-03 22:09:02 +02:00
.editorconfig IInitial commit 2018-10-03 18:34:45 +02:00
.gitignore IInitial commit 2018-10-03 18:34:45 +02:00
.gitlab-ci.yml Better documentation 2018-10-03 22:42:42 +02:00
HISTORY.rst IInitial commit 2018-10-03 18:34:45 +02:00
LICENSE IInitial commit 2018-10-03 18:34:45 +02:00
MANIFEST.in Better documentation 2018-10-03 22:42:42 +02:00
README.rst Better documentation 2018-10-03 22:42:42 +02:00
setup.cfg Better documentation 2018-10-03 22:42:42 +02:00
setup.py IInitial commit 2018-10-03 18:34:45 +02:00

README.rst

================
mopidy-funkwhale
================

A small `Mopidy`_ backend extension to stream music from a Funkwhale server.


Status
------

This project is still pretty young and is not feature complete. It has been
tested with the latest version of Mopidy and the `Iris`_ and `ncmpcpp`_ clients.

Features
--------

* Searching for tracks, albums and artists available in your Funkwhale instance
* Simple configuration

Installation
------------

We assume you have a Mopidy server available.

We don't have any package for this extension yet, so you may install
from the repository:

.. code-block:: shell

    pip install git+https://code.eliotberriot.com/funkwhale/mopidy.git

.. note::

    Depending on your setup, you may want to run this comand with ``sudo`` or ``--user``


Configuration
-------------

To enable the extension, add the following to your ``mopidy.conf`` file::

    [funkwhale]
    enabled = true
    # URL of your funkwhale instance
    url = https://demo.funkwhale.audio
    # Username to use when authenticating (leave empty fo anonymous access)
    username = demo
    # Password to use when authenticating (leave empty fo anonymous access)
    password = demo

Of course, replace the demo values with your actual info (but you can
try using the demo server).

After that, reload your mopidy daemon, and you should be good!
Todo
----

- Browse Funkwhale library and playlists


.. _Mopidy: https://www.mopidy.com/
.. _ncmpcpp: https://wiki.archlinux.org/index.php/ncmpcpp
.. _iris: https://github.com/jaedb/iris