Metadata-Version: 2.4
Name: Mopidy-RadioBrowser
Version: 3.0.1
Summary: Mopidy extension to browse the community radiostation index.
Home-page: https://github.com/RalfLangeDresden/mopidy-radiobrowser
Author: Ralf Lange
Author-email: ralf.lange@longsoft.de
License: Apache License, Version 2.0
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
License-File: LICENSE
Requires-Dist: Mopidy>=3.0.0a4
Requires-Dist: Pykka>=2.0.1
Requires-Dist: requests>=2.0
Requires-Dist: setuptools
Requires-Dist: pycountry>=19.0.0
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"
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"
Dynamic: license-file

*******************************
***** Mopidy-RadioBrowser *****
*******************************

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

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

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

Mopidy extension for playing music from `RadioBrowser <http://www.radiobrowser.info>`_.
Listen to the world’s radio with 25,000 stations of music, sports and news streaming from every continent.

Acknowledgement and thanks to Nick Steel's `TuneIn plugin <https://github.com/kingosticks/mopidy-tunein>`_ that was based on.
This product uses RadioBrowser API but is not endorsed, certified or otherwise approved in any way by RadioBrowser.

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

Install by running::

    python3 -m pip install Mopidy-RadioBrowser

Some radio streams may require additional audio plugins.
These can be found in the gstreamer plugin packages for your system.
See https://mopidy.com/ext/radiobrowser/ for alternative installation methods.


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

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

    [radiobrowser]
    timeout = 5000


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

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


Credits
=======

- Original author: `Ralf Lange <https://github.com/RalfLangeDresden>`__
- Current maintainer: `Ralf Lange <https://github.com/RalfLangeDresden>`__
- `Contributors <https://github.com/RalfLangeDresden/mopidy-radiobrowser/graphs/contributors>`_
