2024-03-21, 07:42
Hi,
In the skin xml there is a certain value that is used .
I want to send it as argument with Runscript, but i keep having only sys.argv[0]
What's wrong with that ?
In the skin xml there is a certain value that is used .
I want to send it as argument with Runscript, but i keep having only sys.argv[0]
and i add:xml:<label>$INFO[Container(10051).ListItem.Label]</label>
i try to put into "", without success.xml:<onclick>RunScript(script.tmdb.downloader, $INFO[Container(10051).ListItem.Label])</onclick>
What's wrong with that ?