[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) Music Plugin - enen92 - 2019-12-31 (2019-12-31, 11:33)C.O.D. Wrote: Yeah, thanks 4 fixing all this, a really great addon again! Thanks for the feedback. It is highly likely that some stuff may not work as the last version was almost a full re-write of the addon using a newer radio.de API. Also a note: podcasts are not yet supported and will crash kodi if you attempt to play them. I'll continue to improve the plugin based on the feedback users provide. @C.O.D. fixed in https://github.com/xbmc/repo-plugins/pull/2664 and available once it gets merged. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - C.O.D. - 2019-12-31 (2019-12-31, 12:14)enen92 Wrote:(2019-12-31, 11:33)C.O.D. Wrote: Yeah, thanks 4 fixing all this, a really great addon again! Thanks a lot for your efforts 👍🙂 RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - jonas.fink - 2020-01-10 Hello, At first thanks for the perfect work at the RADIO.DE app - I use it daily. I use LIBRELEC 8.2.5. with KODI 17.6. But since the last update of the RADIO APP to V 2.4.1 I have a massive problem - no stream open I install the V2.3.5 via Zip File - that works perfect Best regards Jonas RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - enen92 - 2020-01-10 (2020-01-10, 00:47)jonas.fink Wrote: Hello,I can't reproduce. It's working ok with all streams I tried (except podcasts). Please provide a debug log or at least let me know which radio stations you are trying to play. Which location do you have configured in the add-on settings? RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - jonas.fink - 2020-01-11 (2020-01-10, 22:34)enen92 Wrote:(2020-01-10, 00:47)jonas.fink Wrote: Hello,I can't reproduce. It's working ok with all streams I tried (except podcasts). Please provide a debug log or at least let me know which radio stations you are trying to play. Which location do you have configured in the add-on settings? thanks for the fast answer. what did you mean: "Which location do you have configured in the add-on settings?" after a new installation, I can unfortunately no longer reproduce all the errors described. but there is still one error: the stream does not start automatically when I use the PARTYMODE AUTOSTART app. this only works if I have the RADIO app V2.3.5. use I tested this on a new installation. I did the following
[RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - enen92 - 2020-01-11 What is the partymode autostart app? Is it a Kodi addon? By location I mean de, fr,en or pt (a setting on the add-on settings) RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - jonas.fink - 2020-01-11 (2020-01-11, 16:49)enen92 Wrote: What is the partymode autostart app? Is it a Kodi addon? I think I use the DE version. the PARTYMODE AUTOSTART app is in the KODI ADD-ON repository RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - pbureau - 2020-01-18 The plugin has been broken again for the last couple of days. I checked both: http://api.radio.net/ http://api.rad.io/info/ And they both return with errors. Could the plugin be able to play existing streams without using the API to avoid being blocked when the API is down? PS: The plugin also breaks on older systems (like mine) with the python 3 detection. This line: Code: PY3 = sys.version_info.major >= 3 fails with an error as 'major' is undefined in 'sys.version' on my system RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - enen92 - 2020-01-19 (2020-01-18, 16:17)pbureau Wrote: The plugin has been broken again for the last couple of days. I checked both: It's working fine for me so it's likely that their service was down temporarily. The API endpoints need custom headers to work. You can't play the streams without access to the API unfortunately, stream url comes from there. I'll take a look into the sys issue. What python (2.6?) and kodi version are you using? RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - Statler1978 - 2020-01-24 Hi, Getting following error as of late: Line 479 of kodi.log (https://pastebin.com/gT49zkR3) RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - pbureau - 2020-01-25 (2020-01-19, 13:39)enen92 Wrote:Hello,(2020-01-18, 16:17)pbureau Wrote: The plugin has been broken again for the last couple of days. I checked both: Sry it took me a while to get back to this, but the error is persistent for me, every time I try to start a station I get a "Network error". Here is the relevant log when the plugin fails: Quote:14:08:08 T:1803258472 NOTICE: [xbmcswift2] Request for "/station/103524" matches rule for function "get_stream_url"It actually fails with the same error for every API calls, like search for a station or anything else. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - dawsonjw - 2020-02-07 Hi. just wondered if anyone has any ideas on why this happening now. It started about 2 weeks back. If you go to https://www.radio.net/s/2ca it plays perfectly. Running latest Kodi 18.5 2020-02-07 13:21:19.726 T:8124 ERROR: CCurlFile::Stat - Failed: SSL peer certificate or SSH remote key was not OK(51) for https://37.59.32.115/proxy/radio2ca?mp=/stream2ca.mp3 2020-02-07 13:21:19.734 T:8124 NOTICE: VideoPlayer::OpenFile: plugin://plugin.audio.radio_de/station/15754 The complete log is here https://paste.kodi.tv/sokozabeli cheers John RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - enen92 - 2020-02-09 (2020-02-07, 06:24)dawsonjw Wrote: Hi. Certificate is invalid for that particular stream as the common name doesn't match. You can easily see that if you open the stream on your browser: https://37.59.32.115/proxy/radio2ca?mp=/stream2ca.mp3 I'll add an option to prefer http streams if multiple links are provided by the api. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - enen92 - 2020-02-09 (2020-01-25, 15:20)pbureau Wrote:(2020-01-19, 13:39)enen92 Wrote:Hello,(2020-01-18, 16:17)pbureau Wrote: The plugin has been broken again for the last couple of days. I checked both: Sorry this is an issue with your fork of kodi using probably old openssl versions. Nothing I can do to fix it, we only provide support to Kodi itself. I suggest to bring the issue to the developers of that (hk.minix.xbmc) application. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - enen92 - 2020-02-09 Radio.de v2.4.2 (9/2/2020) - [add] sort methods for categories - [add] setting to prefer http connections over https if http streams are available - [fix] use sys.version_info[0] for compatibility with python2.6 XBMCSwitft2 Version 2.5.1 (9/2/2020) - Fix shutil error when moving cache file |