Kodi Community Forum
Recently Added TV Shows with Posters - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: Recently Added TV Shows with Posters (/showthread.php?tid=179417)



Recently Added TV Shows with Posters - SmallwoodDR82 - 2013-12-02

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]


RE: Recently Added TV Shows with Posters - pkscout - 2013-12-02

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-on:Skin_Widgets/RecentItems

That is a separate add-on and would take more work to get setup in Confluence.


RE: Recently Added TV Shows with Posters - SmallwoodDR82 - 2013-12-02

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


RE: Recently Added TV Shows with Posters - pkscout - 2013-12-02

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.


RE: Recently Added TV Shows with Posters - SmallwoodDR82 - 2013-12-02

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.


Re: Recently Added TV Shows with Posters - fernandovg - 2014-10-24

Here is my mod:

https://www.dropbox.com/s/ra5h9nbnanv6p1j/IMG-20141024-WA0005.jpg?dl=0


RE: Recently Added TV Shows with Posters - patria o muerte - 2014-10-25

(2014-10-24, 20:12)fernandovg Wrote: Here is my mod:

https://www.dropbox.com/s/ra5h9nbnanv6p1j/IMG-20141024-WA0005.jpg?dl=0
Hi,
how did you do that?I'm interested too.


Re: Recently Added TV Shows with Posters - fernandovg - 2014-10-25

Here is my xml:

https://www.dropbox.com/s/drx8xkp8mxhmyp6/IncludesHomeRecentlyAdded.xml?dl=0

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

Restart xbmc


RE: Recently Added TV Shows with Posters - patria o muerte - 2014-10-26

thank you but it seems it doesn't work in spacemonkey 's confluence modified


Re: Recently Added TV Shows with Posters - fernandovg - 2014-10-26

Compare my changes with the original confluence file and change your confluence version in the same way


RE: Recently Added TV Shows with Posters - patria o muerte - 2014-10-26

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.


Re: Recently Added TV Shows with Posters - fernandovg - 2015-05-11

File to KODI 15:

https://www.dropbox.com/s/5ql76p0n6c5dllp/IncludesHomeRecentlyAdded.xml?dl=0