How to make the image control display high-resolution image?
#1
I am modifying the Unity skin to display the song cover in the background (from the URL), but the display is always blurry. However, when I open the URL in my browser, the cover is actually high-definition. May I ask how to display images from URLs in its original resolution?

        <control type="image">
            <description>Artist</description>
            <aspectratio>scale</aspectratio>
            <left>0</left>
            <top>0</top>
            <width>100%</width>
            <height>100%</height>
            <texture background="true">https://p1.music.126.net/aJWtwvdYRXvKUpAE2C6NoA==/109951168919708423.jpg</texture>
            <visible>true</visible>
        </control>
Reply
#2
Use imageres for advanced settings so the image is cached at a higher resolution.

https://kodi.wiki/index.php?title=Advanc...l#imageres

Note: This will only affect newer images so you might want to delete the Thumbnails folder and Texturesxx.db file so they get recached.
Reply
#3
Wink 
Thank you very much. You've been most helpful.
Reply

Logout Mark Read Team Forum Stats Members Help
How to make the image control display high-resolution image?0