Metadata-Version: 2.1
Name: Mopidy-QR
Version: 0.0.1
Summary: Mopid extension for adding tracks via a QR code
Home-page: https://github.com/willemk/mopidy-qr
Author: Willem Kappers
Author-email: 
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 :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Requires-Python: >=3.7
Requires-Dist: Mopidy (>=3.0.0)
Requires-Dist: Pykka (>=2.0.1)
Requires-Dist: setuptools
Requires-Dist: pyzbar
Requires-Dist: imutils
Requires-Dist: numpy
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: check-manifest ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: flake8-bugbear ; extra == 'dev'
Requires-Dist: flake8-import-order ; extra == 'dev'
Requires-Dist: isort[pyproject] ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Provides-Extra: lint
Requires-Dist: black ; extra == 'lint'
Requires-Dist: check-manifest ; extra == 'lint'
Requires-Dist: flake8 ; extra == 'lint'
Requires-Dist: flake8-bugbear ; extra == 'lint'
Requires-Dist: flake8-import-order ; extra == 'lint'
Requires-Dist: isort[pyproject] ; extra == 'lint'
Provides-Extra: release
Requires-Dist: twine ; extra == 'release'
Requires-Dist: wheel ; extra == 'release'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

****************************
Mopidy-QR
****************************

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

.. image:: https://img.shields.io/circleci/build/gh/willemk/mopidy-qr
    :target: https://circleci.com/gh/willemk/mopidy-qr
    :alt: CircleCI build status

.. image:: https://img.shields.io/codecov/c/gh/willemk/mopidy-qr
    :target: https://codecov.io/gh/willemk/mopidy-qr
    :alt: Test coverage

Mopid extension for adding tracks via a QR code using the Raspberry Pi Camera


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

Install by running::

    python3 -m pip install Mopidy-QR

See https://mopidy.com/ext/qr/ for alternative installation methods.


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

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

    [qr]
    enabled = true
    queue = false

Common Issues
=============

And run the following to add the proper user permissions in case of webcam issue. 

    sudo usermod -a -G video mopidy



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

- `Source code <https://github.com/willemk/mopidy-qr>`_
- `Issue tracker <https://github.com/willemk/mopidy-qr/issues>`_
- `Changelog <https://github.com/willemk/mopidy-qr/blob/master/CHANGELOG.rst>`_


Credits
=======

- Original author: `Willem Kappers <https://github.com/willemk>`__
- Current maintainer: `Willem Kappers <https://github.com/willemk>`__
- `Contributors <https://github.com/willemk/mopidy-qr/graphs/contributors>`_


