jingai / skin.metropolis

Metropolis skin for Kodi
Other
8 stars 5 forks source link

Video OSD on movies shows screen capture instead of poster. #148

Closed jingai closed 1 year ago

jingai commented 3 years ago

In lower-left corner. Frame shows it is supposed to be a poster, but instead a screen capture from the movie is displayed there.

MacGyverr commented 3 years ago

As pointed out by scoonbag in the kodi forum, this will fix it. In the file includes.xml file, line 1598 needs to be changed to: <texture background="true">$INFO[Player.Art(poster)]</texture> and lines 1600 and 1610 need to be changed to: <visible>VideoPlayer.Content(Movies) + !String.StartsWith(Player.Art,default)</visible>

jingai commented 1 year ago

Fixed.