58
59
60
61
62
63
64
65
66
67
68
69
70
71
72 | title = "Jamendo"
module = "jamendo"
homepage = "http://www.jamendo.com/"
version = 0.3
has_search = True
base = "http://www.jamendo.com/en/"
listformat = "url/http"
api_base = "http://api.jamendo.com/v3.0/"
cid = "49daa4f5"
categories = []
titles = dict( title="Title", playing="Album/Artist/User", bitrate=False, listeners=False )
|
|
| 58
59
60
61
62
63
64
65
66
67
68
69
70
71
72 | title = "Jamendo"
module = "jamendo"
homepage = "http://www.jamendo.com/"
version = 0.3
has_search = True
base = "http://www.jamendo.com/en/"
listformat = "srv"
api_base = "http://api.jamendo.com/v3.0/"
cid = "49daa4f5"
categories = []
titles = dict( title="Title", playing="Album/Artist/User", bitrate=False, listeners=False )
|