Kodi Community Forum

Full Version: Get Current Selected Item Icon Image help plz
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Code:
                    <control type="image">
                        <width>226</width>
                        <height>226</height>
                        <texture background="true">$INFO[ListItem.Icon]</texture>
                    </control>

This is the code I'm trying. I wanna be displayed that the icon of selected playing item. Sad

Trying to get it to OSD. But it was not showing. When I replace the path with local png file it shows. But cannot get the icon image from currently playing item Sad
$INFO[Player.Art(thumb)]

Found it. replaced with this.