Diff
Differences From Artifact [2353be4e7b]:
- File channels/internet_radio.py — part of check-in [2b63a42675] at 2015-04-05 20:27:33 on branch trunk — Recategorized some dbg.ERR messages, but make them displayed now regardless of conf.debug setting. (user: mario, size: 6666) [annotate] [blame] [check-ins using]
To Artifact [c485fff9cd]:
- File channels/internet_radio.py — part of check-in [85313637a3] at 2015-04-08 23:32:30 on branch action-mapfmts — Consolidate listformat types to just "pls", "m3u" and "srv". Probe for direct ICY server contact in action.playlist_convert(), unify extraction methods. (user: mario, size: 6656) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
39 40 41 42 43 44 45 |
class internet_radio (ChannelPlugin):
# description
title = "InternetRadio"
module = "internet_radio"
homepage = "http://www.internet-radio.org.uk/"
| | | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
class internet_radio (ChannelPlugin):
# description
title = "InternetRadio"
module = "internet_radio"
homepage = "http://www.internet-radio.org.uk/"
listformat = "pls"
# category map
categories = []
current = ""
default = ""
|
| ︙ | ︙ |