Theme: GoodBye Black Mamba (LinkSheet) Updated Dec 14th

prophet_ca, I was using the name as cover front1, cover front2 etc. Some how thumbgen is ignoring the second part and putting the cover image instead of my specifications thats the reason it generating same cover image on all the spots, I changed these names, now it is generating the folder sheet with the images that i specified.

old code:

<ImageElement Name=“Cover Front1” X=“75” Y=“150” Width=“200” Height=“255” Source=“File” Offset=“0” MultiPageIndex=“-1” SourceData=“%TITLEPATH%\01.jpg” NullImageUrl=“” PreserveMetaData=“True” TGD_IsLocked=“False” TGD_IsVisible=“True”>
       
          <RoundCorners BorderColor=“-16777216” BorderWidth=“2” Roundness=“10” Corners=“All” TGD_IsVisible=“True” />
          <Glow Color=“-16777216” Opacity=“100” Softness=“5” TGD_IsVisible=“True” />
       
     
      <ImageElement Name=“Cover Front2” X=“300” Y=“150” Width=“200” Height=“255” Source=“File” Offset=“0” MultiPageIndex=“-1” SourceData=“%TITLEPATH%\02.jpg” NullImageUrl=“” PreserveMetaData=“True” TGD_IsLocked=“False” TGD_IsVisible=“True”>
       
          <RoundCorners BorderColor=“-16777216” BorderWidth=“2” Roundness=“10” Corners=“All” TGD_IsVisible=“True” />
          <Glow Color=“-16777216” Opacity=“100” Softness=“5” TGD_IsVisible=“True” />
       
     

Changed code:

<ImageElement Name=“Front1” X=“75” Y=“150” Width=“200” Height=“255” Source=“File” Offset=“0” MultiPageIndex=“-1” SourceData=“%TITLEPATH%\01.jpg” NullImageUrl=“” PreserveMetaData=“True” TGD_IsLocked=“False” TGD_IsVisible=“True”>
       
          <RoundCorners BorderColor=“-16777216” BorderWidth=“2” Roundness=“10” Corners=“All” TGD_IsVisible=“True” />
          <Glow Color=“-16777216” Opacity=“100” Softness=“5” TGD_IsVisible=“True” />
       
     
      <ImageElement Name=“Front2” X=“300” Y=“150” Width=“200” Height=“255” Source=“File” Offset=“0” MultiPageIndex=“-1” SourceData=“%TITLEPATH%\02.jpg” NullImageUrl=“” PreserveMetaData=“True” TGD_IsLocked=“False” TGD_IsVisible=“True”>
       
          <RoundCorners BorderColor=“-16777216” BorderWidth=“2” Roundness=“10” Corners=“All” TGD_IsVisible=“True” />
          <Glow Color=“-16777216” Opacity=“100” Softness=“5” TGD_IsVisible=“True” />
       
     

Now my folder sheets are working good.:smiley: