Concept NEREUS Skin for Kodi
#12
(2020-04-22, 21:48)ge2301 Wrote:
(2020-04-15, 03:00)the_other_guy Wrote: But I can not find anything in home.xml and include_home.xml
there are other xml files like 
Custom_1109_TopBarOverlay.xml
View_54_InfoWall.xml
Includes.xml

some skinning info https://forum.kodi.tv/showthread.php?tid=350044
Thanks a lot, interesting thread. I can somehow not manage to get Clearart to work. I have them in each movie folder as clearart.png and added following code pieces.
I updated the library to scrap the infos. What am I doing wrong?

variables.xml
xml:
  <variable name="ClearartVar">
    <value condition="!String.IsEmpty(ListItem.Art(clearart))">$INFO[ListItem.Art(clearart)]</value>
    <value>$INFO[ListItem.Art(clearart)]</value>
  </variable>

MyVideoNav.xml
xml:
[...]
          <control type="image">
            <left>120</left>
            <top>0</top>
            <width>400</width>
            <height>155</height>
            <texture>$VAR[ClearartVar]</texture>
            <aspectratio aligny="center">scale</aspectratio>
          </control>   
[...]
 
@ge2301 , both of those code snippets look all right to me.  I have found the webinteface.devhelper from @rmrector very useful for skinning.  You can find it here: https://github.com/rmrector/webinterface.devhelper

With that, you will be able to see in realtime what is the value of the clearart for the item, so you can ascertain if you have indeed scraped it correctly.

Regards,

Bart
Reply


Messages In This Thread
NEREUS Skin for Kodi - by ge2301 - 2020-04-08, 13:02
RE: NEREUS Skin for Kodi - by ge2301 - 2020-04-09, 23:45
RE: NEREUS Skin for Kodi - by ge2301 - 2020-04-12, 11:34
RE: NEREUS Skin for Kodi - by ontap - 2020-04-14, 11:49
RE: NEREUS Skin for Kodi - by ge2301 - 2020-04-14, 11:59
RE: NEREUS Skin for Kodi - by ge2301 - 2020-04-14, 14:30
RE: NEREUS Skin for Kodi - by ontap - 2020-04-14, 18:15
RE: NEREUS Skin for Kodi - by the_other_guy - 2020-04-15, 03:00
RE: NEREUS Skin for Kodi - by ge2301 - 2020-04-22, 21:48
RE: NEREUS Skin for Kodi - by bsoriano - 2020-04-22, 22:03
RE: NEREUS Skin for Kodi - by manfeed - 2020-04-24, 21:55
RE: NEREUS Skin for Kodi - by ge2301 - 2020-04-25, 00:01
RE: NEREUS Skin for Kodi - by the_other_guy - 2020-04-27, 03:43
RE: NEREUS Skin for Kodi - by ge2301 - 2020-04-15, 09:45
RE: NEREUS Skin for Kodi - by ontap - 2020-04-15, 10:41
RE: NEREUS Skin for Kodi - by ge2301 - 2020-04-26, 18:48
RE: NEREUS Skin for Kodi - by bsoriano - 2020-04-26, 21:33
RE: NEREUS Skin for Kodi - by ge2301 - 2020-04-26, 21:44
RE: NEREUS Skin for Kodi - by ge2301 - 2020-05-10, 13:12
RE: NEREUS Skin for Kodi - by FXB78 - 2020-05-10, 13:16
RE: NEREUS Skin for Kodi - by ge2301 - 2020-05-10, 13:21
RE: NEREUS Skin for Kodi - by FXB78 - 2020-05-10, 13:38
RE: NEREUS Skin for Kodi - by ge2301 - 2020-05-10, 17:14
RE: NEREUS Skin for Kodi - by ontap - 2020-05-10, 21:33
RE: NEREUS Skin for Kodi - by ge2301 - 2020-07-28, 13:55
RE: NEREUS Skin for Kodi - by ge2301 - 2020-07-30, 15:53
RE: NEREUS Skin for Kodi - by bsoriano - 2020-07-30, 17:13
RE: NEREUS Skin for Kodi - by ge2301 - 2020-07-30, 22:43
Logout Mark Read Team Forum Stats Members Help
NEREUS Skin for Kodi0