2017-07-12, 18:40
Hi all ![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
I'm trying to add the movie duration after its year of release in the movie widget but with no success so far.
I have done the following...
In the IncludesWidgetContent.xml file (line 204)
In the script-skinshortcuts-includes.xml (line 1176)
... and (line 3600) ...
Any idea where I'm going wrong?
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
I'm trying to add the movie duration after its year of release in the movie widget but with no success so far.
I have done the following...
In the IncludesWidgetContent.xml file (line 204)
PHP Code:
<label>$VAR[$PARAM[widgetLine1]] $VAR[$PARAM[widgetLine2]] $VAR[$PARAM[widgetLine2b]]</label>
In the script-skinshortcuts-includes.xml (line 1176)
PHP Code:
<include name="FixedWrapWidgetLabels">
<param name="id">80111</param>
<param name="widgetLine1">widgetLine11</param>
<param name="widgetLine2">widgetLine21</param>
<param name="widgetLine2b">widgetLine21b</param>
</include>
PHP Code:
<variable name="widgetLine21b">
<value>• $INFO[Container(80111).ListItem.Duration]</value>
</variable>
Any idea where I'm going wrong?