I updated to the new xmltv that was released a couple days ago. In it they say to use tv_grab_na_dd if you live in north america. I tried it, and I cannot import the data into gb-pvr. I emailed sub with the info. Just stay with what you are already doing until he has a look
I just grabbed a new XML file, updated the guide, checked the listing for the current time. It wasn't correct. I emptied the guide and reloaded it and the show was now correct.
In general, when a show is already in the database, and the XML specifies a different show in the same slot (i.e. a program change) is the old show replaced or not? It should be!
I just started a thread in the Developers forum called GBPVR Web . It is soliciting comments. If you have a interest in this topic I suggest going there and commenting.
I am sitting here at work (and not working ) thinking about doing a web interface (service) after weather is complete and had a couple thoughts.
1) Sub, could I get info from you on the database layout and if possible some examples of the C# code you use to access the data?  If you didn't want to post that yet, email would be fine.  Actually your code that displays the guide would be extremely helpful too.  Save me development time and would make the web guide look as much like the native guide as possible.  Of course the same holds true for recording screens etc. too.  So I guess you could just give a drop of the whole app  hehe
2) I was thinking of using the Apache web server (http://www.apache.org). Â It is free, has a Windows version, is fairly well known, and (apparently) supports C# web services. Â
Basic features of guide viewing, schedule a recording, view current recording schedule, and view previous recordings would be supported at first.
My only hesitation would be that I will not have time to support people trying to get Apache running. Â And I would be worried that people who didn't know what they were doing could be completely opening up their machines or home networks. Â I would be putting a BIG disclaimer around that second concern.
Fixes:
Fixed meory leak, should be faster to shutdown.
New Features:
Everything is skinable and uses a superset of sub's skin definition. And if you chose something else than the default skin Blue, and there is no skin directory in that skin, it will use blue as default.
Change your language! You can select a diffrent language from the settings. The skin must have support for that language or english will be used.
Swedish language, besides English. Only in the Blue skin.
Extensive error checking for the skin. Will tell you exactley what element it didn't find.
Much of the code moved to the Common namespace.
More coments in code.
Known bugs:
You can not cange the button name in Mainmenu (Core_Name in the skin) or the button wonât show. Iâve posted this problem to sub...
I have a PVR 350. I'm using two sources. The first is basic cable straight into the rf input. Channels on basic are 1-100. I used the EPG to load the channels and then I disabled all the channels above 100.
My secound source is the digital cable box into the SVideo of the 350. I used the EPG to load the channels and then disabled the channels from 1 - 100.
The reason I have it set up this way is the 350 tuner will not receive premium channels so all I should need to do to schedule a recording on a premium channel is set the record on the channel using the program guide as normal, and also set to record using the program guide on the cable box.
I believe the way this should work is if I select a channel below 101 GBPVR should use the basic cable source and tune to the selected channel. If I select a channel above 100, say HBO 241, then gbpvr should select the digital cable box source which is S-Video. Then I would need to use the cable box remote if I want to change channels.
Problem: If I am on channel 5 and press channel 241 it stays on 5. If I press 255 it will switch to SVideo. It seems it does not recognize all availabe channels above 100 as valid channels. I've varified that the channels are enabled. On a few instances when it's been able to switch channels, I was still receiving audio from the previous channel. This only happens when I change channels that cause it to change sources.
Is there something else I should check on my configuration?