Kodi Community Forum
[RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Music Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=148)
+---- Thread: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin (/showthread.php?tid=119362)



RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - DarrenHill - 2024-04-01

They will probably be using different streams or sources, one of which works and one that now doesn't.

But if you have a suitable source, one workaround option could be to set it up as a strm (wiki) file and play that directly rather than via the addon.


RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - kowalski78 - 2024-04-02

I can make that solution but I have interested why same station is playing via web but under ADDON isn 't accessible

thank you for answer


RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - Jeffers24 - 2024-04-03

(2024-04-02, 12:50)kowalski78 Wrote: I can make that solution but I have interested why same station is playing via web but under ADDON isn 't accessible

thank you for answer
Looks like the dev is no longer maintaining the radio channel links?


RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - lineweight - 2024-04-04

(2024-03-13, 01:13)Fuchs2468 Wrote:
(2024-03-13, 00:31)lineweight Wrote: I tried using the method above again, but unfortunately without any success (the suggested search term doesn't bring anything up).

Yes, it looks like changes have been made to the "Radio" website.

The new search term is now:
Code:
"hasValidStreams\":true,\"streams\":[{\"url\":
Then you should get the correct URL again.
Thanks.

In fact when I looked into this more, it wasn't that the stream link had changed, but for some reason the addon seemed to have forgotten all my custom stations and I had to set them up again.


RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - Nickerw - 2024-04-19

Hi guys!
Recently I got with the radio addon the message "network_error", both on two diferent devices (windows) with LAN and WLAN. Both are really stable and working without any problems. I didn't change anything with kodi or any apps. I'm running Omega with MQ8 modded. The log shows after reinstalling the addon:
"2024-04-19 12:43:59.288 T:7120     info <general>: [plugin.audio.radio_de] get_cities_by_country started with country = None
2024-04-19 12:43:59.288 T:7120     info <general>: [plugin.audio.radio_de] __api_call started with path=v2/search/getcities, param=None
2024-04-19 12:43:59.288 T:7120     info <general>: [plugin.audio.radio_de] __urlopen opening url=http://api.radio.de/info/v2/search/getcities
2024-04-19 12:43:59.383 T:7120     info <general>: [plugin.audio.radio_de] __urlopen HTTPError: HTTP Error 404: Not Found
2024-04-19 12:43:59.384 T:7120     info <general>: [plugin.audio.radio_de] String is missing: network_error
2024-04-19 12:43:59.483 T:4400    error <general>: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.radio_de/menu/cities/select/az
2024-04-19 12:43:59.484 T:14576   error <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.radio_de/menu/cities/select/az) failed
2024-04-19 12:43:59.679 T:5912     info <general>: [xbmcswift2] Request for "/menu/cities" matches rule for function "show_cities_submenu"

Anybody has any ideas?
Greetz
Klaus


Addon broken - Asato - 2024-04-20

Addon seems to be completely broken since last week (here on Void Linux/Kodi 20.5 - flathub). No matter which action you perform, just getting "network error". Last week everything worked fine like the last 10 years ...


RE: Addon broken - rws2024a - 2024-04-20

(2024-04-20, 09:11)Asato Wrote: Addon seems to be completely broken since last week (here on Void Linux/Kodi 20.5 - flathub). No matter which action you perform, just getting "network error". Last week everything worked fine like the last 10 years ...
Same to me. Kobi 20.3.0, LibreELEC (official): 11.0.6, plugin.audio.radio_de v3.0.9+matrix.1


RE: Addon broken - rws2024a - 2024-04-20

(2024-04-20, 12:27)rws2024a Wrote:
(2024-04-20, 09:11)Asato Wrote: Addon seems to be completely broken since last week (here on Void Linux/Kodi 20.5 - flathub). No matter which action you perform, just getting "network error". Last week everything worked fine like the last 10 years ...
Same to me. Kobi 20.3.0, LibreELEC (official): 11.0.6, plugin.audio.radio_de v3.0.9+matrix.1
Forgot to write: selfdefinded radio station works fine.


RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - Publish3r - 2024-04-20

It's not a fix, but a workaround.
The german API URL does not exist anymore.

You have to change:

plugin.audio.radio_de\resources\lib\api.py

Line 29 / 30:

Set the german url to the french url.


RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - DarrenHill - 2024-04-20

All the others are currently saying the system is under maintenance, which may also be playing a part here.
The German one is indeed AWOL with a 404 error.


RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - Publish3r - 2024-04-20

If you open it in the browser you get the maintenance error.
But if you change it in the addon it works for me.

Edit:
Maybe the other URLs wiill be closed, too in short time.
If you inspect the website there is a complete different api. But it needs tokens.


RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - rws2024a - 2024-04-20

(2024-04-20, 12:48)Publish3r Wrote: It's not a fix, but a workaround.
The german API URL does not exist anymore.

You have to change:

plugin.audio.radio_de\resources\lib\api.py

Line 29 / 30:

Set the german url to the french url.
Works for me. Thank you.


RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - ksooo - 2024-04-20

A way more simple workaround is to set "language" to something different from "German" in the add-on settings.


RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - rws2024a - 2024-04-20

Can confirm this too.


RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - Asato - 2024-04-22

(2024-04-20, 18:34)ksooo Wrote: A way more simple workaround is to set "language" to something different from "German" in the add-on settings.

Thx, nice workaround!