Diff
Differences From Artifact [e8f81d7822]:
- File
channels/itunes.py
— part of check-in
[ac8632bc29]
at
2014-06-03 00:29:43
on branch trunk
— Search dialog offers (x) all channels or (x) just current for server+cache scan
again. Removed search="" parameter from channels that don't implement it.
(To remove extraneous .has_search channel attribute again somewhen..)
External: Xiph IO cache ?search= should be changed to work on station titles instead of genres. (user: mario, size: 2448) [annotate] [blame] [check-ins using]
To Artifact [c564d09eeb]:
- File channels/itunes.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: 2456) [annotate] [blame] [check-ins using]
1 2 | # encoding: UTF-8 # api: streamtuner2 | | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # encoding: UTF-8 # api: streamtuner2 # title: iTunes Radio # description: iTunes unsorted station list via RoliSoft Radio Playlist caching webservice. # version: 0.1 # type: channel # category: radio # url: http://www.itunes.com? # priority: optional # config: - # documentation: http://lab.rolisoft.net/playlists.html # # Provides pre-parsed radio station playlists for various services # → Shoutcast # → Xiph/ICEcast # → Tunein # → iTunes |
︙ | ︙ | |||
63 64 65 66 67 68 69 | "RnB", "Sports Radio", "Top 40", "'70s Retro", "'80s Flashback", "'90s Hits", ] | < < | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | "RnB", "Sports Radio", "Top 40", "'70s Retro", "'80s Flashback", "'90s Hits", ] base = "http://lab.rolisoft.net/playlists/itunes.php" #base = "http://aws-eu.rolisoft.net/playlists/itunes.php" #base = "http://aws-us.rolisoft.net/playlists/itunes.php" # static list for iTunes |
︙ | ︙ |