Plot to PlotOutline

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Xepo Offline
Junior Member
Posts: 29
Joined: Sep 2009
Reputation: 0
Location: Netherlands
Post: #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 =)
find quote
Jeroen Offline
Skilled Skinner
Posts: 1,882
Joined: Feb 2008
Reputation: 4
Location: The Netherlands
Post: #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
find quote
Xepo Offline
Junior Member
Posts: 29
Joined: Sep 2009
Reputation: 0
Location: Netherlands
Post: #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.
(This post was last modified: 2010-09-21 11:32 by Xepo.)
find quote