Kodi Community Forum
[RELEASE] ListenLiveEU (Music) Plugin - European Radio Stations from listenlive.eu - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Music Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=148)
+---- Thread: [RELEASE] ListenLiveEU (Music) Plugin - European Radio Stations from listenlive.eu (/showthread.php?tid=48687)

Pages: 1 2 3 4 5 6 7 8


BUG! RE: [RELEASE] ListenLiveEU (Music) Plugin - sparticle - 2016-06-04

Hi,

Not sure if this addon is still being developed or maintained.

It does not work on Krypton builds. Selecting any stream results in a Error dialog titled PLAYSTREAM()
ERROR!
'module' object has no attribute
'PLAYER_CORE_DVDPLAYER'

With an OK button

Tried a good few streams all result in the same error.

Cheers
Spart


RE: [RELEASE] ListenLiveEU (Music) Plugin - European Radio Stations from listenlive.eu - fat-tony - 2016-07-15

I've had the same issue on Krypton. After a bit of googling it would seem that plugins should no longer specify player modules.
I'm no programmer but the following change has worked for me:

Use nano to edit the plugin - /.kodi/addons/plugin.audio.listenliveeu/default.py

Replace the line containing plyr = xbmc.Player(PLAYER_CORE_DVDPLAYER) with

plyr = xbmc.Player()


Usual cautions etc. - make a backup of the file etc. Don't edit if you are unfamiliar with hacking.


RE: [RELEASE] ListenLiveEU (Music) Plugin - European Radio Stations from listenlive.eu - Martijn - 2016-07-15

^^ exactly that yes


RE: [RELEASE] ListenLiveEU (Music) Plugin - European Radio Stations from listenlive.eu - sparticle - 2016-07-24

@fat_tony

Awesome thank you works like a dream. Hopefully this plugin will get updated in the repos.

Cheers
Spart


RE: [RELEASE] ListenLiveEU (Music) Plugin - European Radio Stations from listenlive.eu - kees667 - 2016-10-09

(2016-07-24, 16:19)sparticle Wrote: @fat_tony

Awesome thank you works like a dream. Hopefully this plugin will get updated in the repos.

Cheers
Spart

Just came here via google. Will the app get an update? noticed downloadlink in first post is dead. tried this edit but the plugin is really slow somehow.