Posts: 7
Joined: Apr 2024
Reputation:
1
Hello, when I scan for the first time or try to change the poster in movies with The Movie Database Python and series with TMDB TV Shows, at first I get the posters in good quality but when I exit the menu it makes a small flicker and change to low quality. Does anyone know what could be the reason?
Posts: 10,685
Joined: Oct 2011
Reputation:
658
jjd-uk
Team-Kodi Member
Posts: 10,685
The default of 1080p for the cache is only for fanart, for posters it's lower at 720p.
Posts: 7
Joined: Apr 2024
Reputation:
1
Hello, for those who may be interested in having good quality movie posters.
1. Create a text file with the name advancedsettings in the location C:\Users\***\AppData\Roaming\Kodi\userdata
2. Copy and paste:
<advancedsettings>
<imageres>9999</imageres>
<imageres>1080</imageres>
</advancedsettings>
3. Change text file extension to .xml