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 2
Plugin Development
xmltv install / configure for ATSC / OTA U.S.A
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="OhMyShldr" data-source="post: 1232370" data-attributes="member: 162121"><p>Thanks breese very much. I could not get WebEPG to work anymore and stumbled on your work. It worked for me using the command prompt going to the location.</p><p>windows key + R, type cmd in the run box and enter to get the command line</p><p>I got this to work</p><p></p><p> <em>zap2xml -u <a href="mailto:zap2xmluser@email.xx">zap2xmluser@email.xx</a></em> -p password -d 10 -A "new" -q -s -o xmltv.xml</p><p>(looks like you have options not to register...among others)</p><p></p><p>Then I tried to automate it with task scheduler like you proposed. Pointing to zap2xmlrc worked in making xmltv.xml file.</p><p>But that had to be renamed or copied and renamed to tvguide.xml in order to be imported by the plugin.</p><p></p><p>So I made a bat file as someone suggested like this to combine several commands to fully automate the process.</p><p>I made a text file called run.txt and put this one line in without any breaks to first delete the old xmltv.xml file, then run zap2xml, and last to overwrite the old tvguide.xml with the new xmltv.xml file your program makes.</p><p></p><p>del xmltv.xml && zap2xml -u <a href="mailto:zap2xmluser@email.xx">zap2xmluser@email.xx</a> -p password -d 14 -A "new" -q -s -o xmltv.xml && xcopy xmltv.xml tvguide.xml /y && exit</p><p></p><p>I saved that and renamed it something like run.bat and put it in the program folder</p><p></p><p>Program Script</p><p></p><p>"F:\TVGuide\run.bat"</p><p></p><p>Add arguments</p><p>no arguments, left blank</p><p></p><p>Start in</p><p>F:\TVGuide</p><p></p><p>Worked when I manually ran the task, will see if it works by itself tomorrow. WebEPG did all that scheduling, and I guess there may be another way now to automate the schedule for the none too jaded.-- Thanks again</p></blockquote><p></p>
[QUOTE="OhMyShldr, post: 1232370, member: 162121"] Thanks breese very much. I could not get WebEPG to work anymore and stumbled on your work. It worked for me using the command prompt going to the location. windows key + R, type cmd in the run box and enter to get the command line I got this to work [I]zap2xml -u [EMAIL]zap2xmluser@email.xx[/EMAIL][/I] -p password -d 10 -A "new" -q -s -o xmltv.xml (looks like you have options not to register...among others) Then I tried to automate it with task scheduler like you proposed. Pointing to zap2xmlrc worked in making xmltv.xml file. But that had to be renamed or copied and renamed to tvguide.xml in order to be imported by the plugin. So I made a bat file as someone suggested like this to combine several commands to fully automate the process. I made a text file called run.txt and put this one line in without any breaks to first delete the old xmltv.xml file, then run zap2xml, and last to overwrite the old tvguide.xml with the new xmltv.xml file your program makes. del xmltv.xml && zap2xml -u [EMAIL]zap2xmluser@email.xx[/EMAIL] -p password -d 14 -A "new" -q -s -o xmltv.xml && xcopy xmltv.xml tvguide.xml /y && exit I saved that and renamed it something like run.bat and put it in the program folder Program Script "F:\TVGuide\run.bat" Add arguments no arguments, left blank Start in F:\TVGuide Worked when I manually ran the task, will see if it works by itself tomorrow. WebEPG did all that scheduling, and I guess there may be another way now to automate the schedule for the none too jaded.-- Thanks again [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Plugin Development
xmltv install / configure for ATSC / OTA U.S.A
Contact us
RSS
Top
Bottom