Check-in [db87487598]
Overview
Comment: | Radionomy is deprecated / mostly broken. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
db87487598a9839f292de8e965177d79 |
User & Date: | mario on 2022-02-21 19:16:55 |
Other Links: | manifest | tags |
Context
2022-02-21
| ||
19:36 | update online HTML help check-in: 6671384529 user: mario tags: trunk | |
19:16 | Radionomy is deprecated / mostly broken. check-in: db87487598 user: mario tags: trunk | |
08:05 | enable per default check-in: e551c04eff user: mario tags: trunk | |
Changes
Modified channels/radionomy.py from [04a11c793d] to [a2940d5baf].
︙ | ︙ | |||
9 10 11 12 13 14 15 | # config: - # { name: radionomy_pages, type: int, value: 3, category: limit, description: Number of pages per category to scan. } # { name: radionomy_update, type: boolean, value: 1, description: Also fetch OnAir updates about currently playing songs. } # png: # iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAABIElEQVQ4y62Uv0rEQBCHv/yRQziJ1bYWV/gCaxrhGrtrg1f5GMc+xOKLeIetVjZXHRrwAewstxMWFDViM5EQcrk9yTRJZn+/j51h # JhESypZnwAKYAWP6wwN3wLUz+gkgEsglsOR/MXdGryK5yaMk34ECWAPVFmMCTIFb4FByeSrl1JDMGf0VcIt7ZcsMeBPYIpaeABSBEABEW8jnLG00dt0WK1ueSikvwDnw4YzeNCS1Z5w2klULkgAb4Bh4AC7kKOrypDsq+JHnBDgBRtuE # aWBLrpzRr32COBD0vEsQCvocCsQ+oKTj/Ehm5rtnyv9AXt6nrYGrgKyxBl1Re3ykbHkDzPdcEZQtDxorshxsaQf7jcTSjxWQC8wHmL1oc/HyC1/TWBfFRR9xAAAAAElFTkSuQmCC | | | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # config: - # { name: radionomy_pages, type: int, value: 3, category: limit, description: Number of pages per category to scan. } # { name: radionomy_update, type: boolean, value: 1, description: Also fetch OnAir updates about currently playing songs. } # png: # iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAABIElEQVQ4y62Uv0rEQBCHv/yRQziJ1bYWV/gCaxrhGrtrg1f5GMc+xOKLeIetVjZXHRrwAewstxMWFDViM5EQcrk9yTRJZn+/j51h # JhESypZnwAKYAWP6wwN3wLUz+gkgEsglsOR/MXdGryK5yaMk34ECWAPVFmMCTIFb4FByeSrl1JDMGf0VcIt7ZcsMeBPYIpaeABSBEABEW8jnLG00dt0WK1ueSikvwDnw4YzeNCS1Z5w2klULkgAb4Bh4AC7kKOrypDsq+JHnBDgBRtuE # aWBLrpzRr32COBD0vEsQCvocCsQ+oKTj/Ehm5rtnyv9AXt6nrYGrgKyxBl1Re3ykbHkDzPdcEZQtDxorshxsaQf7jcTSjxWQC8wHmL1oc/HyC1/TWBfFRR9xAAAAAElFTkSuQmCC # priority: deprecated # extraction-method: regex, dom, json # # Over 6500 radio stations of mixed genres and from different # countries. # # Radionomy is a commercial radio hosting service. All listed # stations are actually hosted by itself. Public and free access. |
︙ | ︙ |
Modified help/channel_radionomy.page from [337f10d6eb] to [7063430f8f].
︙ | ︙ | |||
13 14 15 16 17 18 19 | <subtitle><link href="http://radionomy.com/">//radionomy.com/</link></subtitle> <p>Radionomy is an internet radio streaming provider, orginally founded in Belgium. It commands a pretty big slice of the worldwide internet radio stuff these days. - It took over Shoutcast.com for instance.</p> | < | > | | < | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | <subtitle><link href="http://radionomy.com/">//radionomy.com/</link></subtitle> <p>Radionomy is an internet radio streaming provider, orginally founded in Belgium. It commands a pretty big slice of the worldwide internet radio stuff these days. - It took over Shoutcast.com for instance.</p> <note style="bug"><p>Only partially working now. Radionomy has been merged into Shoutcast and the old directory site has gone stale. You might still be able to browse some categories, but most station entries contain invalid streaming urls now.</p></note> <p>Both listening and station hosting are free (given agreement to autoplay advertisements, and a minimum quota of daily listeners). Radionomy is therefore pretty popular and growing.</p> <section id="options"> |
︙ | ︙ |