Metadata-Version: 2.1
Name: Mopidy-ORFRadio
Version: 2.0.2
Summary: Mopidy backend to access the Austrian ORF radio stations.
Home-page: https://github.com/mopidy/mopidy-orfradio
Author: Tobias Girstmair
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: Programming Language :: Python :: 3.9
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: python-dateutil
Requires-Dist: beaker
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-ORFRadio
****************************

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

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

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

`Mopidy <http://www.mopidy.com/>`_ extension to access the `Austrian ORF radio
stations <https://radiothek.orf.at/>`_.  It provides access to the live streams
and the 7 day archive.

Note that timestamps from the API are somewhat inaccurate (especially on
non-music segments). This can cause a slight glitch between tracks, or in very
few extreme cases the beginning getting cut off. The implementation avoids
cutting off the end of tracks, with the trade off of sometimes appending a few
seconds form the next to the previous.

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

Install by running::

    python3 -m pip install Mopidy-ORFRadio

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


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

Before starting Mopidy, you may add configuration for
Mopidy-ORFRadio to your Mopidy configuration file::

    [orfradio]

    # Stations to display
    #
    # Default:
    stations =
        oe1
        oe3
        fm4
        campus
        bgl
        ktn
        noe
        ooe
        sbg
        stm
        tir
        vbg

    # Remove from list to automatically skip tracks of the type.
    #
    # available types: [M]usik, [B]eitrag, [BJ]ournal, [N]achrichten,
    # [J]ingle, [W]erbung, [S]onstiges
    # Default:
    archive_types =
        M
        B
        BJ
        N


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

- `Source code <https://github.com/mopidy/mopidy-orfradio>`_
- `Issue tracker <https://github.com/mopidy/mopidy-orfradio/issues>`_
- `Changelog <https://github.com/mopidy/mopidy-orfradio/releases>`_


Credits
=======

- Original author: `Tobias Girstmair <https://gir.st/>`__, `David Tischler <https://github.com/tischlda>`__
- Current maintainer: `Tobias Girstmair <https://gir.st/>`__
- `Contributors <https://github.com/mopidy/mopidy-orfradio/graphs/contributors>`_


