Recently Added TV Shows with Posters
#1
I apologize if this has been asked before. I searched and searched and couldn't find the right thread.

I'd like to change the TV Shows Recently added on the home screen. By default they use the thumbnail of the episode. I'd like it to use the Poster of the TV Series.

I assume it's editing this from IncludesHomeRecentlyAdded.xml

Code:
<item>
                            <label>$INFO[Window.Property(LatestEpisode.1.EpisodeTitle)]</label>
                            <label2>$INFO[Window.Property(LatestEpisode.1.ShowTitle)] - $INFO[Window.Property(LatestEpisode.1.EpisodeNo)]</label2>
                            <onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.1.Path)])</onclick>
                            <icon>-</icon>
                            <thumb>$INFO[Window.Property(LatestEpisode.1.Thumb)]</thumb>
                            <visible>!IsEmpty(Window.Property(LatestEpisode.1.EpisodeTitle))</visible>
</item>

But I'm not 100% sure what to change it to.

Any help would be great.

Thanks in advance!!![/code]
Reply
#2
I don't think you can do that. Check out:

http://wiki.xbmc.org/?title=InfoLabels

and look in section #16 Windows. There is a section that says "the home window has the following info labels" and everything is available there. I don't see anything for the latest TV show. It does look like you could do it if you're using Skin Widgets.

http://wiki.xbmc.org/index.php?title=Add...ecentItems

That is a separate add-on and would take more work to get setup in Confluence.
Reply
#3
hmmm looks like this one would work for my needs. However it doesnt seem to work when i make the change

LatestEpisode.[1-10].SeasonThumb
Reply
#4
You do need to quit and restart XBMC to reload the skin. I think there may be a keyboard shortcut to reload the skin, but I can't remember if that's only available with some skins or only during the betas. So if you didn't restart XBMC, try that.
Reply
#5
yea i tried.

I tried the showthumb option and the fanart option and those work. Seems the SeasonThumb is broken.

I even made sure the series I was testing on actually had a season specific thumb and it does.
Reply
#6
Here is my mod:

https://www.dropbox.com/s/ra5h9nbnanv6p1...5.jpg?dl=0
Reply
#7
(2014-10-24, 20:12)fernandovg Wrote: Here is my mod:

https://www.dropbox.com/s/ra5h9nbnanv6p1...5.jpg?dl=0
Hi,
how did you do that?I'm interested too.
Reply
#8
Here is my xml:

https://www.dropbox.com/s/drx8xkp8mxhmyp...d.xml?dl=0

.xbmc-current / xbmc-bin / share /xbmc / addons / skin.confluence / 720p

Restart xbmc
Reply
#9
thank you but it seems it doesn't work in spacemonkey 's confluence modified
Reply
#10
Compare my changes with the original confluence file and change your confluence version in the same way
Reply
#11
thank you.
1:there is no includeshomerecentlyadded.xml file in the confluence modified's 720 folder.I paste your file but it doesn't work.
Reply
#12
File to KODI 15:

https://www.dropbox.com/s/5ql76p0n6c5dll...d.xml?dl=0
Reply

Logout Mark Read Team Forum Stats Members Help
Recently Added TV Shows with Posters0