@
Zeroxstaticlife
Basically the first page of the settings is where this addon does its thing and the second page of the settings is where the Webgrab exe does its thing.
What I have done to make it easier for me is map a network drive to the same place on the Windows PC that I use the addon on and the server that I run the webgrab exe on overnight.
So "Settings \ Paths \ Config Output Folder" needs to be where webgrab.exe needs the config files to be.
So on my desktop pc I've mapped:
X:\ to \\Server\xmltv\
and put x: in the Config Output Folder
The webgrab exe needs to know where to put its final output file in "Settings \ Config \ xmltv Output Folder/File Name".
That setting ends up in the WebGrab++.config.xml file as
<filename>X:\xmltv.xml</filename>
On the server I have also mapped that folder to the same place to make it easy
X:\ to \\Server\xmltv\
When you run the webgrab exe on the server you need to give it the argument of the directory with the WebGrab++.config.xml in.
"C:\Program Files\ServerCare\WebGrab+PlusV1.1.1\WebGrab+Plus.exe" x:\
The output xmltv file will end up in
X:\xmltv.xml
The Task Scheduler task on the server pc has this as the Program/script
"C:\Program Files\ServerCare\WebGrab+PlusV1.1.1\WebGrab+Plus.exe"
and this as the "Add arguments"
x:\
It runs at 4am.
Because I used the same x:\ folder I can now run the webgrab exe from the desktop pc if I want to test something now instead of having to run it on the server but that is optional.
You could then import the WebGrab++.config.xml on the Nvidia Shield, set the paths for the server and set it up from the comfort of your sofa.