Kodi Community Forum
Solved Youtube Thumbnails - Fixed - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Conq (https://forum.kodi.tv/forumdisplay.php?fid=210)
+----- Thread: Solved Youtube Thumbnails - Fixed (/showthread.php?tid=223473)



Youtube Thumbnails - Fixed - bass305 - 2015-04-05

Hello, I edit a Conq skin and found Youtube Addon thumbs not show, But i fixed the problem. Cool:

Image

This procedure is very complicated and only skilled people in hardware and software to do this.

Not really, The fix is easy!. Huh

1. Open file: Kodi Path\addons\skin.conq.mod\16x9\Viewtype51.xml

2. Go to line 120.

3. Change this:

Code:
                    <visible>!SubString(ListItem.Icon,Default)</visible>

To this:

Code:
                    <visible>!SubString(ListItem.Icon,Default,left)</visible>

Image

4. Save changes and restart Kodi.

Done!.

Yes, Only need to add ,left and this is fixed.

Image

PD: About the blue bar at the picture it's because I'm editing the skin, It will not appear on apply this fix.


Youtube Thumbnails - Fixed - monsieurpaulu - 2015-04-05

Nice !!
Will Use this one in my mod .
Thanks


RE: Youtube Thumbnails - Fixed - bass305 - 2015-04-05

Yeah, Is a simple bug Blush


RE: Youtube Thumbnails - Fixed - Hitcher - 2015-04-05

This is already fixed in the latest test build -

http://forum.kodi.tv/showthread.php?tid=206899