home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Electronic Program Guide
xmlTV
WebGrab+Plus a new xmltv grabber
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="WG++Maker" data-source="post: 773355" data-attributes="member: 107812"><p>Something along these lines:</p><p></p><p>[CODE]</p><p>@ECHO OFF </p><p>REM Batch file setup for running different config files for different category of channels</p><p>REM prepare a set of WebGrab++.config files eg named WebGrab++.config.sports.xml , WebGrab++.config.news.xml etc.</p><p>REM make sure to different setting to <filename>C:\ProgramData\ServerCare\WebGrab\news.xml</filename> for each of them.</p><p></p><p>REM finds wg++ executable:</p><p>for /f "delims=" %%a in ('dir %LOCALAPPDATA%\webgrab*.exe /s /b') do ( </p><p>set wgexec=%%a </p><p>) </p><p></p><p>REM run wg++ for sports channels:</p><p>rename WebGrab++.config.sports.xml WebGrab++.config.xml</p><p>START /WAIT %wgexec%</p><p>rename WebGrab++.config.xml WebGrab++.config.sports.xml</p><p></p><p>REM run wg++ for news channels:</p><p>rename WebGrab++.config.news.xml WebGrab++.config.xml</p><p>START /WAIT %wgexec%</p><p>rename WebGrab++.config.xml WebGrab++.config.news.xml </p><p></p><p>REM run wg++ for other channels</p><p>REM add other categories as the examples above</p><p>[/CODE]</p><p></p><p>Save in the WG++ homefolder (C:\ProgramData\ServerCare\WebGrab) and run</p><p></p><p>Hope this helps ....Wg++Maker ... Jan</p><p></p><p>(sorry for the late response, I am on hoilday)</p></blockquote><p></p>
[QUOTE="WG++Maker, post: 773355, member: 107812"] Something along these lines: [CODE] @ECHO OFF REM Batch file setup for running different config files for different category of channels REM prepare a set of WebGrab++.config files eg named WebGrab++.config.sports.xml , WebGrab++.config.news.xml etc. REM make sure to different setting to <filename>C:\ProgramData\ServerCare\WebGrab\news.xml</filename> for each of them. REM finds wg++ executable: for /f "delims=" %%a in ('dir %LOCALAPPDATA%\webgrab*.exe /s /b') do ( set wgexec=%%a ) REM run wg++ for sports channels: rename WebGrab++.config.sports.xml WebGrab++.config.xml START /WAIT %wgexec% rename WebGrab++.config.xml WebGrab++.config.sports.xml REM run wg++ for news channels: rename WebGrab++.config.news.xml WebGrab++.config.xml START /WAIT %wgexec% rename WebGrab++.config.xml WebGrab++.config.news.xml REM run wg++ for other channels REM add other categories as the examples above [/CODE] Save in the WG++ homefolder (C:\ProgramData\ServerCare\WebGrab) and run Hope this helps ....Wg++Maker ... Jan (sorry for the late response, I am on hoilday) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Electronic Program Guide
xmlTV
WebGrab+Plus a new xmltv grabber
Contact us
RSS
Top
Bottom