https://github.com/nilicule/mopidy-audioaddict
Play music from all the AudioAddict network of sites (DI.FM, RadioTunes, RockRadio, JazzRadio, FrescaRadio) with Mopidy. Both premium and free accounts supported.
https://github.com/nilicule/mopidy-audioaddict
Last synced: 9 months ago
JSON representation
Play music from all the AudioAddict network of sites (DI.FM, RadioTunes, RockRadio, JazzRadio, FrescaRadio) with Mopidy. Both premium and free accounts supported.
- Host: GitHub
- URL: https://github.com/nilicule/mopidy-audioaddict
- Owner: nilicule
- License: mit
- Created: 2014-10-12T07:54:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-04T09:22:40.000Z (over 10 years ago)
- Last Synced: 2025-01-10T07:54:35.152Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 310 KB
- Stars: 35
- Watchers: 11
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
Installation
============
Install by running the following:
python setup.py install
You can also install the plugin from PyPI:
pip install Mopidy-AudioAddict
Configuration
=============
Make sure you enable the extension after you've completed the installation. You will also
need the Mopidy-Stream extension enabled - it's bundled with Mopidy, so unless you disabled it
it should be available.
Example configuration::
[audioaddict]
# enable plugin
enabled = true
# username and password (optional)
username = john@doe.net
password = supersecret
# you need an account if you want to set stream quality
# valid options are:
# 40k, 64k (free)
# 40k, 64k, 128k, 320k (premium)
quality = 320k
# enable or disable individual stations
difm = true
radiotunes = true
rockradio = true
jazzradio = true
frescaradio = true
If you choose not to provide a username and password then the plugin will default to the
lower-quality 40k public stream.
The plugin will cache channel lists for each of the stations to avoid wasting any bandwidth.
Project resources
=================
- `Source code `_
- `Issue tracker `_
Bugs, feedback and patches are always welcome!