Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fbarresi/mopidy-weblibrary

Mopidy extension for editing the music library in a web interface
https://github.com/fbarresi/mopidy-weblibrary

Last synced: about 2 months ago
JSON representation

Mopidy extension for editing the music library in a web interface

Awesome Lists containing this project

README

        

*************************
Mopidy-WebLibrary
*************************

.. image:: https://travis-ci.org/fbarresi/Mopidy-WebLibrary.svg?branch=develop
:alt: Travis CI build status
.. image:: https://badge.fury.io/py/Mopidy-WebLibrary.svg
:target: https://badge.fury.io/py/Mopidy-WebLibrary

Features
========

- Manage your music library on Mopidy
- Add and drop music folders
- Upload new tracks to you library with drag and drop
- Download your music from Mopidy

Dependencies
============

- ``Mopidy`` >= 1.1.0. An extensible music server that plays music from local disk, Spotify, SoundCloud, Google
Play Music, and more.

Installation
============

Install by running::

pip install Mopidy-WebLibrary

Alternatively, clone the repository and run ``sudo python setup.py install`` from within the project directory. e.g. ::

$ git clone https://github.com/fbarresi/mopidy-weblibrary
$ cd mopidy-weblibrary
$ sudo python setup.py install

Configuration
=============

WebLibrary is shipped with default settings that should work straight out of the box for most users::

[weblibrary]
enabled = true

The following configuration values are available should you wish to customize your installation further:

- ``weblibrary/enabled``: If the WebLibrary extension should be enabled or not. Defaults to ``true``.

Usage
=====

Enter the address of the Mopidy server that you are connecting to in your browser (e.g. http://localhost:6680/weblibrary)

Project resources
=================

- `Source code `_
- `Issue tracker `_
- `Download development snapshot `_

Changelog
=========

v1.0.0
-------------------