2015-04-05, 11:23
Hello, I edit a Conq skin and found Youtube Addon thumbs not show, But i fixed the problem. :
This procedure is very complicated and only skilled people in hardware and software to do this.
Not really, The fix is easy!.
1. Open file: Kodi Path\addons\skin.conq.mod\16x9\Viewtype51.xml
2. Go to line 120.
3. Change this:
To this:
4. Save changes and restart Kodi.
Done!.
Yes, Only need to add ,left and this is fixed.
PD: About the blue bar at the picture it's because I'm editing the skin, It will not appear on apply this fix.
This procedure is very complicated and only skilled people in hardware and software to do this.
Not really, The fix is easy!.
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>
4. Save changes and restart Kodi.
Done!.
Yes, Only need to add ,left and this is fixed.
PD: About the blue bar at the picture it's because I'm editing the skin, It will not appear on apply this fix.