Kodi Community Forum
Command Line Help Please - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: Ember Media Manager (https://forum.kodi.tv/forumdisplay.php?fid=195)
+---- Thread: Command Line Help Please (/showthread.php?tid=166723)



Command Line Help Please - eroc263 - 2013-06-08

I am having trouble getting the command line functions to work. I am able to get EMM to load using the following code...

Code:
set scraper=C:\Users\User1\Downloads\Ember_1.3.0.13\Ember_1.3.0.13\
"%scraper%Ember Media Manager.exe"

But it fails when I try to scrape new additions using this code...

Code:
set scraper=C:\Users\User1\Downloads\Ember_1.3.0.13\Ember_1.3.0.13\
"%scraper%Ember Media Manager.exe" TIMEOUT /T 10 -newauto -all

This worked in previous versions but I had to add the timeout to allow the program some time to load. The problem I am having now is that EMM will load but when I add the -newauto and the -all commands to the end it will no longer work. I attempted to remove the timeout, then I tried extending it, but with no luck. Are the command line functions the same as previous versions? I wasn't able to find much regarding the command line functions period so I thought maybe I could get some new input. Thanks.