[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 - 2012-12-17 They enabled limiting without the possibility for pagination. We need to wait for the API changes to be completed. But the change will also provider better icons I will update this thread when there are any news. regards, sphere Re: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - Martijn - 2012-12-18 Well it seems to be working again. If you did anything thx RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - sphere - 2012-12-19 I wrote an Email to them and said that the same problem (missing pagination) happens also to the smartphone apps. *g* RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - MeC!as - 2012-12-24 If I try to open the country's South Africa or South Korea I get an error message. It says: Error. Script-Error! : addon.py Thanks and enjoy your Christmas eve. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - sphere - 2012-12-26 (2012-12-24, 16:54)MeC!as Wrote: If I try to open the country's South Africa or South Korea I get an error message. Both working here. Please upload a Debug Log. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - MeC!as - 2012-12-26 Hi, Will try to do a log. I have noticed that the problem that I have is linked to the German Umlaute. I have changed the Radio Add-on language from German to English and everything works fine. I just get this error message with the german language and in combination with country names they contain Umlaute like Süd Afrika and Süd Korea. Thanks in advance EDIT It is not the whole log, but in that snippet is an example where I try to open under the German language the country Rumänien. Code: 10:46:30 T:6068 NOTICE: -->Python Interpreter Initialized<-- RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - -Tyrael- - 2012-12-26 Hi, I just installer your plugin and until now it works great. The problem is when I show stations by "genre" and I choose "Métal" I have a "Error. Script-Error! : addon.py" I use the plugin in french (cause I'm french ^^) and I think it's because of the "é". The error appears also when i try other "genre" with an "é" (It could be anything else that "é" it's just a guess and may be I do something wrong.) Here my log : http://xbmclogs.com/show.php?id=24191 RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - sphere - 2012-12-26 Thanks for reporting @MeC!as and @-Tyrael-! I've fixed that issue, full changelog: Quote:2.0.3 (26.12.2012) I would be happy if you could download and test the version. Download Version 2.0.3 here regards, sphere RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - MeC!as - 2012-12-26 Hi Sphere, the new version works just great. Thanks a lot. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - -Tyrael- - 2012-12-26 Hi, I don't have the problem anymore (just try "Métal") Great job and great reactivity ! RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - qickquestion - 2012-12-27 Hi! 2.0.2 does not start, here is the log http://xbmclogs.com/show.php?id=24396 (way at the end). 1.1.0 works perfektly but it always upgrades automatically to the newest not working version - annoying... Thanks manually installed 2.0.3 now - problem remains. http://xbmclogs.com/show.php?id=24397 RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - sphere - 2012-12-27 (2012-12-27, 21:48)qickquestion Wrote: Hi! Problem: Since version 2.0.0 I use a different storing format for the my-stations-list. On first run with a new version the my-stations-list is being migrated to the new format. To do this, all stations in the list need to be resolved once. Sadly a small bug in the plugin stops the migrate process unfinished and you see the error. Solution 1: Delete the station "Radio-im-Internet.de Rock & Groove" from your my-stations-list using the old still running version. After that the new version should be able to do the migration and the error is gone. Solution 2: Delete all your my-stations manually by deleting the directory: "/home/xbmc/.xbmc/userdata/addon_data/plugin.audio.radio_de" - you will loose all your my-stations Solution 3: You can manually apply the fix: Commit The Bug will be fixed in the next version, thanks for reporting! regards, sphere RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - qickquestion - 2012-12-27 ok, thanks. solution 1 did the trick - had to delete more stations but after like 4 times log-uploading, downgrading, deleting, updating, testing it finally worked. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - sphere - 2012-12-27 (2012-12-27, 23:31)qickquestion Wrote: ok, thanks. solution 1 did the trick - had to delete more stations but after like 4 times log-uploading, downgrading, deleting, updating, testing it finally worked. Fine, thanks for reporting back and sorry for the issue. RE: [RELEASE] Radio Add-on (rad.io, radio.de, radio.fr) Music Plugin - Tolriq - 2012-12-29 Continuing the discussion about stream labels here I've finally got the how to reproduce. If you start the stream from GUI the correct data is sent back. But if you start the stream from JSON with something like : Code: {"id":1,"jsonrpc":"2.0","method":"Player.Open","params":{"item":{"file":"plugin:\/\/plugin.audio.radio_de\/station\/1641"}}} Then the data is wrong and returns : Code: {"id":3,"jsonrpc":"2.0","result":{"item":{"fanart":"","file":"http://gffstream.ic.llnwd.net/stream/gffstream_mp3_w69a","label":"1641","thumbnail":"","title":"","type":"unknown"}}} Losing thumb and title. |