73
74
75
76
77
78
79
80
81
82
83
84
85
86
87 | {"name": "jamendo_image_size",
"value": "50",
"type": "select",
"select": "25=25px|35=35px|50=50px|55=55px|60=60px|65=65px|70=70px|75=75px|85=85px|100=100px|130=130px|150=150px|200=200px|300=300px",
"description": "Preview images size (height and width) for albums or tracks."
},
{"name": "jamendo_count",
"value": "1",
"type":"text",
"description": "How many result sets (200 entries each) to retrieve."
}
]
|
|
| 73
74
75
76
77
78
79
80
81
82
83
84
85
86
87 | {"name": "jamendo_image_size",
"value": "50",
"type": "select",
"select": "25=25px|35=35px|50=50px|55=55px|60=60px|65=65px|70=70px|75=75px|85=85px|100=100px|130=130px|150=150px|200=200px|300=300px",
"description": "Preview images size (height and width) for albums or tracks."
},
{"name": "jamendo_count",
"value": "1", # "offset": in API is broken, so leave this at 1
"type":"text",
"description": "How many result sets (200 entries each) to retrieve."
}
]
|