Showing the right season poster in OSD for tv-shows
#1
Hello,

I have setup the pictures for shows (season poster, season fanart, ...) and in the media view all is showing right.
I also have a file for each episode as episode poster (episode name-poster).
If i put no poster/folder picture in the main folder, then i can play an episode and the OSD shows the right poster.
But if i put poster/folder picture in the main folder (is needed for the tv-show overview, that there a poster is visible) it always show this poster in the osd if i play an episode.

How can i set up the pictures so that:
a poster is shown in the tv-show overview (main view of all shows) and if i play an episode the OSD shows the episode poster (or season poster)?
Reply
#2
Episodes don't use -poster. Episodes use -thumb
https://kodi.wiki/view/Artwork/Episode
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#3
(2025-01-18, 19:50)Karellen Wrote: Episodes don't use -poster. Episodes use -thumb
https://kodi.wiki/view/Artwork/Episode
Understand. But Kodi recognize also "episode-fanart" & "episode-poster" (i tried it)

Nevertheless it solve not the problem:
What I have to do that the OSD shows the season poster for the episode and not the poster from the main folder?
Reply
#4
Estuary?
Reply
#5
(2025-01-19, 12:32)Hitcher Wrote: Estuary?

No, Titan Vanilla for Kodi 21/Omega: https://github.com/malvinas2/skin.titan.vanilla
Reply
#6
OK, moved the correct forum.
Reply
#7
Open the file IncludesOSD.xm in the directory ../addons/skin.titan.vanilla/xml and add the following line after line 2521: 
        <value condition="![VideoPlayer.Content(livetv) + Skin.HasSetting(NoPvrArtOSD)] + !String.IsEmpty(Player.Art(thumb))">$INFO[Player.Art(thumb)]</value>
Reply
#8
(2025-01-20, 21:41)malvinas2 Wrote: Open the file IncludesOSD.xm in the directory ../addons/skin.titan.vanilla/xml and add the following line after line 2521: 
        <value condition="![VideoPlayer.Content(livetv) + Skin.HasSetting(NoPvrArtOSD)] + !String.IsEmpty(Player.Art(thumb))">$INFO[Player.Art(thumb)]</value>
Thanks. was the right hint.
I used "Player.Art(tvshow.poster)" because I want to see the season poster but nevertheless your hint helped.
Reply

Logout Mark Read Team Forum Stats Members Help
Showing the right season poster in OSD for tv-shows0