Mopidy-ORFRadio

Mopidy backend to access the Austrian ORF radio stations.


Keywords
mopidy, mopidy-backend, radio
License
Apache-2.0
Install
pip install Mopidy-ORFRadio==2.1.0

Documentation

Mopidy-ORFRadio

Latest PyPI version CI build status 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

Credits