Posts: 950
Joined: Apr 2010
Reputation:
400
_BJ1
Posting Freak
Posts: 950
Hmm, works here like a charm. Offical xbmc remote on Android is running here.
Posts: 454
Joined: Feb 2012
Reputation:
13
XBMC is controlled by the remote but not the add-on.
Therefore it seems to be problem between your remote and XBMC.
By the way if you've any suggestions to improve listenlive.eu then please let me know.
Posts: 2
Joined: Jan 2013
Reputation:
0
** Browse by country errors and fix **
Hi people !
Congratulations to the developer of this excellent plugin. Really excellent if you live in Europe !
I have noticed that as of version 0.4.5 when you try to browse by country, the following countries produce a message box with the following title and error and return to the country selection :
getURL()
ERROR! 'utf8' codec can't decode byte...
The affected countries are :
Bosnia-Hersegovina
Greece
Iceland
Latvia
Serbia
These may change as the error is content dependent (it is affected by the html sent by the listenliveeu site)
The issue is related to either malformed utf8 characters of the corresponding web pages or some bug in the python library (unlikely but possible).
Until the developer can fix it, here is the cure for it :
-Open the file <Appdata>/XBMC/addons/plugin.audio.listenliveeu/default.py with any text editor
-Go to line 330
Change the original line :
return unicode(doc, 'UTF-8')
to
return unicode(doc, 'UTF-8', errors='ignore' )
That will instruct python to ignore the malformed utf characters instead of raising an exception and quit. If these characters are not part of the actual stream link, they do not affect the operation of the plugin.
Cheers
George
Posts: 551
Joined: Jul 2011
Reputation:
3
I'm having issues with bookmarks... when I click 'add bookmark' it simply says 'Bookmark NOT added!' and ok.
My plugin menu also only shows 'Browse by Country', 'Browse by Genre' and 'New Additions'... no Bookmarks.
I checked the add-on settings but didn't see any options that seemed related to the issue.
Am I missing something?
I am running Frodo, and have uninstalled/re-installed the add-on, shows v1.0.1
System 1: Intel Xeon E3-1231 V3, 16GB DDR3-1600, GTX1060 OC 6GB, Win11
System 2: Beelink GT1 Ultimate - S912 Octa-Core 1.5 GHz, 3GB DDR4, CoreElec
Storage: WD MyCloud EX2 Ultra NAS - 2x4TB WD Blue (WD40EZRZ)
Display: 55" TCL 55R615-CA 4K TV
Posts: 6,339
Joined: Jul 2010
Reputation:
116
artrafael
Team-XBMC Forum Moderator
Posts: 6,339
Hmm... that's odd, because I'm using version 1.0.1 from the XBMC.org repository on Frodo and "Add bookmark" and "Browse by bookmark" work fine for me (i.e., I can bookmark a station and then select it from the bookmarks list for playing).
Posts: 240
Joined: Oct 2015
Reputation:
3
I just wanted to say thanks for this addon. I'm in the US, BTW. :-)
A lot of the audio addons have quit working recently but this one is still working great.
I really love being able to select stations by genre, and bit-rate.
Since I play this on the tv, and I also have to live under the tyranny of ISP imposed bandwidth caps, being able to choose a 24 or 32kbps station to stream is worth it's weight in gold.
I am listening to a 24kbps jazz station from London right now and it sounds great.
Thank you for making this addon. I hope it stays around a long time! :-)