Diff
Differences From Artifact [470a3f337e]:
- File channels/_generic.py — part of check-in [4b78a4eba1] at 2014-04-11 22:22:53 on branch py3 — Fixed syntax error in deleted_streams diff (user: mario, size: 20136) [annotate] [blame] [check-ins using] [more...]
To Artifact [f4b3b96251]:
- File channels/_generic.py — part of check-in [08de3d2f45] at 2014-05-08 20:02:35 on branch trunk — Introduce channel.has_search flag (user: mario, size: 20163) [annotate] [blame] [check-ins using]
| ︙ | |||
50 51 52 53 54 55 56 57 58 59 60 61 62 63 | 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | + |
title = "GenericChannel"
version = 1.0
homepage = "http://milki.inlcude-once.org/streamtuner2/"
base_url = ""
listformat = "audio/x-scpls"
audioformat = "audio/mp3" # fallback value
config = []
has_search = False
# categories
categories = ["empty", ]
current = ""
default = "empty"
shown = None # last selected entry in stream list, also indicator if notebook tab has been selected once / stream list of current category been displayed yet
|
| ︙ |