2022-01-01, 17:35
(2022-01-01, 08:26)Karellen Wrote:(2021-12-31, 22:56)therealjoeblow Wrote: 2) Movies - when playing back and bring up the control bar, or pausing, the "Thumbnail" is displayed instead of the Poster:Edit \1080p\VideoOSD.xml
Lines 495, 505 and 514 you will see $INFO[Player.Art(thumb)] change it to $INFO[Player.Art(poster)]
For the Pause overlay, edit DialogSeekBar.xml and on line 166 make the same change as above.
You will also want to fix the logo / clearlogo issue.
Includes_Workarounds.xml @ Line 405 and 418. Change the word logo to clearlogo
xml:<texture background="true">$INFO[ListItem.Path,,clearlogo.png]</texture>
Anybody found the fix for Season posters in FanartView? I haven't been able to spot the problem.
Thanks so much Karellen! That was great help!
FYI, 2 of your changes in VideoOSD.xml need to stay as they were, both lines 495 and 505 are referring to images with a wide aspect ratio (418x236) and so need to stay as $INFO[Player.Art(thumb)] and NOT change to $INFO[Player.Art(poster)], as this will break showing the thumbnail for a TV episode, trying to show an episode poster that doesn't exist. So only line 514 needs to change in this file.
Also, I found one more of the same change for the Movie posters is needed, this time in the DialogFullScreenInfo.xml file:
-->Line 222 also needs to be changed to $INFO[Player.Art(poster)]
This fixes the poster when you bring up the info bar instead of the control bar while playing a movie.
Basically, in all of the XML files, all occurrences of $INFO[Player.Art(thumb)] where the references to size in the preceeding lines is portrait aspect ratio need to be changed to $INFO[Player.Art(poster)]; and all occurrences where the aspect ratio is wide, they need to be left as is (referring to thumb). I think I found them all correctly now in all the files.
Hoping we can still track down the TV Season poster issue, but this is great for now! Every little tweak makes it better and better!
Cheers and Happy New Year!
TRJB