[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 - enen92 - 2020-05-25 (2020-05-24, 14:42)mudbrain Wrote:(2020-05-19, 20:20)mudbrain Wrote: please help,I found a solution, it seems the xbmcswift2 version I had installed (13.0.0) was only working with python2 I've changed it to Version 2.5.1 and Radio works again. xbmcswift2 version 13.0.0 is python2 only. To migrate to python3 you need version 19.0.0. This should work automagically when you migrate from leia to matrix (both will update). If you're running leia and the distribution stops shipping python2 you'll certainly run into several problems: matrix (python3) addons are in the repo: https://mirrors.kodi.tv/addons/matrix/script.module.xbmcswift2/ RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - martywd - 2020-06-08 This is just a FYI. A while back a couple of Chromaradio stations saved in 'My Stations' that I listened to using this 'Radio Add-on' where no longer connecting. I finally did some digging yesterday to find that Chromaradio is no more because of 'Lack of funding' according to a Zuckbook post that I found. Here's the Zuckbook link: https://www.facebook.com/pg/Chromaradio/posts/ And an image of that post in case that page disappears: https://i.postimg.cc/x8H4NPs4/2020-06-07-00-53-12-www-facebook-com.jpg . RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - rocko - 2020-06-14 (2020-05-25, 10:55)enen92 Wrote:Works good for me on Matrix.(2020-05-24, 14:42)mudbrain Wrote:(2020-05-19, 20:20)mudbrain Wrote: please help,I found a solution, it seems the xbmcswift2 version I had installed (13.0.0) was only working with python2 I've changed it to Version 2.5.1 and Radio works again. My favorite music addon is Pandoki but is no longer supported. I have version 0.5.0 working in Leia. Any chance someone could fix this addon for Matrix? RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - KillinTime - 2020-06-25 Hello all, I am really trying to work this out myself but it is beyond me. I have installed radio and I keep getting a "network_error". I have searched throughout the thread and don't see anything relating to it. My kodi log is below. Any and all help would be greatly appreciated. I love this addon and have been really bummed since it stopped working. https://paste.kodi.tv/onivadoxah.kodi Thanks again. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - enen92 - 2020-06-25 (2020-06-25, 04:29)KillinTime Wrote: Hello all, Which version of kodi? RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - KillinTime - 2020-06-25 (2020-06-25, 17:17)enen92 Wrote:(2020-06-25, 04:29)KillinTime Wrote: Hello all, Holy crap, it looks like 15.2 ? I got it from the linux mint packages so I assumed it was the most recent stable version. If that is the issue(which would also explain all the unmet dependencies on other packages) where should I get the newest version from that would be safe? Thanks again for your help. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - enen92 - 2020-06-25 (2020-06-25, 19:16)KillinTime Wrote:(2020-06-25, 17:17)enen92 Wrote:(2020-06-25, 04:29)KillinTime Wrote: Hello all, Should work either way. Mint is based on ubuntu, so I guess you can use team-kodi's PPA: https://launchpad.net/~team-xbmc/+archive/ubuntu/ppa RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - Solo0815 - 2020-07-11 Kodi19 on Android: The streams from german radio "Antenne Bayern" are not working anymore: Code: 2020-07-11 17:11:36.155 T:27499 ERROR <general>: CCurlFile::FillBuffer - Failed: Error in the HTTP2 framing layer(16) Thx for looking into it PS: if you need a debug-log, please let me know RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - callagg2 - 2020-08-12 (2020-05-01, 16:00)enen92 Wrote:Thank you Enen92, for that.(2020-04-13, 15:37)callagg2 Wrote: Just want to say thanks to all involved in this Radio add-on on Kodi (Add-on:Radio (wiki)), it is excellent and it's great that people have kept this thread going since 2012! But, after a big of digging, I have made a tiny bit of progress. By creating an autoexec.py file containing only the two lines import xbmc xbmc.executebuiltin("RunAddon(plugin.audio.radio_de)") and copying this file into my Profile directory, I can get Radio.de add-on to open automatically on boot-up. So, tiny bit of progress! However, it only opens up the directory listing - I can't get it to autoplay one of the stations i want. I've tried other commands (putting in an arbitrary 4 figure number 8386 for the station id for the minute ) heavily leveraging off this https://www.reichelt.com/magazin/en/kodi-internet-radio/ import xbmc xbmc.executebuiltin( "PlayMedia(plugin://plugin.audio.radio_net/station/8386)" ) and import xbmc xbmc.executebuiltin("RunAddon(plugin.audio.radio_de/station/8386)" ) But, I can't even seem to access my log files, they seem to be in a hidden folder (Libreelec 9.0.2 on Wetek Play), so it's difficult to pull out the correct 4 digit id for this station https://www.radio.net/s/rteradio1 Any help would be great. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - black_eagle - 2020-08-12 (2020-08-12, 00:27)callagg2 Wrote: Any help would be great. Put this in your autoexec.py
RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - callagg2 - 2020-08-12 (2020-08-12, 00:58)black_eagle Wrote:You legend!(2020-08-12, 00:27)callagg2 Wrote: Any help would be great. that works exactly as I wanted. Thank you so much!! RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - kowalski78 - 2020-08-16 I have a problem with Radio addon on Libreelec 9.2.x. Minimaly once a week dissapear my_stations.json file and I must have to upload backup. SD Card in my RPi is OK and every other plugin is ok. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - enen92 - 2020-08-20 (2020-07-11, 17:26)Solo0815 Wrote: Kodi19 on Android:Still valid? Working fine here:
RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - martywd - 2020-08-22 I notice this issue earlier this month (Aug 2020) but got sidetracked. The issue is with "Proton Radio", it's broke. Output of the kodi log with two attempts and more here: https://paste.kodi.tv/ejiqokixom.kodi . RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - Nightsea - 2020-08-23 Dear, Just wondering, is it possible to select from which site you want to receive radio stations? Like, only from rad.io or only from radio.es for example? Thanks in advance for the reply. |