Metadata-Version: 2.0
Name: Mopidy-FileManager
Version: 0.2.0
Summary: Mopidy extension for file manager
Home-page: https://github.com/xiongyihui/mopidy-filemanager
Author: Yihui Xiong
Author-email: yihui.xiong@seeed.cc
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Requires-Dist: Mopidy (>=1.0)
Requires-Dist: Pykka (>=1.1)
Requires-Dist: setuptools

****************************
Mopidy-FileManager
****************************

.. image:: https://img.shields.io/pypi/v/Mopidy-FileManager.svg?style=flat
    :target: https://pypi.python.org/pypi/Mopidy-FileManager/
    :alt: Latest PyPI version

.. image:: https://img.shields.io/travis/xiongyihui/mopidy-filemanager/master.svg?style=flat
    :target: https://travis-ci.org/xiongyihui/mopidy-filemanager
    :alt: Travis CI build status

.. image:: https://img.shields.io/coveralls/xiongyihui/mopidy-filemanager/master.svg?style=flat
   :target: https://coveralls.io/r/xiongyihui/mopidy-filemanager
   :alt: Test coverage

Mopidy extension for file manager


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

Install by running::

    pip install Mopidy-FileManager

Or, if available, install the Debian/Ubuntu package from `apt.mopidy.com
<http://apt.mopidy.com/>`_.


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

Before starting Mopidy, you must add configuration for
Mopidy-FileManager to your Mopidy configuration file::

    [filemanager]
    # TODO: Add example of extension config


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

- `Source code <https://github.com/xiongyihui/mopidy-filemanager>`_
- `Issue tracker <https://github.com/xiongyihui/mopidy-filemanager/issues>`_


Credits
=======

- Original author: `Yihui Xiong <https://github.com/xiongyihui`__
- Current maintainer: `Yihui Xiong <https://github.com/xiongyihui`__
- `Contributors <https://github.com/xiongyihui/mopidy-filemanager/graphs/contributors>`_


Changelog
=========

v0.1.0 (UNRELEASED)
----------------------------------------

- Initial release.


