![]() |
|
[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) |
- spiff - 2010-09-14 11:06 it's not possible in a pretty way yet, but here's how you'd go about it. note it requires autoupdates disabled. 1) remove the add-on 2) choose install from zip and browse to your xbmc profile folder, then add-ons, then packages. there you have em all. - dundeeboy - 2010-09-14 21:23 spiff Wrote:it's not possible in a pretty way yet, but here's how you'd go about it. note it requires autoupdates disabled. Thanks for the explanation. It's good to know there's a way back. - ossman - 2011-01-04 00:28 The plugin was breaking here for me. Apparently the Python regexp module gets fussy about giving parameters when using an already compiled expression. Might be the modern Python version I'm using (2.7) that's less lenient than older ones. Anyway, I just removed the options from the searches and just kept them for when the expression was compiled. Seems to work here. - Djape - 2011-01-25 23:07 It doesn't work on iOS 4.2 iPad. version of plugin 0.4.3 debug log: http://paste.ubuntu.com/558276/ - Rainmak3r - 2011-01-29 14:25 ossman Wrote:The plugin was breaking here for me. Apparently the Python regexp module gets fussy about giving parameters when using an already compiled expression. Might be the modern Python version I'm using (2.7) that's less lenient than older ones. How did you do it? The plugin is failing for me too... whatever I look for, I get an error on getStreams, and the log complains about a "Cannot process flags argument with a compiled pattern". I have python 2.7 as well. - Gujs - 2011-01-29 23:07 I have the same problem on openelec system. - sraue - 2011-01-30 20:21 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 15:39 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 23:38 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 13:52 Filed a ticket http://trac.xbmc.org/ticket/11380 Hope it will get resolved. Cheers... |