Kodi Community Forum
help in script addons - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: help in script addons (/showthread.php?tid=260546)



help in script addons - abdelfattah11 - 2016-02-20

Hello I'm new here and need help
i have 2 probleme
1-- Information appeared in this form in the file json
Image
Image


2-- Photo does not show
Are image size relationship Huh
Image


RE: help in script addons - abdelfattah11 - 2016-02-20

(2016-02-20, 20:32)abdelfattah11 Wrote: Hello I'm new here and need help
i have 2 probleme
1-- Information appeared in this form in the file json
watch gallery

Image

2-- Photo does not show
Are image size relationship Huh
Image



RE: help in script addons - Lunatixz - 2016-02-20

1. Json is in xml formating it requires escaping formatting, you need convert encode,and replace characters.
https://wiki.python.org/moin/EscapingHtml

2 . Use setThumbnailImage
http://mirrors.xbmc.org/docs/python-docs/stable/xbmcgui.html#ListItem-setThumbnailImage


RE: help in script addons - abdelfattah11 - 2016-02-21

Thank you to the first problem has been solved

I still have the second problem ... Photo does not show