Diff
Differences From Artifact [f757c3da36]:
- File channels/xiph.py — part of check-in [d58eeed475] at 2015-03-29 03:09:34 on branch trunk — Moved all config[] lists into plugin meta data fields (JSOL style retained). Add channel homepages as plugin url: field. (user: mario, size: 13546) [annotate] [blame] [check-ins using]
To Artifact [5e3d628269]:
- File channels/xiph.py — part of check-in [2a364e20fd] at 2015-03-29 14:49:33 on branch trunk — Minor updates to category: field (now displayed in config dialog.) (user: mario, size: 13546) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
28 29 30 31 32 33 34 | # # # streamtuner2 modules from config import conf | | | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | # # # streamtuner2 modules from config import conf from uikit import uikit import ahttp as http from channels import * from config import __print__, dbg import json # python modules import re |
︙ | ︙ |