Thanks
Djape
Senior Member Posts: 222 Joined: Apr 2009 Reputation: 0 |
2011-04-06 11:52
Post: #51
Can someone check this against Master and confirm please?
Thanks
|
| find quote |
Djape
Senior Member Posts: 222 Joined: Apr 2009 Reputation: 0 |
2011-04-06 12:56
Post: #52
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? |
| find quote |
tikkiew
Fan Posts: 347 Joined: Jun 2008 Reputation: 127 |
2011-04-06 16:30
Post: #53
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? |
| find quote |
Djape
Senior Member Posts: 222 Joined: Apr 2009 Reputation: 0 |
2011-04-16 17:42
Post: #54
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... |
| find quote |
_BJ1
Senior Member Posts: 125 Joined: Apr 2010 Reputation: 0 Location: Germany |
2011-06-07 12:38
Post: #55
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
(This post was last modified: 2011-06-07 23:05 by _BJ1.)
|
| find quote |
Morphic
Junior Member Posts: 3 Joined: Apr 2011 Reputation: 0 |
2011-06-14 16:31
Post: #56
_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. |
| find quote |
Trestry
Junior Member Posts: 6 Joined: Feb 2011 Reputation: 0 |
2011-09-04 16:32
Post: #57
How to install this on pre-eden?
|
| find quote |
oldpainless
Fan Posts: 506 Joined: Jan 2010 Reputation: 12 |
2011-09-08 15:36
Post: #58
Morphic Wrote:_BJ1. As above - any news on a fix for this? Cheers K |
| find quote |
neoflex
Senior Member Posts: 120 Joined: May 2011 Reputation: 0 |
2011-09-30 09:40
Post: #59
up ?
|
| find quote |
_BJ1
Senior Member Posts: 125 Joined: Apr 2010 Reputation: 0 Location: Germany |
2011-09-30 10:49
Post: #60
|
| find quote |