2019-11-06, 20:32
Hi
I had using a little modification in skin during years to add a custom flag into movies list modifying ViewsVideoLibrary.xml and ViewsFilesMode.xml to show at the left of the year, rating and shown flag to show this image when the file or the path of the movie contains a pease of text, but it is not working now, and i don't remeber if it is not work by updatint to kodi Leia.
The code is:
When the movie file or the path contains 'VOSE' (in the path or filename) this custom image was appearing in the movies list but now it is not working.
Mayby in the update to kodi Leia the code tags were changed?
Can someone tell me if the code is correct for Leia now?
Thanks a lot.
I had using a little modification in skin during years to add a custom flag into movies list modifying ViewsVideoLibrary.xml and ViewsFilesMode.xml to show at the left of the year, rating and shown flag to show this image when the file or the path of the movie contains a pease of text, but it is not working now, and i don't remeber if it is not work by updatint to kodi Leia.
The code is:
Code:
<control type="image">
<left>440</left>
<top>8</top>
<width>40</width>
<height>26</height>
<texture>/storage/pictures/vo.png</texture>
<visible>substring(ListItem.FilenameAndPath,VOSE)</visible>
</control>
When the movie file or the path contains 'VOSE' (in the path or filename) this custom image was appearing in the movies list but now it is not working.
Mayby in the update to kodi Leia the code tags were changed?
Can someone tell me if the code is correct for Leia now?
Thanks a lot.