Kodi Community Forum
parameters in playercorefactory.xml - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: parameters in playercorefactory.xml (/showthread.php?tid=365213)



parameters in playercorefactory.xml - michelb2 - 2021-10-30

i know i can put the file name parameter in the argument section of playercorefactory.xml

<filename>C:\util\autoit\AutoIt3_x64.exe</filename>
<args>C:\util\autoit\sources\resolution.au3 /l=6 /h=1 /k /m=0 /f= "{1}"</args>

but i would like to also give my application the imdb number of the movie.
is it possible ? (and how of course)