[RELEASE] ListenLiveEU (Music) Plugin - European Radio Stations from listenlive.eu

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Djape Offline
Senior Member
Posts: 222
Joined: Apr 2009
Reputation: 0
Post: #51
Can someone check this against Master and confirm please?

Thanks Wink
find quote
Djape Offline
Senior Member
Posts: 222
Joined: Apr 2009
Reputation: 0
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(&quot;plugin://plugin.audio.listenliveeu/?url=http%3A%2F%2F88.198.106.222%3A8002%2Flisten.pls&amp;mode=2&amp;name=Radio+Centar+%7C+Belgrade+%7C+Serbian+music+%7C+64+Kbps&quot;)</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 Offline
Fan
Posts: 347
Joined: Jun 2008
Reputation: 127
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(&quot;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 Offline
Senior Member
Posts: 222
Joined: Apr 2009
Reputation: 0
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 Offline
Senior Member
Posts: 125
Joined: Apr 2010
Reputation: 0
Location: Germany
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 Offline
Junior Member
Posts: 3
Joined: Apr 2011
Reputation: 0
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 Tongue), 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 Offline
Junior Member
Posts: 6
Joined: Feb 2011
Reputation: 0
Post: #57
How to install this on pre-eden?
find quote
oldpainless Offline
Fan
Posts: 506
Joined: Jan 2010
Reputation: 12
Post: #58
Morphic Wrote:_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 Tongue), 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.

As above - any news on a fix for this?

Cheers

K
find quote
neoflex Offline
Senior Member
Posts: 120
Joined: May 2011
Reputation: 0
Post: #59
up ?
find quote
_BJ1 Offline
Senior Member
Posts: 125
Joined: Apr 2010
Reputation: 0
Location: Germany
Post: #60
What?

Download it from here and choose install from ZIP...

_BJ1
find quote
Post Reply