Kodi Community Forum

Full Version: Recently Added Info Movie
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!
How do I change the script so that when you click on an item from a list of recently added videos will not play and that showed the film info window?

Quote:<item id="2">
<label>$INFO[Window.Property(LatestMovie.2.Title)]</label>
<label2></label2>
<onclick>PlayMedia($INFO[Window.Property(LatestMovie.2.Path)])</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestMovie.2.Thumb)]</thumb>
</item>
Not possible (I think)... only possible if you implement a 'fake' movie info but you won't have all infos there.