Kodi Community Forum
ListItem.PlotOutline not working for TV Episodes? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: ListItem.PlotOutline not working for TV Episodes? (/showthread.php?tid=228126)



ListItem.PlotOutline not working for TV Episodes? - DProudmoore - 2015-05-28

I've been trying to get the outline of an episode to display in some places instead of the entire plot. For movies this works fine but for TV episodes it doesn't want to play ball.

In my .nfo file for the episode I have the following:

<outline>A short outline.</outline>
<plot>Bernard's dodgy accountant has to go on the run, leaving him ill prepared to fill out his own tax return. In fact Bernard would rather do anything than fill it out.</plot>

When I display the plot within my skin like so
<value condition="Container.Content(Episodes)">$INFO[ListItem.Plot]</value>
it displays as you would expect

Image

However if I try to use the PlotOutline instead, nothing appears
<value condition="Container.Content(Episodes)">$INFO[ListItem.PlotOutline]</value>

Image

I'm doing this on Isengard, but I haven't tried it before on a previous version so I can't say if it was working earlier or not.


RE: ListItem.PlotOutline not working for TV Episodes? - Hitcher - 2015-05-28

Are the episodes scraped using the NFO files?


RE: ListItem.PlotOutline not working for TV Episodes? - ronie - 2015-05-28

i'm pretty sure plotoutline is only available for movies.


RE: ListItem.PlotOutline not working for TV Episodes? - Hitcher - 2015-05-28

Can you confirm so we can change the wiki?