2024-10-30, 15:51
Hello everyone!
Until the day when we can set the resolution of the illustrations directly from the interface, I use the following code to force the Fanart and the Cover to display correctly for a 4K interface:
<advancedsettings>
<fanartres>1440</fanartres> <!-- Sets the maximum resolution of fanarts in height -->
<imageres>1640</imageres> <!-- Sets the maximum resolution of covers in height -->
</advancedsettings>
However, I do not know how to control the size of the Clear Logo. Do you know how to do it? Also, do you know how many pixels is the maximum native (before forcing the change) size of the Clear Logo displayed by Kodi?
Until the day when we can set the resolution of the illustrations directly from the interface, I use the following code to force the Fanart and the Cover to display correctly for a 4K interface:
<advancedsettings>
<fanartres>1440</fanartres> <!-- Sets the maximum resolution of fanarts in height -->
<imageres>1640</imageres> <!-- Sets the maximum resolution of covers in height -->
</advancedsettings>
However, I do not know how to control the size of the Clear Logo. Do you know how to do it? Also, do you know how many pixels is the maximum native (before forcing the change) size of the Clear Logo displayed by Kodi?