v18 ART Works
#1
advancedsettings.xml
xml:
 <arttype>characterart</arttype>
    <arttype>banner</arttype>
      <arttype>clearart</arttype>
      <arttype>clearlogo</arttype>
      <arttype>landscape</arttype>
      <arttype>keyart</arttype>
Variables.xml
xml:
<variable name="BannerVar">
  <value condition="!String.IsEmpty(ListItem.Art(banner))">$INFO[ListItem.Art(banner)]</value>
  <value>$INFO[ListItem.Art(tvshow.banner)]</value>
 </variable>
 <variable name="keyartVar">
  <value condition="!String.IsEmpty(ListItem.Art(keyart))">$INFO[ListItem.Art(keyart)]</value>
  <value>$INFO[ListItem.Art(keyart)]</value>
 </variable>
 <variable name="characterartVar">
  <value condition="!String.IsEmpty(ListItem.Art(characterart))">$INFO[ListItem.Art(characterart)]</value>
  <value>$INFO[ListItem.Art(characterart)]</value>
 </variable>
 <variable name="discartVar">
  <value condition="!String.IsEmpty(ListItem.Art(discart))">$INFO[ListItem.Art(discart)]</value>
  <value>$INFO[ListItem.Art(discart)]</value>
 </variable>
 <variable name="landscapeVar">
  <value condition="!String.IsEmpty(ListItem.Art(landscape))">$INFO[ListItem.Art(landscape)]</value>
  <value>$INFO[ListItem.Art(landscape)]</value>
 </variable>
 <variable name="clearartVar">
  <value condition="!String.IsEmpty(ListItem.Art(clearart))">$INFO[ListItem.Art(clearart)]</value>
  <value>$INFO[ListItem.Art(clearart)]</value>
 </variable>

image code
xml:
<control type="image">
       <left>0</left>
       <top>-320</top>
       <width>400</width>
       <height>155</height>
       <texture>$INFO[ListItem.Art(clearlogo)]</texture>
       <aspectratio aligny="center">scale</aspectratio>
      </control>
      <control type="label">
       <top>-320</top>
       <left>0</left>
       <width>600</width>
       <height>93</height>
       <label>$VAR[PlaylistLabelVar]</label>
       <font>font60</font>
       <style>bold</style>
       <visible>String.IsEmpty(ListItem.Art(clearlogo))</visible>
      </control>
      <control type="label">
       <top>-250</top>
       <left>200</left>
       <width>600</width>
       <height>93</height>>
       <label>$INFO[ListItem.Title]</label>
       <font>font13</font>
       <style>bold</style>
       <visible>String.IsEmpty(ListItem.Art(clearlogo))</visible>
      </control>
      <control type="image">
       <left>500</left>
       <top>-270</top>
       <width>450</width>
       <height>95</height>
       <texture>$VAR[BannerVar]</texture>
       <aspectratio aligny="center">scale</aspectratio>
       <visible>String.IsEmpty(ListItem.Art(BannerArt))</visible>
      </control>
      <control type="image">
       <left>1100</left>
       <top>-320</top>
       <width>500</width>
       <height>281</height>
       <texture>$VAR[keyartVar]</texture>
       <aspectratio aligny="center">scale</aspectratio>
      </control>
      <control type="image">
       <left>0</left>
       <top>0</top>
       <width>400</width>
       <height>281</height>
       <texture>$VAR[discartVar]</texture>
       <aspectratio aligny="center">scale</aspectratio>
      </control>
      <control type="image">
       <left>500</left>
       <top>0</top>
       <width>500</width>
       <height>281</height>
       <texture>$VAR[landscapeVar]</texture>
       <aspectratio aligny="center">scale</aspectratio>
      </control>
      <control type="image">
       <left>1200</left>
       <top>0</top>
       <width>500</width>
       <height>281</height>
       <texture>$VAR[clearartVar]</texture>
       <aspectratio aligny="center">scale</aspectratio>
      </control>
Reply
#2
add art work to estuary code can be placed in xml files
Image
roll 1d8
Reply
#3
used in poster.xml
ImageImage
Reply

Logout Mark Read Team Forum Stats Members Help
ART Works0