Metadata-Version: 2.1
Name: Mopidy-Syncprojects
Version: 0.0.1
Summary: Mopidy extension for playing music from Syncprojects, forked from Mopidy-SoundCloud
Home-page: https://github.com/k3an3/mopidy-syncprojects
Author: Keane O'Kelley
Author-email: me@keane.space
License: MIT
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Requires-Python: >=3.7
Provides-Extra: lint
Provides-Extra: test
Provides-Extra: dev
License-File: LICENSE

*******************
Mopidy-Syncprojects
*******************

.. image:: https://img.shields.io/pypi/v/Mopidy-Syncprojects
    :target: https://pypi.org/project/Mopidy-Syncprojects/
    :alt: Latest PyPI version

`Mopidy <https://mopidy.com/>`_ extension for playing music from
`Syncprojects <https://github.com/k3an3/syncprojects-web>`_.

Forked from `Mopidy-SoundCloud <https://github.com/mopidy/mopidy-soundcloud>`_


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

Install by running::

    sudo python3 -m pip install Mopidy-Syncprojects


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

#. You must have a user account with Syncprojects (not open to general public yet) 

#. You need a SyncProjects authentication token

#. Add the authentication token to the ``mopidy.conf`` config file::

    [syncprojects]
    auth_token = 1-1111-1111111


Troubleshooting
===============

Open an issue...

Credits
=======

- Original author of Mopidy-SoundCloud: `Janez Troha <https://github.com/dz0ny>`_
- Mopidy-SoundCloud `Contributors <https://github.com/mopidy/mopidy-soundcloud/graphs/contributors>`_
