[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) |
[RELEASE] Radio Add-on (rad.io, radio.de, radio.fr, radio.pt, radio.es) Music Plugin - sphere - 2012-01-09 Hi, I'm happy to announce my newest addon "Radio". It is a music plugin to provide quick access to more than 30000 international radio broadcasts (powered by the websites http://www.rad.io (English), http://www.radio.de (German), http://www.radio.fr (French), www.radio.pt (Portugal) and www.radio.es (Spain)). I hope it is a good replacement/addition for the shoutcast and icecast addons. Please note that there are more then just "only internet radio stations" accessible via this addon. You can browse the stations via genres, topics, countries, cities and languages. You can also put any station to the list of "My Stations" (with context menu) for quick access. Upstream code location: https://github.com/XBMC-Addons/plugin.audio.radio_de The addon is present in the official kodi addon repository in two flavours: py2 (gotham ~ leia) and py3 (matrix). Development targets the matrix branch while backporting fixes to the gotham branch. Versions is equivalent (although python3 only) to the version in gotham - thus uses a version system consisting of PEP440 local version identifiers (x.x.x+matrix.x). Changelog: Code: v3.0.3+matrix.6 (1/5/2020) Original author was sphere. The addon is now maintained by enen92. Thanks, enen92 Mod edit - the addon has now been forked by @fivebanger, and you can get it from his repo: Repo - link (if it opens as a GH page, click the "view raw" link to download the zip). Radio addon - link - sphere - 2012-01-11 I assume "no feedback" is "no issues" So if there are no feature requests I will request a pull to the official repo in a few days... regards, sphere - phileas50 - 2012-02-05 Most of the Greek FM Radios missing while present in TuneIn - sphere - 2012-02-05 phileas50 Wrote:Most of the Greek FM Radios missing while present in TuneIn OK. So there are just 5000 radios available with this addon - and of course, it does not list all worldwide available stations. But I'm happy for your that the radio stations you want to listen are present in _any_ xbmc addon If this addon would have identical content like the tunein addon i wouldn't have dont it: No one wants two addons with identical content... If you want a station to be added you can try to write either the radio station an email with pleasing them to be added to radio.de (or rad.io or radio.fr) or you can write direct to radio.de. regards, sphere - BlaY0 - 2012-02-19 Hi sphere, Thanks for this useful plugin but I have a problem with it. On my HTPC with Ubuntu Karmic (9.10) and XBMC 10.1 I'm getting this exception: Code: 19:25:15 T:140022481103120 M:1543614464 NOTICE: -->Python Interpreter Initialized<-- I also tried your plugin with latest stable OpenELEC (Python 2.6.6) and it works there just fine. Any idea? Thanks, BlaY0 - sphere - 2012-02-19 BlaY0 Wrote:Am I missing something (it's rather stripped down installation of Ubuntu)? Python is 2.6.4. Hi, thanks for the report. I already found (and solved) that issue. The Pull is also already requested but still not on the repo. You can wait for the update or - if you are able to - you can fix it yourself, see here for the needed change. Requested for pull is dharma 0.0.4, eden 1.0.4. Btw. pydoc says: "Changed in version 2.5: Accept tuples as suffix". And so I assume that you have python v2.6.x installed on your ubuntu box but xbmc is using its own python v2.4.x for the execution of the addon code. In openelec xbmc is compiled with the "use external python"-flag and shipped with python v2.6.x. regards, sphere - BlaY0 - 2012-02-19 Ahh, disregard I applied commit 4e735e1dc70b15947e... from you git. At first I wasn't sure coz it says "fixed error with python <2.5" and I have 2.6.4. But it worked Thanks again for your contribution. EDIT: Ewh... your response was fast! Thanx again for the clarification. - sphere - 2012-02-19 BlaY0 Wrote:Ahh, disregard Cool, thanks for the report And you are right, my commit message was not good chosen - BlaY0 - 2012-02-19 Well, regarding that Ubuntu XBMC package uses its own python 2.4 (which I wasn't aware of till now), I guess that message is OK - emagin - 2012-03-01 This is probably a skin question but I'm a bit of a Noob here. How would I move "My Stations" to someplace high up on my Music area? I just wish to punch into a couple of radio stations each day and I have to do a lot of clicking down to get to My Stations. Can one feature these or link them to the home screen somehow? Thank you. - sphere - 2012-03-01 emagin Wrote:This is probably a skin question but I'm a bit of a Noob here. Hi, yes, this is primary a skin-question. But I can tell you what is available for the skin: - You can add folders or entries ("My Stations" is a folder, each station is an entry) to your (xbmc-)favourites. Favourites should be available in the home screen of each skin. regards, sphere my stations not working anymore - djteaser - 2012-03-03 I'm found out today that "my stations" isn't working anymore. I get a script error in addon.py I have to mention that i'm running xbmc eden RC2 as of yesterday. any solutions? - sphere - 2012-03-03 djteaser Wrote:I'm found out today that "my stations" isn't working anymore. I get a script error in addon.py Hi, It is working here. Please update your xbmc.log (no debug needed) to pastebin and send me a link via PM or reply here. regards, sphere - MeC!as - 2012-03-03 Hi, and thanks for the plugin. Is it anyhow possible to report not working radiostations and add stations they are not listed in the plugin? - sphere - 2012-03-03 MeC!as Wrote:Hi, Hi, please report not working stations to me - then I will investigate the reason. If it is related to the addon I will fix it. If not I report it to the station aggregator. I am working on the possibility for adding new stations - but this will take some time. I can write you a PM if there is something for beta testing if you like. regards, sphere |