[REQUEST] Episode Screeshot with List info 2 & Classic list
#1
Hi,

When you are listing episodes of a TV show, if you are using the "List info 2" view and "Classic list" style, it would be great to have the fanart replaced by the screenshot of the current episode.

Thank you.
Reply
#2
anyone find out how to do this?
Reply
#3
Open up 720p/ViewsTVShows.xml
Find <include name="EpisodesListInfoView2">
Scroll down to
PHP Code:
<control type="image">
          <
description>Default Background</description>
          <
width>560</width>
          <
height>315</height>
          <
texture border="9">item-background.png</texture>
          <include>
WideIconViewItemBackgroundFadeAnim</include>
          <
visible>IsEmpty(Fanart_Image)</visible>
        </
control
and replace the <visible> condition with IsEmpty(Listitem.Thumb)

Then look at the <control> below that:
PHP Code:
<control type="largeimage">
          <
description>Fanart</description>
          <
width>560</width>
          <
height>315</height>
          <
bordertexture border="7">item-shadow-border.png</bordertexture>
          <
bordersize>5</bordersize>
          <
texture background="true">$INFO[Fanart_Image]</texture>
          <
aspectratio>stretch</aspectratio>
          <
fadetime>FanartCrossfadeTime</fadetime>
        </
control
again, change Fanart_Image to Listitem.Thumb

I'm not too sure that the controls look exactly like that originally, since I changed mine, but you can probably figure it out.

As always, be sure to do a backup first!
Reply
#4
For some reason it's not working for me.

This is what i've changed.
Code:
<control type="image">
                    <description>Default Background</description>
                    <width>560</width>
                    <height>315</height>
                    <texture border="9">item-background.png</texture>
                    <include>WideIconViewItemBackgroundFadeAnim</include>
                    <visible>IsEmpty(Listitem.Thumb)</visible>
                </control>

Code:
                <control type="largeimage">
                    <description>Fanart</description>
                    <width>560</width>
                    <height>315</height>
                    <bordertexture border="7">item-shadow-border.png</bordertexture>
                    <bordersize>5</bordersize>
                    <texture background="true">$INFO[Listitem.Thumb]</texture>
                    <aspectratio>stretch</aspectratio>
                    <fadetime>FanartCrossfadeTime</fadetime>    
                </control>
But while I'm on ListView2, I still only see the fanart instead of the thumbnail for each individual episode.

Edit: NM I got it. Thanks =]
Reply
#5
Perfect I was just wanting to do the same, and it worked like a charm. Thanks.
Reply
#6
Can we get a screendump of the modded view?
Reply
#7
I'll add this option for the next release.
Reply
#8
Ah its nice to see ya working on another release scarfa. Thanks for all your work on my favorite skin. I was using this on my Xbox, and now I have upgraded to an Ion, and I just enjoy the simplicity of the skin over the others that I have tried, thanks again.
Reply
#9
dwyzane Wrote:Ah its nice to see ya working on another release scarfa. Thanks for all your work on my favorite skin. I was using this on my Xbox, and now I have upgraded to an Ion, and I just enjoy the simplicity of the skin over the others that I have tried, thanks again.

Absolutely! scarfa, thank you so much for taking the time to make this skin. I've tried several others over the past several months just to see what else is out there but always come back to Rapier.
Zotac IONITX-A-U | M350 | 4TB NAS | XBMC Linux | SABnzbd+ | CouchPotato | SickBeard
Reply

Logout Mark Read Team Forum Stats Members Help
[REQUEST] Episode Screeshot with List info 2 & Classic list0