|
SageTV EPG Service Discussion related to the SageTV EPG Service used within SageTV. Questions about service area coverage, channel lineups, EPG listings, XMLTV, or anything else related to the service or programming guide data for SageTV should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#121
|
|||
|
|||
Quote:
Regards, Gabriel |
#122
|
||||
|
||||
Quote:
* use more than one configuration file, in each of these configuration select the channels you want to include from the Zap2it lineup. * there is also a time offset setting in the XMLTV grabber, but I really don't know what it do (I think it rewrite all times to a time zone of your choice, the best choice should be +0000, but you'll have to try). So I guess you should try the XMLTV grabber, first by having only one XMLTV file, and if this still doesn't work, you can tweak the grabber to use two configuration file and produce two XMLTV files. Regards, Stéphane. |
#123
|
|||
|
|||
Automated Update via SageTV XML Import
Since I reg'd my SageTV and my SageTV XML Importer I decided to write up a little script so I can completely automate my data import every night. I turned off the XML download in the SageTV XML Importer. Also, I have the WebServer installed. I also have WGet 1.10.x installed. Hopefully I am not duplicating effort, maybe SageTV XML Importer already does all this for me, but, it didn't seem to, so...
Anyway, my BAT file looks like the following Code:
c: rem download the guide data in a low priority process cd "c:\program files\sagetv xmltv importer\xmltv" start /low /wait xmltv.exe tv_grab_na_dd --days 13 --output epg.xml rem run the xml impoter, again low priority cd "C:\Program Files\SageTV XMLTV Importer" start /low /wait STVXMLTVImport.exe /silent rem import the new guide cd "c:\winbin\wget" start /low /wait wget.exe --user=xxx --password=yyy --output-document=x.html http://localhost:8080/sage/ForceEpgUpdate erase /f x.html Thoughts? Kevin |
#124
|
||||
|
||||
Hello Kevin,
Quote:
Once the Importer has finished its task, data are not yet in SageTV. SageTV will load the data created by the Importer when it should do it (every 24h). You can force the EPG update with the web guide plugin though. I don't know what exactly doesn't work for you with the Importer. But you should check that : 1) You installed the full version (using the download link in the e-mail you received) 2) The scheduled task created by the Importer will only run if you are logged on by the time the task should run. If there is no logged on user, the task will not run. So if you are using SageTV in service mode and no user ever is logged on the PC, you'll have to edit the scheduled task to specify a username / password to run it. Regards, Stéphane. |
#125
|
||||
|
||||
Problems with MyTheatre EPG Data?
Is anyone else having problems importing their guide data from the MyTheatre XMLTV export tool? It imported the data from that XMLTV source the first time I ran it, but subsequent imports get no data from that file, even though it has valid data.
Also, it seems like the importer is not importing the actual program description for either the Zap2it or Mytheatre XML files. Is this normal or are any of you successfully getting this info in? TIA Last edited by xred; 05-26-2006 at 12:25 PM. |
#126
|
||||
|
||||
Hello,
Quote:
Also, If you have made a donation be sure to install the full version of the Importer that was linked to you in the e-mail, otherwise the Importer will not run unattended. Quote:
Regards, Stéphane. |
#127
|
|||
|
|||
Quote:
Thanks. |
#128
|
||||
|
||||
Hello,
Quote:
Edit the two parameters :
When you have edited this file to your liking, just double click on the "DeleteChannels.wsf" file and it will delete for you the channels and corresponding programs from your XMLTV file. Regards, Stéphane. |
#129
|
|||
|
|||
Thank you very much.
One question though...I am using the donated version which automatically triggers the mytheatre exporter. Any suggestions on how to set this up so that the same channels would automatically be deleted every time from the mytheatre lineup before the xml file is submitted to your importer? |
#130
|
||||
|
||||
Quote:
Edit the .wsf file and paste in the code below Code:
Dim oShell Set oShell = WScript.CreateObject("WScript.Shell") Call oShell.Run("MyTheatre Exporter Path + any args",0,true) Set oShell = Nothing The "true" parameter is to wait for the completion of the process launched Replace the "MyTheatre Exporter Path + any args" by the command line used to launch the MyTheatre Exporter. Note: you'll have to put the executable path between double quotes. For instance : Code:
"""C:\Program Files\MyProgram.exe"" /param1 /param2" You can put this right after this line in the .wsf Code:
<script language="VBScript"> Regards, Stéphane. |
#131
|
||||
|
||||
Quote:
My guess is that they are all caused by my MyTheatre based data where the errors are channels that already exist in my Zap2it file and the warnings are for channels that don't exist but refuse to add. I'm not sure why this is so as it seemed to work the first time (at least partially) but refuses to work at all now. |
#132
|
||||
|
||||
Quote:
The "501" error shouldn't exist at all, because the Importer always check if the program was already added to the database, so I don't really understand why it does it. Anyway, could you please send me your XMLTV files zipped as well as all XML files in the Importer install folder. Send both zip files to lmgestion@hotmail.com and I'll take a look at your data. Regards, Stéphane. |
#133
|
|||
|
|||
Command line options?
I know there is a "/silent" option. What are all the command line options SageTV XMLTV Importer supports? I looked here and on the web site but don't see a list. I vaguely remember there is at least one more.
|
#134
|
||||
|
||||
Quote:
There is another one for the Beyond TV version which is "/update" but it is not available for the SageTV version as it is only useful for BTV in a multiple machine scenario : that is it only loads into BTV previously imported guide data on another machine. With SageTV this is not needed as this is SageTV that loads guide data, so if you have more than one server, you can run the Importer on one server and on the other server, modify the xmltv.properties file to point to the location of the 3rdPartyGuide data folder of the first server. Regards, Stéphane. |
#135
|
|||
|
|||
@StephaneM
With Sage now shipping with and recommending Java 1.4.2_11 is it possible to make your plugin run under the earlier version of Java? Cheers Eric |
#136
|
||||
|
||||
Hello Eric,
Quote:
So I guess you'll have to wait for SageTV to identify the source of the problem with Java 1.5 (I personally do not have a problem with Java 1.5, it just works perfectly). Regards, Stéphane. |
#137
|
||||
|
||||
June 06 2006 Update : version 1.7
What's new :
|
#138
|
||||
|
||||
Is anybody out there using this to get the PPV schedule or Dishnet? If you are would you care to share your config setup for this thing?
I'm wanting to use it for Zap2It & Dish PPV combined to a real, full epg for my dishnet boxes.
__________________
Server: AMD Phenom 2 920 2.8ghz Quad, 16gb Ram, 4tb Storage, 1xHVR-2250, 1 Ceton Cable Card adapter, Windows 7 SP1 |
#139
|
||||
|
||||
Quote:
Now comes the fun (not) part. You will need to load up the Channel Editor and selectively number the channels you want to use. This means manually assigning a channel number to each of the channels you want to use.... this means that you would most likely assign channels 100-450(ish) to the Zap2it sourced channels, and assign 450 - 600 to MyTheatre sourced channels. You will also need to manually insert a 0 in to ALL the channels you don't use, as the importer does not automatically do it. This can take a long long time, but at the end you should have your mixed Zap2it / Mytheatre sourced EPG. P.S. If you have channel logos you will need to rename the call sign as well to get your logos back as well. |
#140
|
||||
|
||||
That's the part I was afraid of . What do you do on the MT side for the channels listed that you don't want imported? Set those to 0? I get basically all the channels listed in the guide info from MT.
__________________
Server: AMD Phenom 2 920 2.8ghz Quad, 16gb Ram, 4tb Storage, 1xHVR-2250, 1 Ceton Cable Card adapter, Windows 7 SP1 |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|