Check-in [80b73f490d]
Overview
Comment: | Fix for new url prefix in station list. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
80b73f490dfe27254a5de15facfc94de |
User & Date: | mario on 2020-05-11 16:23:54 |
Other Links: | manifest | tags |
Context
2020-05-11
| ||
16:24 | Add duplicate filter for Xiph. check-in: 08803f2b56 user: mario tags: trunk | |
16:23 | Fix for new url prefix in station list. check-in: 80b73f490d user: mario tags: trunk | |
2020-05-10
| ||
15:17 |
Adapt Xiph plugin for BETA/dir-test.xoph.org rollout. It's fairly terrible:
homepages gone, bitrate unavailable, case-sensitive category segregration.
On the upside: direct streaming server urls.
The 'cache' mode is likely broken soon, since the experimental JSON API is gone. For now using `.title()` on /genre/{} search. Adapted guess_format to recognize AAC. Subtitle is used in lieu of On Air: text for playing= check-in: f9c725e90b user: mario tags: trunk | |
Changes
Modified contrib/liveradio.py from [602839c927] to [cfea0c56fd].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - + | # encoding: UTF-8 # api: streamtuner2 # title: Liveradio.ie # description: Irish/worldwide radio station directory # url: http://liveradio.ie/ |
︙ | |||
85 86 87 88 89 90 91 | 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | - + | # ยท title and genre available right away # ยท img url is embedded # ยท keep station ID as `urn:liveradion:12345` # r = [] ls = re.findall(""" itemtype="http://schema.org/RadioStation"> .*? |
︙ |