![]() |
|
[RELEASE] ListenLiveEU (Music) Plugin - European Radio Stations from listenlive.eu - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Music Add-ons (/forumdisplay.php?fid=148) +---- Thread: [RELEASE] ListenLiveEU (Music) Plugin - European Radio Stations from listenlive.eu (/showthread.php?tid=48687) |
- Djape - 2011-04-06 11:52 Can someone check this against Master and confirm please? Thanks
- Djape - 2011-04-06 12:56 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 16:30 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 17:42 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 12:38 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 16:31 _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 ), there's two quick alternatives, make what you made, hardcoding the pattern and removing stationRE object, or just removing re.search flags at the end (since it is already coded in the stationRE object).Do we need to open a new ticket to get it fixed in the repository? Thanks. - Trestry - 2011-09-04 16:32 How to install this on pre-eden? - oldpainless - 2011-09-08 15:36 Morphic Wrote:_BJ1. As above - any news on a fix for this? Cheers K - neoflex - 2011-09-30 09:40 up ? - _BJ1 - 2011-09-30 10:49 What? Download it from here and choose install from ZIP... _BJ1 |