From 7263dd9850817d3f878756fc2c2769bc3c201d4a Mon Sep 17 00:00:00 2001 From: Sranshaft Date: Mon, 1 Apr 2013 22:19:13 +1100 Subject: [PATCH] Change: Show episode image on info screen Now show episode thumbnail instead of TV show fanart on the info screen for episodes. Closes issue #2. --- 720p/DialogVideoInfo.xml | 4 ++-- 720p/Variable.xml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/720p/DialogVideoInfo.xml b/720p/DialogVideoInfo.xml index 6057ef3..69057df 100644 --- a/720p/DialogVideoInfo.xml +++ b/720p/DialogVideoInfo.xml @@ -341,8 +341,8 @@ 0 380 215 - $INFO[ListItem.Art(fanart)] - scale + $VAR[Info_Image] + scale diff --git a/720p/Variable.xml b/720p/Variable.xml index 6685ee1..5fec459 100644 --- a/720p/Variable.xml +++ b/720p/Variable.xml @@ -349,6 +349,11 @@ + + $INFO[ListItem.Art(thumb)] + $INFO[ListItem.Art(fanart)] + + $INFO[ListItem.Plot] $INFO[ListItem.Property(Album_Description)]