![]() |
[RELEASE] ListenLiveEU (Music) Plugin - European Radio Stations from listenlive.eu - 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] ListenLiveEU (Music) Plugin - European Radio Stations from listenlive.eu (/showthread.php?tid=48687) |
- Gujs - 2011-01-29 I have the same problem on openelec system. - sraue - 2011-01-30 Hi, Gujs Wrote:I have the same problem on openelec system. i have opened a forum on http://www.openelec.tv (http://openelec.tv/forum/38-python-addons) for adding addons which dont work under openelec. openelec uses an external python 2.6 (instead internal 2.4) for various reasons. some plugins dont work because they must be adapted to run on external python 2.6. please post a bug report there with enabled debugging and a xbmc.log (attached or pasted) after running this addon. i hope in this way the addon devs and users can help together to fix this addons. - dogett - 2011-02-25 Hi. I have problem with playing some radio stations with ListenLive plugin. I am talking about Polish Radio - Program 3. http://listenlive.eu redirects XBMC to: http://www.polskieradio.pl/st/program3M.asx which in fact is: Code: <asx version = "3.0"> XBMC.LOG is: Code: 14:25:15 T:2867612528 M:917815296 NOTICE: [ListenLiveEU]: Mode: 3 So the error is: Unable to parse ASX info Error: Error reading end tag. What's wrong with that "end tag" ? For example VLC plays this radiostation with no problems. Perhaps there is some workaround for playing this radio station with XBMC ? Any help would be appreciated. regards d. PS. I found information, that ASX file should look like that (with slashes at each line): Code: <asx version = "3.0"> - Djape - 2011-03-28 Hi, from irc channel: (13:00:49) StaRetji: omg lol (13:01:33) StaRetji: I just realized that if I add radio staton from ListenLiveEU plugin to favourites, it wont work if started from favorites (13:01:56) StaRetji: on both of boxes I have (13:04:43) StaRetji: so, checking git, forum, google, but can't seem to find reports about this (13:07:52) StaRetji: yep, same situation in win32 (13:08:07) StaRetji: will check if this applies only to ListeLiveEU plugin (13:10:58) StaRetji: no, it seems it only affects listenliveeu plugin Can someone confirm this please? Thx. - Djape - 2011-03-29 Filed a ticket http://trac.xbmc.org/ticket/11380 Hope it will get resolved. Cheers... - Djape - 2011-04-06 Can someone check this against Master and confirm please? Thanks ![]() - Djape - 2011-04-06 from irc: (12:53:29) StaRetji: folks, adding stream from listen live eu to favorites makes this line in favorites: (12:53:32) StaRetji: <favourite name="Radio Centar | Belgrade | Serbian music | 64 Kbps">PlayMedia("plugin://plugin.audio.listenliveeu/?url=http%3A%2F%2F88.198.106.222%3A8002%2Flisten.pls&mode=2&name=Radio+Centar+%7C+Belgrade+%7C+Serbian+music+%7C+64+Kbps")</favourite> (12:53:53) StaRetji: which starts the streams and closes it immediately (12:54:25) StaRetji: if I edit PlayMedia to RunPlugin (12:54:31) StaRetji: stream start without a problem (12:54:55) StaRetji: this is against all masters since last few weeks (12:55:09) StaRetji: so, am I missing something here or this is a bug? - tikkiew - 2011-04-06 When I add radio staton from ListenLiveEU plugin to favourites, it works when if started from favourites. I looked in favourites.xml and it looks like this RunPlugin("plugin://plugin.audio.listenliveeu........... So my question is why you got PlayMedia instead of RunPlugin. Are you using the latest stable build of XBMC? - Djape - 2011-04-16 tikkiew Wrote:Are you using the latest stable build of XBMC? Answer: Djape Wrote:Can someone check this against Master and confirm please? But thx for reply. Btw, problem is confirmed, so it's just a matter of time when it will be fixed. Though I don't understand how can bug like show up in git and remain for so long without a fix, could be a large problem or something. I tried another build few days ago and ListenliveEU doesn't even work on it lol Cheers... - _BJ1 - 2011-06-07 I have replaced the compiled pattern stuff (re.compile) by similar re.functions (re.match and re.search) and now ListenLiveEU works for me in Dharma and Pre-Eden again. Don't know why there must be a compiled pattern used as an object because this was'nt use very often in the script. Anywhere, download the default.zip from here, unpack and drop the default.py into ~/.xbmc/addons/plugin.audio.listenliveeu/ . Before you do this please backup the old default.py in this folder. _BJ1 - Morphic - 2011-06-14 _BJ1. The error Cannot process flags argument with a compiled pattern, refers to line 235. He uses re.search with compiled pattern and flags (as the error says ![]() Do we need to open a new ticket to get it fixed in the repository? Thanks. - Trestry - 2011-09-04 How to install this on pre-eden? - oldpainless - 2011-09-08 Morphic Wrote:_BJ1. As above - any news on a fix for this? Cheers K - neoflex - 2011-09-30 up ? - _BJ1 - 2011-09-30 What? Download it from here and choose install from ZIP... _BJ1 |