Skip to content

Mopidy extension for Dirble open radio directory

License

Notifications You must be signed in to change notification settings

jcass77/mopidy-dirble

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mopidy-Dirble

Latest PyPI version Number of PyPI downloads Travis CI build status Test coverage

Mopidy extension for Dirble open radio directory.

Installation

Debian/Ubuntu/Raspbian: Install the mopidy-dirble package from apt.mopidy.com:

sudo apt-get install mopidy-dirble

Arch Linux: Install the mopidy-dirble package from AUR:

sudo yaourt -S mopidy-dirble

OS X: Install the mopidy-dirble package from the mopidy/mopidy Homebrew tap:

brew install mopidy-dirble

Else: Install the the package from PyPI:

pip install Mopidy-Dirble

Configuration

Before starting Mopidy, you must add configuration for Mopidy-Dirble to your Mopidy configuration file:

[dirble]
api_key = a4c8107f8fe57c235ce48df846720b9c816e8584
countries = US,GB,NO
timeout = 5000

Project resources

Credits

Changelog

v1.2.0 (2015-12-05)

  • Update to account for changes in data from Dirble API. Fixes #11
  • pycountry is no longer used as Dirble provides names now.

v1.1.2 (2015-06-25)

  • Fix image handling bugs in 1.1.1.

v1.1.1 (2015-06-24)

  • Updates to match Dirble v2 API changes.
  • Prefer streams that Dirble says are up. Thanks to Alexander Hartl (@alexhartl) for suggesting the status check in PR#8.

v1.1.0 (2015-04-26)

  • Use Requests for accessing the API.
  • Update to use new Dirble v2 APIs.
  • Add support for station images.
  • Add continent/country browsing.
  • Add search support.
  • Stop showing country codes in country folders.

v1.0.0 (2015-03-25)

  • Require Mopidy >= 1.0.
  • Update to work with new playback API in Mopidy 1.0.
  • Update to work with new backend search API in Mopidy 1.0.

v0.1.1 (2014-03-20)

  • Change to new API endpoint URL. The old API endpoint will be discontinued 2014-05-03.

v0.1.0 (2014-01-20)

  • Initial release.
  • Provides basic hierarchy based browsing of Dirble categories and sub-categories.
  • Lists user defined countries.

About

Mopidy extension for Dirble open radio directory

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%