Skip to content

Commit

Permalink
Update: Use plot outline if available
Browse files Browse the repository at this point in the history
Partial fix for issue #11
  • Loading branch information
Sranshaft committed Apr 8, 2013
1 parent 05995a7 commit b653639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 720p/Variable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
</variable>

<variable name="ExtendedList_Plot">
<value condition="[Container.Content(movies) | Container.Content(tvshows) | Container.Content(episodes) | SubString(Container.FolderPath,addons,left) | SubString(Container.FolderPath,plugin,left)] + !IsEmpty(ListItem.PlotOutline)">$INFO[ListItem.PlotOutline]</value>
<value condition="[Container.Content(movies) | Container.Content(tvshows) | Container.Content(episodes) | SubString(Container.FolderPath,addons,left) | SubString(Container.FolderPath,plugin,left)] + !IsEmpty(ListItem.Plot)">$INFO[ListItem.Plot]</value>
<value condition="[SubString(Container.FolderPath,addons,left) | SubString(Container.FolderPath,plugin,left)] + IsEmpty(ListItem.Plot)">$INFO[ListItem.Property(Addon.Description)]</value>
<value condition="Container.Content(artists) + !IsEmpty(ListItem.Property(Artist_Description))">$INFO[ListItem.Property(Artist_Description)]</value>
Expand Down

0 comments on commit b653639

Please sign in to comment.