Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


History of channels/live365.py of 0cf2739b1393e614

History of the file that is called channels/live365.py at checkin 0cf2739b1393e614

2016-11-19
13:14
Normalize all broken plugins with status: broken, and priority: obsolete file: [b34d56fbf0] check-in: [8e52a0479a] user: mario, branch: trunk, size: 5180 [annotate] [blame] [check-ins using] [diff]
2016-06-23
15:51
Renamed channels/live365.py → contrib/disabled/live365.py. Removed Live365 file: [edd836501a] check-in: [605de6f36e] user: mario, branch: trunk, size: 5163 [annotate] [blame] [check-ins using] [diff]
09:13
Live365 is no more. file: [edd836501a] check-in: [490abb1150] user: mario, branch: trunk, size: 5163 [annotate] [blame] [check-ins using] [diff]
2015-05-13
00:00
Move mime_fmt() into regular function. Fix live365 ahttp feedback= bug. Regroup functions and update a few comments in channels/__init__ file: [e4e6ca4688] check-in: [2335ea7a46] user: mario, branch: trunk, size: 5135 [annotate] [blame] [check-ins using] [diff]
2015-05-02
20:03
Clean out unneeded xml module references. file: [f2cc1bc432] check-in: [4797dcce8e] user: mario, branch: trunk, size: 4830 [annotate] [blame] [check-ins using] [diff]
2015-04-29
22:55
Exchanged all "import ahttp as http" for plain `ahttp` module usage. file: [73c3b74f30] check-in: [493be36226] user: mario, branch: trunk, size: 4986 [annotate] [blame] [check-ins using] [diff]
2015-04-21
06:05
Replace old __print__/dbg.XYZ references with new log.XYZ() wrapper. file: [43a955e299] check-in: [ebae9e51ac] user: mario, branch: trunk, size: 5017 [annotate] [blame] [check-ins using] [diff]
2015-04-17
21:14
Remove remnant module .title/etc attributes, and .current category overwriting. file: [7936759236] check-in: [a7b0cd39a2] user: mario, branch: trunk, size: 5030 [annotate] [blame] [check-ins using] [diff]
2015-04-08
23:32
Consolidate listformat types to just "pls", "m3u" and "srv". Probe for direct ICY server contact in action.playlist_convert(), unify extraction methods. file: [e2484ab83b] check-in: [85313637a3] user: mario, branch: action-mapfmts, size: 5167 [annotate] [blame] [check-ins using] [diff]
17:59
Remove extraneous class wrapper action.action. Start to regroup listformat mapping (pls-url → m3u-fn rewrites). Will need some heuristics, as depending just on the channel.listformat assumption won't work in practice (some .pls servers actually host direct server links, or occasionally .m3u references even). Currently does nothing, just returns the pls/etc URL. file: [d247abf501] check-in: [ea628d6426] user: mario, branch: trunk, size: 5172 [annotate] [blame] [check-ins using] [diff]
2015-04-03
17:31
All channel icons are now embedded into plugin meta data. file: [2380a719ae] check-in: [232bbb301a] user: mario, branch: trunk, size: 6337 [annotate] [blame] [check-ins using] [diff]
2015-04-02
17:38
Compact plugin comments to be more user-targetted. file: [f028ea638f] check-in: [f5a59de6b8] user: mario, branch: trunk, size: 5100 [annotate] [blame] [check-ins using] [diff]
2015-03-29
14:49
Minor updates to category: field (now displayed in config dialog.) file: [f9cb99d01d] check-in: [2a364e20fd] user: mario, branch: trunk, size: 4968 [annotate] [blame] [check-ins using] [diff]
03:09
Moved all config[] lists into plugin meta data fields (JSOL style retained). Add channel homepages as plugin url: field. file: [2e2986e12a] check-in: [d58eeed475] user: mario, branch: trunk, size: 4968 [annotate] [blame] [check-ins using] [diff]
2014-08-15
00:58
Reintroduced Live365 status display (gtk STOP sign for non-"PUBLIC" entries, or deleted strikethrough if server not "OK") file: [e1bde0795c] check-in: [2bba5c0a5f] user: mario, branch: trunk, size: 4931 [annotate] [blame] [check-ins using] [diff]
2014-07-31
17:22
Adapted Live365 channel plugin for /cgi-bin/play.pls?stationid=123457&direct=1 stream URLs instead of extraction, works again file: [be1047f842] check-in: [8b3cd06ff7] user: mario, branch: trunk, size: 4790 [annotate] [blame] [check-ins using] [diff]
01:13
PLUGIN DISABLED Reads out streams now (grouping wrong), but even with session ID there's no playback of manually construed URLs. file: [861e1f12f9] check-in: [0045ccdb36] user: mario, branch: trunk, size: 4789 [annotate] [blame] [check-ins using] [diff]
2014-07-06
01:42
Live365 is currently broken, some retrieval URLs for documentation; albeit it's still unclear if direct streaming can be made working again. file: [7732533e99] check-in: [38a62d9ca1] user: mario, branch: trunk, size: 9657 [annotate] [blame] [check-ins using] [diff]
2014-06-03
00:29
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. file: [739df4ccb0] check-in: [ac8632bc29] user: mario, branch: trunk, size: 9217 [annotate] [blame] [check-ins using] [diff]

2014-05-26
16:32
Comment out dbg.DATA prints, add some statusbar updating calls. file: [ee023b1309] check-in: [fd4a1b208c] user: mario, branch: trunk, size: 9181 [annotate] [blame] [check-ins using] [diff]
2014-05-13
16:23
Completer plugin meta data blocks, now utilized in channel settings dialog for nicer descriptions. file: [cd7a2a9078] check-in: [fff3b62827] user: mario, branch: trunk, size: 9179 [annotate] [blame] [check-ins using] [diff]
2014-04-08
21:16
rename http to ahttp to avoid conflict with Python3 modules, change .iteritems and xrange, remove same remaining plain print statements file: [10562bd5f9] check-in: [d3b1418bc6] user: mario, branch: py3, size: 9070 [annotate] [blame] [check-ins using] [diff]
2014-04-07
00:33
Move __print__ into config, add unified dbg.COLOR codes file: [17860a6a46] check-in: [7ef1553f61] user: mario, branch: trunk, size: 9061 [annotate] [blame] [check-ins using] [diff]
2014-01-04
22:37
Live365 fixed by Abhisek Sanyal file: [9e6de8cad1] check-in: [0cf2739b13] user: mario, branch: trunk, size: 9038 [annotate] [blame] [check-ins using] [diff]
22:25
live365 now searches javascript file: [f126b8da6a] check-in: [f0cd5d48f2] user: mario, branch: trunk, size: 8318 [annotate] [blame] [check-ins using] [diff]
2012-01-09
03:45
Added: 2.0.8.5 file: [0058898af0] check-in: [ea81d1ad5d] user: mario, branch: trunk, size: 8987 [annotate] [blame] [check-ins using]