Media path info
#1
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
Image
Reply
#2
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
Image
Reply

Logout Mark Read Team Forum Stats Members Help
Media path info0