Kodi Community Forum

Full Version: Can't force PlayMedia to resume from home screen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I thought you could do this by supplying a 'resume' argument, as in:

Code:
<onclick>PlayMedia($INFO[ListItem.Path],resume)</onclick>

Not working for me, though. Always starts at the beginning.
...anyone?
Code:
<onclick>PlayMedia($INFO[ListItem.FileNameAndPath],resume)</onclick>
Yup, that did it. Cheers!