I am trying to open this plugin by passing some arguments,
RunScript(plugin.video.youtube,10025,?feed=search&path=/root/search&search=ok)
From default.py I understand that it works on sys.argv[2] , but what should I pass for argv[1]?
When I pass 10025 or 25 which is id of videolibrary window then in debug log it says for ex:
WARNING: Attempt to use invalid handle 10025
I don't know what to pass for argv[1]
Also is there any document so we can know what other things can be passed as argv[2] for "action" perhaps??
RunScript(plugin.video.youtube,10025,?feed=search&path=/root/search&search=ok)
From default.py I understand that it works on sys.argv[2] , but what should I pass for argv[1]?
When I pass 10025 or 25 which is id of videolibrary window then in debug log it says for ex:
WARNING: Attempt to use invalid handle 10025
I don't know what to pass for argv[1]
Also is there any document so we can know what other things can be passed as argv[2] for "action" perhaps??