![]() |
|
|||
|
Re: XMLTV Importer for 3.5
Hi, I haven't used your XMLTV importer before. Previously I was using one that wrote to the database directly, but obviously that doesn't work in 3.5.
I have a program that airs the same time each day and the xml for it simply has the title and a generic description that is the same each day. Now when I set BTV to "record all episodes", it reports that the show is a repeat of the show from the start of the week and won't record it. I have seen the function to "Identify unique show also with description", this has worked for some shows to stop them showing as repeats, but with this show that has the same title and description each day, it obviosly wouldn't work. Is there any work-around for this (e.g. Disable the "repeat" detection completely)? Or will I have to generate unique episode numbers somehow when building the xmltv file? |
|
||||
|
Re: XMLTV Importer for 3.5
Hello,
Quote:
I can maybe treat "news" differently, as this kind of program is new every day or every week. But I would prefer not to alter the XMLTV data in the importer. So, if you know that your program isn't a repeat, you could add for each program an episode title like this one "program of MM/DD/YY", this way the importer will work correctly. If I do this in the importer, I will not know, for instance, if a program airing in the morning is not a repeat of the same program aired the day before in the evening. That's specific to each channel. Regards, Stéphane.
__________________
P4 820D - 2 GB ATI X1800 XL - PVR 150 x 2 XP Pro SP2 - DX 9c - Catalyst 6.9 - CyberLink PowerDVD 7 Video & Audio Decoder. Beyond TV 4.2 - To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. - To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. |
|
|||
|
Re: XMLTV Importer for 3.5
Quote:
Quote:
Anyway thanks for your help. Your programme is greatly appreciated
|
|
||||
|
Re: XMLTV Importer for 3.5
Quote:
The "previously-shown" tag is not handled by the importer, because it is not useful for Beyond TV. The "premiere" tag is handled, but it just tell the importer that the show is a first run, and set for Beyond TV the original air date. The "premiere" tag could be fine for uniquely identify all show marked as "premiere", but not helping the importer to find repeats of this show (unless searching the show pointed by the "previously-shown" tag, the caveat of this is that this search will take a long time to complete and may not find any results if the "previously-shown" program is not in the guide anymore). The key thing to the import is to be able to compute (quickly) an ID for each show (respecting series), and the best way to accomplish this is to base this computation on the content of the show (the only information for sure that doesn't change based on the schedule of the show). Regards, Stéphane.
__________________
P4 820D - 2 GB ATI X1800 XL - PVR 150 x 2 XP Pro SP2 - DX 9c - Catalyst 6.9 - CyberLink PowerDVD 7 Video & Audio Decoder. Beyond TV 4.2 - To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. - To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. |
|
|||
|
Re: XMLTV Importer for 3.5
Matt_NZ,
Let me get this straight. You want to disable repeat detection? I have a problem at the moment where repeat detection is not working (but I'm choosing to live with it rather than complain about it). On Friday nights there is a show called Gardening Australia which is repeated on Sunday afternoons. The weird thing is that if I set it to record "all new episodes" it actually records the repeat and doesn't record the first-run show!?!? This is no big deal, though. Stephane, if you want to look into this, I'll help you with it. Otherwise, I'm just happy to overlook it. |
|
||||
|
Re: XMLTV Importer for 3.5
Hello Scott,
Quote:
Best way to achieve "repeat detection" is looking at the title and episode title of the show. If you have them for programs you want to record, there should be no problem. For instance, if I want to record every evening news, with my current guide data : I could not as I have no episode title for these programs. The importer treats them as the same show repeated each day. So for recording all of them I must add "news of MM/DD/YY" as episode title, that does totaly make sense : this is the way you name that kind of program anyway. Regards, Stéphane
__________________
P4 820D - 2 GB ATI X1800 XL - PVR 150 x 2 XP Pro SP2 - DX 9c - Catalyst 6.9 - CyberLink PowerDVD 7 Video & Audio Decoder. Beyond TV 4.2 - To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. - To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. |
|
|||
|
Re: XMLTV Importer for 3.5
Hi again Stephane,
The repeat problem is not bothering me at the moment. I'm trying to get your Importer to support my second tuner (yes, I've just installed v3.5). Maybe the problem is that I didn't delete the original channels.xml file (although I sware I deleted the contents of 3rd party guide data). Anyway, I'll keep playing and once I've worked everything out, I might do a complete rebuild (with XP SP2 RC2 as well). Appreciate your work... |
|
|||
|
Re: XMLTV Importer for 3.5
Don't worry, Stephane. I worked out how the multi-tuner support works.
Although, take FTA channels for instance. These are commonly available over an Antenna source as well as a Cable/Sat source. How can I get XMLTV Importer to recognise that some channels are available from both tuners rather than just one or the other? |
|
||||
|
Re: XMLTV Importer for 3.5
Scott,
Are you saying that you have problems when usign the version of the importer released here for 3.5 and never have these problems with the importer for 3.4. (Or based on your last post, the problems was indeed a consequence of setting up Beyond TV 3.5)? The reason I ask you this question is that the importer for 3.5 compute a hash for title + episode title (the previous version was instead searching in the program data, and that was long). But hashing is not as accurate as search, meaning that depending of the hash algorithm, two different strings can have the same hash. And for the importer that means that two different shows (with different title and episode title) can have the same hash and be treated as the same show. I've released this version in a hurry, and I'm currently using it on 3.4.4 (can't use 3.5 as it doesn't work for me : wrong frequency for Antenna, no audio and video when applying change to video source, refuse to change channels when switching from one source to another), but only since Friday, so I can't guarantee that it is as reliable as the previous version. Quote:
Regards, Stéphane.
__________________
P4 820D - 2 GB ATI X1800 XL - PVR 150 x 2 XP Pro SP2 - DX 9c - Catalyst 6.9 - CyberLink PowerDVD 7 Video & Audio Decoder. Beyond TV 4.2 - To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. - To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. |
|
|||
|
Re: XMLTV Importer for 3.5
I'll look into the "repeat episode" situation and report back to you. I think some of the problem may have been that I wasn't doing full 7 day XMLTV data downloads - but I'm doing that now.
It was a problem with 3.4.4 (and not because of any recording conflicts either). Re: multi tuner support. OK, I'll wait patiently. The problem is that I have two tuners but only one lineup as generated by your XMLTV importer. It would probably work if I just chose the Tuner 1 lineup for Tuner 2 as they are both using the same source (Antenna). 3.5 is working pretty well for me - but omits what I've been waiting for. Eg: network client, streaming from my ATI card while recording from the PVR-350, etc.. But I'm sure that's not far away. |
|
||||
|
Re: XMLTV Importer for 3.5
Quote:
I have one tuner with two sources : Antenna and Satellite. I have two channels on the Antenna that I don't have on the Satellite, so I make two lineups : one with to channels for Antenna ,and one with all other channels. But some channels are both on Antenna and Satellite : I don't even bother to add these channels for Antenna, as I can't record on both source at the same time. If I could afford another tuner right now, I will make it match the previous one : two sources with the same lineups for each. But I see your point, with the second tuner you only have one source the Antenna. As for me : I surely couldn't add a second satellite set top box. And you're probaly right : you'll have to compose your lineup to move the channels that are duplicate on Satellite and Antenna to the one used by the Antenna. I'm sure otherwise you'll have duplicate channels in your program guide and it will be tricky to setup a recording.
__________________
P4 820D - 2 GB ATI X1800 XL - PVR 150 x 2 XP Pro SP2 - DX 9c - Catalyst 6.9 - CyberLink PowerDVD 7 Video & Audio Decoder. Beyond TV 4.2 - To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. - To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. |
|
|||
|
Re: XMLTV Importer for 3.5
OK, Stephane. Here's a juicy problem for you to get your teeth into!
Under 3.4.4, I used to record Cantonese News, Japanese News, Italian News, etc... in the morning here. I selected Record All Episodes and it worked fine. The name and description is always the same. But under 3.5, it recorded today's lot of foreign news shows and all of tomorrow's shows are crossed out. I did the Programme Info import on Sunday and today (Monday) was the first day that those shows are aired. But there are no upcoming recordings for tomorrow. This used to work under 3.4.4 but not under 3.5. I've got the "Identify..." box ticked, but I've always had it ticked and it used to work fine. Really appreciate your work. SnapStream wouldn't be worth using without an XMLTV Importer. EDIT: Maybe this relates to the Hash / Search approach you mentioned earlier. |
|
|||
|
Re: XMLTV Importer for 3.5
Quote:
I think the solution would be to alter your XMLTV data to make the show unique as Stephane suggested by adding an episode title containing the date of the show e.g. "Show of dd/mm/yyyy". |
|
|||
|
Re: XMLTV Importer for 3.5
I just installed 3.5 and your new xml importer .. but I can't figure out how to tell beyondtv to use the 3thpartyguidedata ?
what am I missing here ? when I go to my channel lineup I only see the channels I added when I ran the install wizard thing .. not the ones from the .xml file created by your importer ? any suggestions are very welcome ! |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BTV + BTV XMLTV Importer = No Go? | algorhythm | Beyond TV and Beyond TV Link | 0 | 07-15-2004 09:49 AM |
| XMLTV Importer For Beyond TV 3.4 | ctebo | SnapStream Discussion | 35 | 02-10-2004 08:13 AM |
| XMLTV Importer problem | Peter Vogel | Development Discussion | 5 | 10-23-2003 09:43 PM |
| xmltv importer hangs | scooter99 | SnapStream Discussion | 0 | 08-24-2003 04:25 PM |
| XMLTV importer for US, or alternative | Kindrael | SnapStream Discussion | 8 | 07-24-2003 03:11 PM |