[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 - sphere - 2013-04-24 (2013-04-24, 15:32)slinuxgeek Wrote: This happens with radio.de The XBMC Player itself fills its attributes, not the add-on. The Player takes the Infos which come from the stream itself, so you will get the station's name and/or the current playing songs data - depending on the stream. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - slinuxgeek - 2013-04-26 Thanks for reply sphere !! but is that mean we can not display the currently playing station name using any other way, if <label>$INFO[Player.Title]</label> is not providing it ? RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - slinuxgeek - 2013-04-27 Please some one reply RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - sphere - 2013-04-28 (2013-04-27, 16:30)slinuxgeek Wrote: Please some one reply I already replied. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - Steven88 - 2013-05-14 Hey Sphere First of all, thanks a lot for creating the plugin. Since a few weeks ago, I've noticed the Radio Metro' stream (Italian radio station) is not working anymore. I verified the radio.io website (http://metro.rad.io/) and the link seems to be dead... Is there any way to solve this problem? Thank you in advance RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - sphere - 2013-05-14 (2013-05-14, 14:12)Steven88 Wrote: Hey Sphere Best would be if you write a short mail to rad.io ([email protected]). regards, sphere RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - Steven88 - 2013-05-14 (2013-05-14, 15:19)sphere Wrote:(2013-05-14, 14:12)Steven88 Wrote: Hey Sphere Thx for the quick reply! RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - slinuxgeek - 2013-05-22 I am trying to fire the Internet radio search on click of a button. What should I write in <onclick> </onclick> of the button so that a keyboard dialog appears, it takes the input and starts searching and displays result on screen. I tried all of the followings one by one, but no one worked: PHP Code: <onclick>RunPlugin(plugin://plugin.audio.radio_de/stations/search/)</onclick> I know that the handle is an integer automatically passed by xbmc as argv[1] to any addon, but then how can I achieve stuffs like this. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - sphere - 2013-05-22 Try: Code: <onclick>XBMC.Container.Update(plugin://plugin.audio.radio_de/stations/search/)</onclick> regards, sphere RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - slinuxgeek - 2013-05-22 wow that was amazing, thank you so much sphere RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - sphere - 2013-05-22 You're welcome So I assume that it's working now? (I couldn't test it and typed it freehand) RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - Lavorrick - 2013-05-22 Hi, with XBMC 12.2 and Radio addon 2.2.0 on both a Windows installation and a Raspbery Pi, I'm having some strange results when trying to play some stations. For example, when doing a search for "absolute" you get a number of results, the first of which is "Absolute Radio 80s" but when you click on this stream, you actually get Absolute Radio 60s which is next to it in the results set. If you Search by City and choose London, you'll also find Absolute Radio 80s in the result set, if you click on it there, you get Bang Radio which is 3 along from it in the list. I'm not sure if I'm doing something stupid, any suggestions appreciated! Many thanks for your great work. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - slinuxgeek - 2013-05-23 Yes that is working, but why does it happen sphere that sometimes the search does not display any result for the same search string it some times displays result and sometimes not, also tried to search through panel item search. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - sphere - 2013-05-27 I can't answer that because searching is actually done server side. Can you give me an example? RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - VanZan - 2013-05-29 (2013-05-23, 13:50)slinuxgeek Wrote: Yes that is working, but why does it happen sphere that sometimes the search does not display any result for the same search string it some times displays result and sometimes not, also tried to search through panel item search. Has anyone noticed an issue when in the "My Stations" section of the addon? If I'm in thumbnail view and select a station sometimes it will freeze for an age and suddenly start playing the station to the right of the one I initially selected. No problem whatsoever in "List" view....not sure about the others. |