Kodi Community Forum

Full Version: $CONSTANT[] label formatting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, could it be possible to get the constant to show as an infolabel $CONSTANT[MyConstantName] for use with this :

https://github.com/marcelveldt/script.sk...ludes-file

And also be handled in positioning / sizing tags (<left><width> etc.) so it could also probably solve my previous report the same way ?

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

Code:
<include name="Constant1Test">
      <control type="image">
           <left>$CONSTANT[$PARAM[left]]</left>
           ...
      </control>
</include>

Thanks