[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 - gregeeh - 2021-02-07 (2021-01-22, 00:37)gregeeh Wrote:(2020-12-07, 20:57)enen92 Wrote:The site was also not playing but I have got them to update it and it now works. However your add-on appears to be still using the old URL. What has to happen now to get this station working in your add-on?(2020-12-01, 07:52)gregeeh Wrote: The Australian Sydney Radio Station 2CH has stopped working, due to it's URL being changed. I think the correct URL is: Any ideas on how to get this station working would be appreciated. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - dasgemeinephantom - 2021-02-10 (2021-02-07, 23:42)gregeeh Wrote:If it is fixed on radio.de, it should be fixed in the Plugin, as far as I understand. You will however have to delete the station from your kodi (both from the Favourites and from "My Stations" (or whatever it is called in English) inside the plugin. Then search for it again and save it to the favourites and your stations. My guess is that this should do the trick.(2021-01-22, 00:37)gregeeh Wrote:(2020-12-07, 20:57)enen92 Wrote: The addon gets the station's stream urls from the radio.de API, so for the updated url to be available, the site itself has to update it. I suggest you contact them directly if the issue also shows on their website and apps (most likely it does).The site was also not playing but I have got them to update it and it now works. However your add-on appears to be still using the old URL. What has to happen now to get this station working in your add-on? RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - dasgemeinephantom - 2021-02-10 (2021-02-07, 13:44)enen92 Wrote:Thanks for explaining! I'll try to fix this with a little macro for now that calls stop first and then starts the new station.(2021-02-01, 23:56)dasgemeinephantom Wrote:(2021-02-01, 02:30)dasgemeinephantom Wrote: To reproduce, run the first command. It plays perfectly. Then issue the second command. It goes silent. Then issue the second command again. It plays.Update: RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - gregeeh - 2021-02-24 (2021-02-10, 01:34)dasgemeinephantom Wrote: If it is fixed on radio.de, it should be fixed in the Plugin, as far as I understand. You will however have to delete the station from your kodi (both from the Favourites and from "My Stations" (or whatever it is called in English) inside the plugin. Then search for it again and save it to the favourites and your stations. My guess is that this should do the trick. I tried your suggestions and still the station (Sydney's 2CH) fails to play. The kodi log shows the OLD URL is still being used. Any other suggestions appreciated. TIA EDIT - 2CH works fine on the Android App, it's only on Kodi that there's a problem. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - zep10 - 2021-02-24 Hi, I have been happily using this plugin on Kodi+OSMC+RPI for years, and now I am encountering a strange bug. My favourite radio is playing the same 30 seconds in a loop, and this has been occurring for days: always the same 30 seconds. Things I tried: - Reboot raspberry pi - Delete the radio station from favourites and launch it directly from the list - Update the radio addon to 3.0.3 - Check that radio station works on radio.de (it works: https://www.radio.de/s/radiorockroma). I could provide logs if only I only could find their location! Thanks in advance for your help! RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - DarrenHill - 2021-02-24 (2021-02-24, 21:12)zep10 Wrote: I could provide logs if only I only could find their location! The wiki page for the debug log (wiki) should help there Simplest way to do it is via the log uploader addon, which you can find in the official (built-in) repo. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - zep10 - 2021-02-25 (2021-02-24, 23:40)DarrenHill Wrote:(2021-02-24, 21:12)zep10 Wrote: I could provide logs if only I only could find their location! Thanks! I thought there was a specific log for Radio addon. I went through the logs and found out that the stream serviced by the API (http://audio1.meway.tv:8050/stream/1/) is not the same as the one serviced on the website (https://rrock.fluidstream.eu/radiorock.mp3). I will contact Radio.de about this issue, because I think it's on their side! RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - DarrenHill - 2021-02-25 If all else fails, you should be able to create an strm (wiki) file with that URL and play it directly from Kodi (not via the addon). RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - zep10 - 2021-02-26 (2021-02-25, 13:48)DarrenHill Wrote: If all else fails, you should be able to create an strm (wiki) file with that URL and play it directly from Kodi (not via the addon). Kodi has so many features...your suggestion works fine, thank you! RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - timintheshed - 2021-03-24 Pi B OSMC 2020.11-1 Kodi 18.9 Radio plugin 3.0.3 The BBC has changed the way its streams are delivered as outlined here: https://www.bbc.co.uk/sounds/help/questions/supported-devices/internet-radio-closure This means I can no longer listen to any BBC radio via the Radio plugin. Am I right in thinking the plugin gets its streams from the radio.de website, which presumably grabs them from the BBC? I can listen to BBC streams using the played on the radio.de website on my PC. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - toggoboge - 2021-03-27 (2021-03-24, 00:22)timintheshed Wrote: Pi B[In case it's relevant, I'm running v3.0.3 of the plugin in Kodi 17.6 on Ubuntu 18.04.5 LTS] Yes, I believe you are correct. My understanding was that updates would be taken from radio.de, but that still hasn't happened for me yet. Deleting and re-adding stations didn't work either. Taking BBC Radio 6 as an example and looking at the page source from radio.de, its stream is https://stream.live.vc.bbcmedia.co.uk/bbc_6music This could be used to manually create a custom station in the plugin, but if it's going to get automatically updated, I'd prefer wait. But how often does it get updated? And is there a way to trigger an update? I don't see a way in the plugin's interface. For creating custom stations, this will be useful (the two stations I've tried have worked in VLC): https://gist.github.com/bpsib/67089b959e4fa898af69fea59ad74bc3 Cheers, Brian RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - toggoboge - 2021-03-27 I had a look at the kodi logfile. When getting BBC Radio 6, the plugin fetches this URL: http://api.radio.de/info/v2/search/station?station=11932 I manually downloaded it, and a prettified version of the file is here: https://paste.kodi.tv/zedeminure Note that the streamUrl in the file is http://bbcmedia.ic.llnwd.net/stream/bbcmedia_6music_mf_p - this is one of the URLs which the BBC has indicated will stop working. So, while the radio.de website is playing BBC 6 just fine, they haven't (yet?) updated the JSON served up at api.radio.de. Unfortunately, there's nothing the plugin author can do about that. Cheers, Brian [BTW, I switched to German in the plugin's settings, but I don't think that's relevant] RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - toggoboge - 2021-03-27 FYI, I've reported the issue with the URLs served up by api.radio.de to radio.de via their website. Radio add-on doesn't function - sterna - 2021-03-29 Radio add-on crashes Kodi, no matter what station I select. https://paste.kodi.tv/kusoqukubi RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - DarrenHill - 2021-03-29 @sterna your report above was merged into the main addon support thread (this one). In case you were wondering where it had gone. |