Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Check-in [f9f113c1e4]

Overview
Comment:Document Jamenda API count always 1.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f9f113c1e4ad6a7dd26e458553fb74834938bfc4
User & Date: mario on 2015-03-25 01:18:02
Other Links: manifest | tags
Context
2015-03-25
01:18
Add category tree reloading (implicit capitalization of genres). check-in: 151c826bb2 user: mario tags: trunk
01:18
Document Jamenda API count always 1. check-in: f9f113c1e4 user: mario tags: trunk
01:17
Reactivate all packages. check-in: f3e22f0201 user: mario tags: trunk
Changes

Modified channels/jamendo.py from [8860de0fa3] to [949c1eaeb0].

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."
        }
    ]