Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mopidy/mopidy-orfradio
- Owner: mopidy
- License: apache-2.0
- Created: 2020-04-01T16:16:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T20:44:45.000Z (over 1 year ago)
- Last Synced: 2024-10-13T21:46:42.578Z (3 months ago)
- Topics: mopidy, mopidy-backend, radio
- Language: Python
- Homepage: https://mopidy.com/ext/orfradio/
- Size: 117 KB
- Stars: 5
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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 = 192Project resources
=================- `Source code `_
- `Issue tracker `_
- `Changelog `_Credits
=======- Original author: `Tobias Girstmair `__, `David Tischler `__
- Current maintainer: `Tobias Girstmair `__
- `Contributors `_