AudioAddict: add comment about mplayer issue
This commit is contained in:
parent
38d987b410
commit
4e38e4803e
1 changed files with 9 additions and 1 deletions
|
|
@ -28,6 +28,14 @@ import time
|
||||||
|
|
||||||
__all__ = ['AudioAddictBackend']
|
__all__ = ['AudioAddictBackend']
|
||||||
|
|
||||||
|
#
|
||||||
|
# WARNING
|
||||||
|
#
|
||||||
|
# AudioAddict playlists do not seem to be appreciated by mplayer
|
||||||
|
# VLC plays them successfully, therefore I advice to set the media_player
|
||||||
|
# option to another player in the ~/.config/weboob/radioob config file:
|
||||||
|
# [ROOT]
|
||||||
|
# media_player = your_non_mplayer_player
|
||||||
|
|
||||||
class AudioAddictBackend(BaseBackend, ICapRadio, ICapCollection):
|
class AudioAddictBackend(BaseBackend, ICapRadio, ICapCollection):
|
||||||
NAME = 'audioaddict'
|
NAME = 'audioaddict'
|
||||||
|
|
@ -38,7 +46,7 @@ class AudioAddictBackend(BaseBackend, ICapRadio, ICapCollection):
|
||||||
LICENSE = 'AGPLv3+'
|
LICENSE = 'AGPLv3+'
|
||||||
BROWSER = StandardBrowser
|
BROWSER = StandardBrowser
|
||||||
|
|
||||||
# http://tobiass.eu/api-doc.html
|
# Data extracted from http://tobiass.eu/api-doc.html
|
||||||
NETWORKS = {
|
NETWORKS = {
|
||||||
'DI': {
|
'DI': {
|
||||||
'desc': 'Digitally Imported addictive electronic music',
|
'desc': 'Digitally Imported addictive electronic music',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue