Diff
Differences From Artifact [739df4ccb0]:
- File
channels/live365.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: 9217) [annotate] [blame] [check-ins using]
To Artifact [7732533e99]:
- File channels/live365.py — part of check-in [38a62d9ca1] at 2014-07-06 01:42:16 on branch trunk — Live365 is currently broken, some retrieval URLs for documentation; albeit it's still unclear if direct streaming can be made working again. (user: mario, size: 9657) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # api: streamtunter2 # title: Live365 # description: Around 5000 categorized internet radio streams, some paid ad-free ones. # type: channel # category: radio # version: 0.2 # priority: optional # # 2.0.9 fixed by Abhisek Sanyal # # streamtuner2 modules from config import conf from mygtk import mygtk | > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # api: streamtunter2 # title: Live365 # description: Around 5000 categorized internet radio streams, some paid ad-free ones. # type: channel # category: radio # version: 0.2 # priority: optional # # 2.0.9 fixed by Abhisek Sanyal # # 2.1.2 broken, # new URLs: # GET /cgi-bin/mini.cgi?version=3&templateid=xml&from=web&site=web&caller=&tag=web&station_name=bofbm&_=1404610275892 # <NANOCASTER_PARAMS> (session id) # GET /play?now=59&membername=&session=1404610276-475426&tag=web&s=bofbm&d=LIVE365&r=0 # &app_id=web%3ABROWSER&token=b99d7f579bacab06b9baa1502d53bedc-3101060080001248&AuthType=NORMAL # &lid=276006-deu&SaneID=178.24.130.71-1404610229579 # # streamtuner2 modules from config import conf from mygtk import mygtk |
︙ | ︙ |