Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fbarresi/mopidy-weblibrary
- Owner: fbarresi
- License: apache-2.0
- Created: 2017-01-10T19:23:39.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2020-03-05T23:32:47.000Z (almost 5 years ago)
- Last Synced: 2024-10-04T11:45:53.792Z (3 months ago)
- Language: Python
- Size: 1.38 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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-WebLibraryFeatures
========- 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 MopidyDependencies
============- ``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 installConfiguration
=============WebLibrary is shipped with default settings that should work straight out of the box for most users::
[weblibrary]
enabled = trueThe 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
-------------------