FS#47460 - [kodi] The Kodi python interface creates garbage output when built using the new C++11 ABI

Attached to Project: Community Packages
Opened by Joel Teichroeb (klusark) - Sunday, 20 December 2015, 17:51 GMT
Last edited by Ike Devolder (BlackEagle) - Wednesday, 17 August 2016, 04:38 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Ike Devolder (BlackEagle)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When using any python plugins which use xbmcgui.ListItem().setInfo() end up with garbage strings in the ui. This has been fixed in kodi master and should go into kodi 16.0. Here's the patch:

https://github.com/xbmc/xbmc/commit/b579a159d71c7db3a96058b4f1bc512e0abfbd82



Steps to reproduce:
install kodi
install a plugin (for example youtube)
use the plugin and see garbage (play a youtube video, the title will be garbage)
This task depends upon

Closed by  Ike Devolder (BlackEagle)
Wednesday, 17 August 2016, 04:38 GMT
Reason for closing:  Won't fix
Additional comments about closing:  I don't see this issue
Comment by Ike Devolder (BlackEagle) - Saturday, 26 December 2015, 06:26 GMT
I can't reproduce this issue so if you could provide some video or screenshots
Comment by tadly (Tadly) - Friday, 29 January 2016, 13:59 GMT
I most certainly can

@BlackEagle
Try following youtube-video within kodi and check the fullscreen osd title
https://www.youtube.com/watch?v=CucBk4yisDw
Comment by Joel Teichroeb (klusark) - Monday, 06 June 2016, 22:35 GMT
This is fixed already in kodi 16

Loading...