Kodi Community Forum
Media path info - 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: Alaska (https://forum.kodi.tv/forumdisplay.php?fid=126)
+----- Thread: Media path info (/showthread.php?tid=100161)



Media path info - wolfodeiwolfy - 2011-04-26

Hello,

I would like to know if it is possible to include a movie or tv show path on a HDD?

Some other skins give this possibility in movie or tv show infos

thank you very much


w2w


- wolfodeiwolfy - 2011-05-01

Solved !

Add this :

<control type="label">
<posx>0</posx>
<posy>500</posy>
<width>664</width>
<font>Font_InfoDetails</font>
<textcolor>InfoDetails</textcolor>
<label fallback="161">$INFO[ListItem.Path]</label>
</control>

Just after this

<control type="textbox">
<posy>352</posy>
<width>664</width>
<height>130</height>
<font>Font_InfoPlot</font>
<textcolor>InfoPlot</textcolor>
<label fallback="161">$INFO[ListItem.Plot]</label>
<autoscroll time="4000" delay="12000" repeat="8000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>



w2w