Kodi Community Forum

Full Version: [RELEASE] ListenLiveEU (Music) Plugin - European Radio Stations from listenlive.eu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
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
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.
^^ exactly that yes
@fat_tony

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

Cheers
Spart
(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.
Pages: 1 2 3 4 5 6 7 8