Plot to PlotOutline
#1
Hi,

All my movies are accompanied by their own movie.nfo file, containing both the plot and outline/summary.

Im trying to make the summary show up on the info screen (the one when pressing 'i' in the movie library) instead of the full plot.. but i cant seem to find the correct label to change (Plot to PlotOutline)

I;ve changed almost all labels i could find in every file, but it doesn't change. Other labels, like genre, tag etc are changeable just fine.

Wat Fak?

Hoping someone can help, thanks in advance =)
Reply
#2
That would be this part:

PHP Code:
<control type="textbox" id="4">
    <
width>740</width>
    <
height>147</height>
    <
label>$INFO[ListItem.PlotOutline]</label>
    <include>
textBox</include>
</
control

Should be around line 210

Greetings,
Jeroen
Reply
#3
Yea, I figured it would be that line and I've changed that line but nothing happens. I can do all sorts of weird things to it (size, position, delete), but I can't change the content of the box. Even when I set the label to something like "lol", the skin displays the full Plot of the movie.

EDIT: succes! removing the "id=4" part did the trick.
Reply

Logout Mark Read Team Forum Stats Members Help
Plot to PlotOutline0