|
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 |
#101
|
||||
|
||||
Updated : May 15 2006
What's new :
|
#102
|
||||
|
||||
OK after several attempts at getting this XMLTV importer working, I am deep deep in the mouth of madness....
Its taken me 3 attempts to try and get this working, and each time I have to MANUALLY punch in all 650+ of my channels...EVERY TIME The most frustrating part is that the correct channel numbers are right there and space delimited in the Name column just to the left! Would it not be possible to add shift - select / Insert channel number functionality in to the channel editor? It would save a TON of time, especially since I am planning to add 2 more satellites soon... and that will put me well over 1000 channels EDIT: The error message in 1.5 just made me realize whats wrong (and that I am dense...). I have 2 XML files each with the channels witch about 600 channels and I am picking and choosing single channels from each (e.g. 1-300 from File A and 300-500 from File B). The editor wants me to number all 1300+ channels or it won't go.... argh Last edited by xred; 05-15-2006 at 02:43 AM. |
#103
|
||||
|
||||
Hello,
Quote:
F2 : Unselect the content of the cell and move the insertion point at the end of the cell content HOME : move to the first cell in the row END : move to the last cell in the row TAB : move from cell to cell SHIFT+TAB : move from cell to cell (backward) CTRL+HOME : first cell in the grid CTRL+END : last cell in the grid CTRL+0 : enter a null value in the cell All other shortcuts are working (SHIFT+LEFT / CTRL+C / CTRL+V) The only thing that is not easily selectable with keyboard only is the lineup dropdown list, I will try to see if I can improve it. Regards, Stéphane. |
#104
|
||||
|
||||
Quote:
Still the importer did its job so you have a donation from me waiting for you in Paypal =). If you're taking suggestions, my wishlist of features for the Channel Editor would be: - The ability to select multiple rows and perform the following actions on them (maybe via right click?); 1. Extract channel number from the Name column. In my case (and I suspect most North American users) the channel number is the first set of characters in the name column. A space delimited search for numeric characters in the Name field should have a 99% plus accuracy rate. 2. The ability to REMOVE the channel number from the call sign field. This one is a bit more tricky as there is generally no space between the number and letters. If the previous (#1) feature was implemented then it might be possible to simply do a string search and add a "remove channel number from call sign" feature. 3. The ability to either delete channels or automatically "zero out" the channel number on unused channels. Channels with a 0 in the channel number should NOT be imported in to Sage (ie 0 = no import) I'm sure theres more I am not thinking of, but the above would slice about 30 minutes off how long it takes me to setup my channel list! Last edited by xred; 05-15-2006 at 11:31 AM. |
#105
|
||||
|
||||
Quote:
Quote:
Of course you would still have access to the channel editor. Quote:
Regards, Stéphane. |
#106
|
||||
|
||||
Quote:
Quote:
|
#107
|
|||
|
|||
Hi Stephane,
There may already be away to do this but if not this may be a feature request. All of my movies are currently being imported so they display stars according to how good they are (e.g. 1 star for a bad film, 5 stars for a good one). Is there some way I could disable that? The problem is that this breaks my imdb lookups using SageMC. |
#108
|
||||
|
||||
Quote:
* channel setup is dependant on the PVR Software used. From my experience, BTV and SageTV needs an editor, but not GBPVR and MediaPortal. I don't know what's needed for MCE but as it only support one lineup (or two with analog + digital) this limit the need of an editor * merging XMLTV file is not the purpose of the editor (for instance my Importer doesn't merge XMLTV file, it doesn't really need to). Also it seems that many grabbers are already capable of merging XMLTV and that other PVR software can load more than one XMLTV file. Also a really simple script can do it. For me the real value is what the Importer is doing globally : it loads XMLTV data, build lineups and regroup program logically. In a sense it already do what you suggest : the same Importer code base is used for Beyond TV and SageTV, when the Importer do its work, it produces other XML files and those files are used to populate the program guide of BTV and SageTV. The only differences between the two version of the Importer are in the setup program and in the way data are loaded. But basically if someone want to use the XML data produced by the Importer to load them into MCE, it is possible. Quote:
Regards, Stéphane. |
#109
|
||||
|
||||
Quote:
I will add some advanced options at some point (they will be hidden though), because I don't want to have the Importer overloaded with options, my point is to sort of offer a really simple to use Importer. Regards, Stéphane. |
#110
|
|||
|
|||
Quote:
|
#111
|
|||
|
|||
Can't get the tool to work :(
I have been fiddling around with it for a few days, but i don't have it working yet. I thought i did, as there was data in the tvguide, but this proved to be old data. Now, a week later, the old data is gone and i see it is not importing.
An epgdata.xml file is grabbed every day by 'tv-to-xml' program for dutch tvguide. This files looks good to me and still gets grabbed every night at 4am. I have run the importtool wizzard with sagetv off (service as well). I have slected the proper epgdata.xml file and did the channel line up and all appears to be fine, according to the tool. When the wizzard is done i start up the sagetv service and run sagetv to the the videosource setup. It all looks ok, the channel names show in the proper order i set-up in the tool. However, there is nothing in the program guide.. Any idea what i'm missing here? Henk
__________________
XP Pro SP2, SageTV v5.02.90, Athlon XP 3000+ (FSB 333 MHz), 2GB DDR RAM PC3200, 36 GB Western Digital Raptor, 200 GB Western Digital harddrive, Asus Radeon 9600 XTR, Plextor PX-708 8x DVD-/+RW, Pioneer 120S 48x CD-RW, PVR 150 MCE (2). Hauppauge MVP. |
#112
|
||||
|
||||
Quote:
Quote:
Also, be sure to have installed the latest 1.5 version (in previous ones, the Java classes were using the DOM XML parser and with a lot of guide data the DOM parser may not have enough memory to load the data file). Quote:
You can verify a few things: * check the xmltv.log file in the C:\Program Files\SageTV\SageTV directory, this one will tell you if SageTV has correctly loaded the data with the help of the Importer Java Classes. * check your Event Viewer log (SageTV Utilities) to see if the Importer does have encountered some issues during the conversion process of your XMLTV file. * check that you do have XML files in the C:\Program Files\SageTV\SageTV\3rdPartyGuideData directory Usually this is how the whole process is supposed to be working: 1) XMLTV file is downloaded by your grabber. Either you scheduled the grabber to run by itself or you do use the Importer to launch it. 2) The Importer will run unattended to transform your XMLTV data (and optionally launch your grabber). It will run unattended only if you have the donator version; otherwise you have to launch it manually 3) Every 24 hours, SageTV will load guide data. It uses the Java Classes installed by the Importer. Those Java Classes will load the XML files produced by the Importer (C:\Program Files\SageTV\SageTV\3rdPartyGuideData directory) Regards, Stéphane. |
#113
|
|||
|
|||
Quote:
Yes, i have donated and i am using version 1.5, so that isn't the problem. Quote:
I have tried again and the importer runs through it's steps fine, however, nothing is showing in sagetv. When i go into source setup and go though all the steps, it doesn't even show the channels anymore. So, at this point sagetv is unusable as i have no channels to select from. Also, as there is no epg info, the scheduled programs are not recorded. This is becoming quite a problem. Please let me know if anything else can be done.
__________________
XP Pro SP2, SageTV v5.02.90, Athlon XP 3000+ (FSB 333 MHz), 2GB DDR RAM PC3200, 36 GB Western Digital Raptor, 200 GB Western Digital harddrive, Asus Radeon 9600 XTR, Plextor PX-708 8x DVD-/+RW, Pioneer 120S 48x CD-RW, PVR 150 MCE (2). Hauppauge MVP. |
#114
|
||||
|
||||
Quote:
The log begin with Start EPG update for lineup n°867507149 I doubt that you created a lineup with such a number (usually it's 1 or 2 or 3). So I think that somehow the XMLTV lineup to be used is stayed the same as you was using before my tool (867507149 is typically a lineup number from another XMLTV plugin). So do your video source setup, and this time choose "Do not use any guide data", this will clear any guide data / lineup associated with the video source and finish the source setup. Then redo the source setup and this time choose "Use XMLTV data" and select the right lineup, it should work. Verify in your xmltv.log file that it starts with "Start EPG update for lineup n°1" and that n°1 is indeed the lineup number as it is in the Importer channel editor. Regards, Stéphane. |
#115
|
|||
|
|||
Quote:
Hi Stephane That did the trick. I followed your guide by selecting 'no epg' first. After that it worked properly. Thank you for your quick help on this! I have another question though. When making the line-up, there is a column called 'channel name' and 'call sign' this call sign appears to be the one i see in the program guide. The thing is that this call sign column does not accept spaces in the names. For instance one channel has channel name RTL 4. I the call sign column i have to type it as RTL4. I would like it to show up in the sagetv program guide as RTL 4 (with a space). Is that possible? If so, how can i do that. Cheers, Henk
__________________
XP Pro SP2, SageTV v5.02.90, Athlon XP 3000+ (FSB 333 MHz), 2GB DDR RAM PC3200, 36 GB Western Digital Raptor, 200 GB Western Digital harddrive, Asus Radeon 9600 XTR, Plextor PX-708 8x DVD-/+RW, Pioneer 120S 48x CD-RW, PVR 150 MCE (2). Hauppauge MVP. |
#116
|
||||
|
||||
Quote:
Also there is a bug in version 1.5 with the new SAX Parser : some strings imported are truncated (it's random), So if you see program title, ep.title, description with a part missing : there is nothing to worry about it. Regards, Stéphane. |
#117
|
|||
|
|||
Quote:
__________________
XP Pro SP2, SageTV v5.02.90, Athlon XP 3000+ (FSB 333 MHz), 2GB DDR RAM PC3200, 36 GB Western Digital Raptor, 200 GB Western Digital harddrive, Asus Radeon 9600 XTR, Plextor PX-708 8x DVD-/+RW, Pioneer 120S 48x CD-RW, PVR 150 MCE (2). Hauppauge MVP. |
#118
|
||||
|
||||
Updated : May 21 2006
What's new :
|
#119
|
|||
|
|||
Hi Stephane,
Is it possible with your tool to set a time offset in a zap2it lineup on a per-channel basis? Most of my channels are on time but a few are in a different time zone or DST, so a global offset will not work. |
#120
|
||||
|
||||
Hello,
Quote:
It seems to me that the XMLTV grabber for Zap2it allows mutliple lineups (and can produce one XMLTV file for each lineup). So it should be easy to set up. Code:
To process multiple lineups, specify a different "--config-file". To prevent re-downloading the data on subsequent passes, the --reprocess option is recommended. Here's an example: (the = sign is optional, but helps readability) tv_grab_na_dd --config-file=lineup1.dat --output=lineup1.xml --dd-data=dd.xml tv_grab_na_dd --config-file=lineup2.dat --output=lineup2.xml --dd-data=dd.xml --reprocess tv_grab_na_dd --config-file=lineup3.dat --output=lineup3.xml --dd-data=dd.xml --reprocess Each config file specifies the desired lineup and channel list. The login information is is only used in the first command, but it doesn't hurt in the other entries. Stéphane. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|