diff options
| author | louis <louis.braun@gmx.de> | 2014-11-05 17:39:16 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2014-11-05 17:39:16 +0100 |
| commit | 7e7d7c994caa612f8520a772c8dcc964a5207414 (patch) | |
| tree | e7619192e90c28bbae01560ea8e3ee70ea593ca3 /skins | |
| parent | cf44f2cf4c931470785d0cc8f027c87a5640e2a0 (diff) | |
| download | vdr-plugin-skindesigner-7e7d7c994caa612f8520a772c8dcc964a5207414.tar.gz vdr-plugin-skindesigner-7e7d7c994caa612f8520a772c8dcc964a5207414.tar.bz2 | |
added dedicated tokens for posters and banners in <srapercontent> in displaychannel and displayreplay
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/metrixhd/xmlfiles/displaychannel.xml | 10 | ||||
| -rw-r--r-- | skins/metrixhd/xmlfiles/displayreplay.xml | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/skins/metrixhd/xmlfiles/displaychannel.xml b/skins/metrixhd/xmlfiles/displaychannel.xml index d1148d5..5fb6dc0 100644 --- a/skins/metrixhd/xmlfiles/displaychannel.xml +++ b/skins/metrixhd/xmlfiles/displaychannel.xml @@ -209,6 +209,16 @@ </devices> <!-- Available Variables scrapercontent: + {posterpath} Full Path of Poster to use in image path attribute + {posterwidth} width of poster in pixel + {posterheight} height of poster in pixel + {hasPoster} true if poster is available + {bannerpath} Full Path of banner to use in image path attribute + {bannerwidth} width of banner in pixel + {bannerheight} height of banner in pixel + {hasBanner} true if banner is available + + Use this tokens if you want to display a banner for series and a poster for movies: {mediapath} Full Path of Poster or Banner to use in image path attribute {mediawidth} width of image in pixel {mediaheight} height of image in pixel diff --git a/skins/metrixhd/xmlfiles/displayreplay.xml b/skins/metrixhd/xmlfiles/displayreplay.xml index 244a783..b1d5609 100644 --- a/skins/metrixhd/xmlfiles/displayreplay.xml +++ b/skins/metrixhd/xmlfiles/displayreplay.xml @@ -48,6 +48,16 @@ </datetime> <!-- Available Variables scrapercontent: + {posterpath} Full Path of Poster to use in image path attribute + {posterwidth} width of poster in pixel + {posterheight} height of poster in pixel + {hasPoster} true if poster is available + {bannerpath} Full Path of banner to use in image path attribute + {bannerwidth} width of banner in pixel + {bannerheight} height of banner in pixel + {hasBanner} true if banner is available + + Use this tokens if you want to display a banner for series and a poster for movies: {mediapath} Full Path of Poster or Banner to use in image path attribute {mediawidth} width of image in pixel {mediaheight} height of image in pixel |
