Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mopidy/mopidy-orfradio

Mopidy extension to access the Austrian ORF radio stations' livestreams and 7 day archives
https://github.com/mopidy/mopidy-orfradio

mopidy mopidy-backend radio

Last synced: about 2 months ago
JSON representation

Mopidy extension to access the Austrian ORF radio stations' livestreams and 7 day archives

Awesome Lists containing this project

README

        

****************************
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/github/actions/workflow/status/mopidy/mopidy-orfradio/ci.yml?branch=main
:target: https://github.com/mopidy/mopidy-orfradio/actions
:alt: CI 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 `_ extension to access the `Austrian ORF radio
stations `_. 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

# Live stream is available as 128 or 192 kbit/s. The archive always plays
# at 192 kbit/s.
#
# Default:
livestream_bitrate = 192

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

- `Source code `_
- `Issue tracker `_
- `Changelog `_

Credits
=======

- Original author: `Tobias Girstmair `__, `David Tischler `__
- Current maintainer: `Tobias Girstmair `__
- `Contributors `_