Kodi Community Forum

Full Version: videofullscreen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Guys, i'm trying to display the icon of an addon, when playing a video from the addon and pressing info.
my code is:

<value condition="VideoPlayer.Content(addons)">$INFO[ListItem.FolderName]</value>

but it return the thumb of the video played.

Someone can help me? Where is my error?