Check-in [d8ffa831d0]
Overview
Comment: | more xiph category reordering |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | xiphjson |
Files: | files | file ages | folders |
SHA1: |
d8ffa831d0918995e3f6bce317ed79b0 |
User & Date: | mario on 2014-05-04 23:11:32 |
Other Links: | branch diff | manifest | tags |
Context
2014-05-04
| ||
23:14 | merge Xiph plugin with JSON query back in, enable per default again check-in: 8a39e17e4b user: mario tags: trunk | |
23:11 | more xiph category reordering Leaf check-in: d8ffa831d0 user: mario tags: xiphjson | |
18:27 | Tie to new json cache API, update categories by themselves (no big "all" download anymore), and add new unwieldy categories check-in: ddb65cf0aa user: mario tags: xiphjson | |
Changes
Modified channels/xiph.py from [a298926809] to [489a9db0fc].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + | # # api: streamtuner2 # title: Xiph.org # description: Xiph/ICEcast radio directory |
︙ | |||
35 36 37 38 39 40 41 | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | - + | # I wonder what that is for --------------------------------------- class xiph (ChannelPlugin): # desc api = "streamtuner2" module = "xiph" title = "Xiph.org" |
︙ | |||
90 91 92 93 94 95 96 | 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | - + | if cat: params["cat"] = cat.lower() if search: params["search"] = search #-- get data data = http.get(self.json_url, params=params) |
︙ | |||
122 123 124 125 126 127 128 | 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 | - - - + + + | genres = [ "pop", [ "top40", |
︙ | |||
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 | 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 | + - + + | ], "dance", [ "electronic", "deephouse", "dancefloor", "elektro" "eurodance" "b", "r", ], "hits", [ "russian" "hit", "star" ], "radio", [ "live", "community", "student", |
︙ | |||
194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 | 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 | + + + + + + + | "news", "politics", "medicine", "health" "sport", "education", "entertainment", "podcast", ], "various", [ "hits", "ruhit", "mega" ], "house", [ "lounge", "trance", "techno", "handsup", "gay", "breaks", "dj", "electronica", ], "trance", [ "clubbing", "electronical" ], "jazz", [ "contemporary" ], "oldies", [ |
︙ | |||
253 254 255 256 257 258 259 260 261 262 263 264 265 266 | 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 | + | "disco", "mainstream", "soulfull" ], "funk", "hiphop", [ "rap", "dubstep", "hip", "hop" ], "top", [ "urban" |
︙ | |||
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 | 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 | + - - - - - - - - + - - - - - - | "liberte", "anglais", "arabic", "hungary", "folklore" "latin", "dutch" "italy" ], "artist", # ARTIST NAMES [ "mozart", "beatles", "michael", "nirvana", "elvis", "britney", "abba", "madonna", "depeche", ], "salsa", "love", "la", "soul", |
︙ | |||
362 363 364 365 366 367 368 | 360 361 362 363 364 365 366 367 368 369 370 371 372 373 | - | [ "soft" ], "mix", [ "modern" ], |
︙ | |||
420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 | 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 | + - - - - - - | "rockabilly", "charts", [ "best80", "70er", "80er", "60er" "chart", ], "other", [ "varios" ], "soulful", "listening", "vegyes", |
︙ | |||
487 488 489 490 491 492 493 | 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | "soundtracks", "cover", "chd", "games", "libre", "wave", "vegas", |