• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 8
[RELEASE] ListenLiveEU (Music) Plugin - European Radio Stations from listenlive.eu
#46
I have the same problem on openelec system.
Reply
#47
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.
greetings, Stephan

Image

Image
Reply
#48
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">
  <entry>
    <ref href = "mms://stream.polskieradio.pl/program3">
    <ref href = "rtsp://stream.polskieradio.pl/program3">
    <ref href = "http://stream.polskieradio.pl/program3">
  <Title>TrÛjka</Title>
  <Author>Polskie Radio SA</Author>
  <Copyright>Polskie Radio SA</Copyright>
  <Banner></Banner>
  </entry>
  <Title>TrÛjka</Title>
  <Author>Polskie Radio SA</Author>
  <Copyright>Polskie Radio SA</Copyright>
  <Banner></Banner>
  <LogURL href = ""/>
</asx>


XBMC.LOG is:

Code:
14:25:15 T:2867612528 M:917815296  NOTICE: [ListenLiveEU]: Mode: 3                                                    
14:25:15 T:2867612528 M:917815296  NOTICE: [ListenLiveEU]: URL: http://www.polskieradio.pl/st/program3M.asx          
14:25:15 T:2867612528 M:917815296  NOTICE: [ListenLiveEU]: Name: Polskie Radio 3 | Warsaw | Pop/Rock | 48 Kbps        
14:25:15 T:2867612528 M:917815296  NOTICE: [ListenLiveEU]: > playStream() http://www.polskieradio.pl/st/program3M.asx
14:25:15 T:3077617536 M:917815296   DEBUG: Loading: libcurl-gnutls.so.4                                              
14:25:15 T:3077617536 M:917815296    INFO: easy_aquire - Created session to http://www.polskieradio.pl                
14:25:15 T:3077617536 M:917815296   DEBUG: CFileCurl::GetMimeType - http://www.polskieradio.pl/st/program3M.asx -> vid
eo/x-ms-asf                                                                                                          
14:25:15 T:3077617536 M:917815296   DEBUG: Previous line repeats 1 times.                                            
14:25:15 T:3077617536 M:917815296   DEBUG: FileCurl::Open(0xa5f3d228) http://www.polskieradio.pl/st/program3M.asx    
14:25:15 T:3077617536 M:917815296  NOTICE: Parsing ASX                                                                
14:25:15 T:3077617536 M:917815296   [b]ERROR: Unable to parse ASX info Error: Error reading end tag.                 [/b]    
14:25:15 T:3077617536 M:917815296   DEBUG: FileCurl::Close(0xa5f3d228) http://www.polskieradio.pl/st/program3M.asx    
14:25:15 T:3077617536 M:917815296   DEBUG: new file set audiostream:0                                                
14:25:15 T:3077617536 M:917815296   [b]ERROR: Playlist Player: skipping unplayable item: 0, path [http://www.polskieradio
.pl/st/program3M.asx]                            [/b]                                                                    
14:25:15 T:3077617536 M:917815296   DEBUG: Playlist Player: no more playable items... aborting playback              
14:25:15 T:2867612528 M:917815296  NOTICE: [ListenLiveEU]: < playStream() isPlaying=1                                
14:25:15 T:2867612528 M:917815296   ERROR:  EndOfDirectory - called with an invalid handle.                          
14:25:15 T:2867612528 M:917815296    INFO: Scriptresult: Success                                                      
14:25:15 T:3074886512 M:917815296    INFO: PAPlayer: End of playback reached

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">
  <entry>
    <ref href = "mms://stream.polskieradio.pl/program3" />
    <ref href = "rtsp://stream.polskieradio.pl/program3" />
    <ref href = "http://stream.polskieradio.pl/program3" />
Reply
#49
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.
Reply
#50
Filed a ticket http://trac.xbmc.org/ticket/11380

Hope it will get resolved.

Cheers...
Reply
#51
Can someone check this against Master and confirm please?

Thanks Wink
Reply
#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?
Reply
#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?
Reply
#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...
Reply
#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
Reply
#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.
Reply
#57
How to install this on pre-eden?
Reply
#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
LG OLED55BX6LB, Zidoo Z1000 Pro (ZDMC 20.2 Arctic Zephyr 2 Resurrection), Yamaha RX-A3060, Polk Signature Fronts & Centre, Wharfedale D300 Atmos surrounds, Heco Victa Prime Sub 252A, DSPeaker Antimode 8033 Cinema
Reply
#59
up ?
Reply
#60
What?

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

_BJ1
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 8

Logout Mark Read Team Forum Stats Members Help
[RELEASE] ListenLiveEU (Music) Plugin - European Radio Stations from listenlive.eu1