Diff
Differences From Artifact [489a9db0fc]:
- File channels/xiph.py — part of check-in [d8ffa831d0] at 2014-05-04 23:11:32 on branch xiphjson — more xiph category reordering (user: mario, size: 12884) [annotate] [blame] [check-ins using] [more...]
To Artifact [4dfeffc128]:
- File channels/xiph.py — part of check-in [08de3d2f45] at 2014-05-08 20:02:35 on branch trunk — Introduce channel.has_search flag (user: mario, size: 12910) [annotate] [blame] [check-ins using]
43 44 45 46 47 48 49 50 51 52 53 54 55 56 | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | + | homepage = "http://dir.xiph.org/" #base_url = "http://api.dir.xiph.org/" json_url = "http://api.include-once.org/xiph/cache.php" listformat = "url/http" config = [ {"name":"xiph_min_bitrate", "value":64, "type":"int", "description":"minimum bitrate, filter anything below", "category":"filter"} ] has_search = True # content categories = [ "pop", "top40" ] current = "" default = "pop" empty = None |