Kodi Community Forum
My Menu - Node item pictures? - 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: Ace 2 (https://forum.kodi.tv/forumdisplay.php?fid=190)
+----- Thread: My Menu - Node item pictures? (/showthread.php?tid=191655)



My Menu - Node item pictures? - demien_max - 2014-04-08

How to set pictures for NODE ITEM in my menu.

I added VIDEO NODE ITEM and display me only black rectangles.

??


RE: My Menu - Node item pictures? - demien_max - 2014-04-09

solution:

manually edited the file: guisettings.xml

between markers NODA:
<setting type="string" name="skin.ace.subvnodes6.bg">/mnt/sdcard/Download/xbmc_pic/tvnplayer.jpg</setting>

I gave a highway to a jpg file.

------------------

If anyone has a simpler way - write here.
I hope I helped, if someone searched for a way just like me.

Regards Rafal


RE: My Menu - Node item pictures? - verismo - 2014-04-30

what do you mean when you say i gave a highway to a jpg file?


RE: My Menu - Node item pictures? - demien_max - 2014-05-02

In the file guisettings.xml look for the line (example for three images):

<setting type="string" name="skin.ace.subvnodes1.bg"></setting>
<setting type="string" name="skin.ace.subvnodes2.bg"></setting>
<setting type="string" name="skin.ace.subvnodes3.bg"></setting>



and insert to them the path of the image files, as below (the files may have different names and different folder).


<setting type="string" name="skin.ace.subvnodes1.bg">/mnt/sdcard/xbmc_pic/node1.jpg</setting>
<setting type="string" name="skin.ace.subvnodes2.bg">/mnt/sdcard/xbmc_pic/node2.jpg</setting>
<setting type="string" name="skin.ace.subvnodes3.bg">/mnt/sdcard/xbmc_pic/node3.jpg</setting>


Good image resolution is 190x259

Think well before you select pictures, the program later caches them and can not be simply changed. It seems that the caches when he wants and when you want to change this you need to change files in a folder with cached images.



Sorry for my english, I hope that helped.