Skip to content

hechtus/mopidy-radio-de

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mopidy-radio-de

Latest PyPI version

Number of PyPI downloads

Travis CI build status

Test coverage

Mopidy extension to listen to internet radio stations and podcasts listed at radio.de, rad.io, radio.fr, and radio.at.

Installation

Install the Mopidy-radio-de extension by running:

pip install mopidy-radio-de

Configuration

Before starting Mopidy, you must select your preferred language in the Mopidy configuration file. This will affect the stations and podcasts being found. Choose between german, austrian, french, and english. You can also optionally define favorite stations that will appear as playlists:

[radio-de]
language = german
favorites = Tagesschau, NDR 2, NDR Kultur

Usage

The extension is enabled by default. You can search for radio stations and listen to them.

Project resources

Changelog

v0.2.0 (2014-02-17)

  • Require Mopidy >= 0.18.0.
  • Added proxy support

v0.1.3 (2013-12-02)

  • Issue #4: Fixed a problem regarding favorites. Some stations could not be found by the plugin.

v0.1.2 (2013-11-08)

  • Added python-dateutil dependency
  • Added Travis CI and coveralls support

v0.1.1 (2013-10-08)

  • Extension renamed to Mopidy-radio-de
  • Added austrian support
  • Minor clean-up of library code

v0.1 (2013-10-07)

  • Initial release