NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 26 27 28 29 30 … 93 Next »
MceEpg2XmlTv

 
  • 0 Vote(s) - 0 Average
MceEpg2XmlTv
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#281
2007-08-07, 03:51 PM
I found a little issue that could eventually use some help. I am configured for 2 sources, my cable and sat. The cable listings are from channel 2-77 (of which I do not what to exclude any from). The sat is from 0-~800 (of which I only want a few channels, but not in the 2-77 range). If I use the include file with channels 2-77 & 100-150, then I get channels 2-77 on the cable listing, but I also get channels 2-77 on the sat listing (along with the 100-150 channels). Is there an easy way to set up separate include/exclude for each headend ID? That way I will only send gbpvr the info I need, and not have to exclude it at the tuner config.
[SIZE="1"] Server= Asus M3A78-EM, 4 gigs ram, AMD A64 5200+, Windows 7 home premium 32, 1 HVR-1800, 1 PCH A-100, Test Rig, Biostar 880g+, AMD X2 260, 4 gb ram, Windows, 7 Home Premium 32, 1 DCR-2650 cablecard tuner [/SIZE]
[SIZE="1"][/SIZE]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#282
2007-08-07, 04:20 PM
soccerdad Wrote:I found a little issue that could eventually use some help. I am configured for 2 sources, my cable and sat. The cable listings are from channel 2-77 (of which I do not what to exclude any from). The sat is from 0-~800 (of which I only want a few channels, but not in the 2-77 range). If I use the include file with channels 2-77 & 100-150, then I get channels 2-77 on the cable listing, but I also get channels 2-77 on the sat listing (along with the 100-150 channels). Is there an easy way to set up separate include/exclude for each headend ID? That way I will only send gbpvr the info I need, and not have to exclude it at the tuner config.
Rename include.txt and use the "include=" switch for the satellite source. An example batch file would be:

Code:
Mce05EpgDownloader.exe KY16673-
Mce05Epg2XmlTv name=1
Mce05EpgDownloader.exe DISH629
Mce05Epg2XmlTv name=1 include=satellite_include.txt
If there is no include.txt, the first instance will process all channels. The second instance will process the channels in the file "satellite_include.txt".
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#283
2007-08-07, 04:31 PM
whurlston Wrote:Rename include.txt and use the "include=" switch for the satellite source. An example batch file would be:

Code:
Mce05EpgDownloader.exe KY16673-
Mce05Epg2XmlTv name=1
Mce05EpgDownloader.exe DISH629
Mce05Epg2XmlTv name=1 include=satellite_include.txt
If there is no include.txt, the first instance will process all channels. The second instance will process the channels in the file "satellite_include.txt".

OK thanks,

Zehd- do you think this can be somehow integrated into the GUI?Rolleyes
[SIZE="1"] Server= Asus M3A78-EM, 4 gigs ram, AMD A64 5200+, Windows 7 home premium 32, 1 HVR-1800, 1 PCH A-100, Test Rig, Biostar 880g+, AMD X2 260, 4 gb ram, Windows, 7 Home Premium 32, 1 DCR-2650 cablecard tuner [/SIZE]
[SIZE="1"][/SIZE]
madcat
Offline

Senior Member

Posts: 634
Threads: 104
Joined: Apr 2006
#284
2007-08-07, 04:32 PM
Ok,

So I sort-of managed to sort-of get MCE05 run in a VMWare session w/o tuner.

If I run the GUI version, it downloaded the local providers, and I chose the one, etc. Then hitting the Download Listing worked for several minutes and said "complete".
How do I know if it worked properly? how do you control how many days of EPG it downloads?

Next, I tried to run Epg2Xml thing. Here is what I got:
Code:
C:\EPG\GUI>Mce05Epg2XmlTv.exe
Mce05Epg2XmlTv
-----------------------------
Current database:
  C:\Documents and Settings\All Users\Application Data\Microsoft\eHome\EPG\0e335
7b821a04183bdd57b2f301d1368.sdf
Current XML file:
  C:\Documents and Settings\All Users\Application Data\Microsoft\eHome\EPG\0e335
7b821a04183bdd57b2f301d1368.xml
Current Headend:
  0005470-
07/08/2007 12:33:23 PM - Initializing database.
07/08/2007 12:33:23 PM -- -- Initialization successful.
07/08/2007 12:33:23 PM -- -- Opening database.
07/08/2007 12:33:24 PM -- -- Opened successfully.
07/08/2007 12:33:24 PM -- -- Searching database for current headend.
07/08/2007 12:33:24 PM -- -- Initialization complete.
07/08/2007 12:33:24 PM - Loader hash error.
07/08/2007 12:33:24 PM - Done
There is no XML file created, nor in this path, nor in the app directory.

When I tried the GUI thing again, it created a new file in "C:\Documents and Settings\All Users\Application Data\Microsoft\eHome\EPG" (first one was about 1MB, this one is only 380KB, and the Epg2Xml seems to know which one is the latest).

How do I proceed?

thanks
* Rogers Analog Cable [Canada]
* Hauppauge WintTV PVR USB2
* IBM Thinkpad T42 / 1GB Mem / Centrino 1.6Ghz / 60GB HD / ATI Mobility Radeon 7500 + VGA/DVI out
* MCE Remote + Keyboard
* Win XP SP2 / GBPVR [Latest version. always]
* Pioneer HDTV via VGA (1360x768)
* MS Remote Keyboard
* Logitech Harmony 880 [via MS Remote Control Reciever]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#285
2007-08-07, 04:54 PM
madcat Wrote:Ok,

So I sort-of managed to sort-of get MCE05 run in a VMWare session w/o tuner.

If I run the GUI version, it downloaded the local providers, and I chose the one, etc. Then hitting the Download Listing worked for several minutes and said "complete".
How do I know if it worked properly? how do you control how many days of EPG it downloads?

When I tried the GUI thing again, it created a new file in "C:\Documents and Settings\All Users\Application Data\Microsoft\eHome\EPG" (first one was about 1MB, this one is only 380KB, and the Epg2Xml seems to know which one is the latest).

How do I proceed?

thanks
The xml file that is listed in that log is not the output. The output should be in the same directory as the *Epg2XmlTv.exe unless you specified a different location. The XML output is not created by the downloader, it only downloads the new guide for MCE. The xml file for use with GB-PVR is created by the *.Epg2XmlTv.exe

There is no way to specify the number of days to download. Mce gets 10-14 days period. I did not add the option to specify the number of days to process because the processing is pretty fast and I saw no real benefit.

You can download MCE Query (Version 1.0 for 05) from http://www.mcedev.com/Product.aspx?id=41...d7633a8d6e to view the MCE database.
madcat
Offline

Senior Member

Posts: 634
Threads: 104
Joined: Apr 2006
#286
2007-08-07, 05:35 PM
whurlston Wrote:The xml file that is listed in that log is not the output. The output should be in the same directory as the *Epg2XmlTv.exe unless you specified a different location. The XML output is not created by the downloader, it only downloads the new guide for MCE. The xml file for use with GB-PVR is created by the *.Epg2XmlTv.exe
Ok, I knew that Smile What I'm saying is that no XML is created. Nada. I need help to troubleshoot why.

whurlston Wrote:There is no way to specify the number of days to download. Mce gets 10-14 days period. I did not add the option to specify the number of days to process because the processing is pretty fast and I saw no real benefit.
OK, was just curios. No big deal.

whurlston Wrote:You can download MCE Query (Version 1.0 for 05) from http://www.mcedev.com/Product.aspx?id=41...d7633a8d6e to view the MCE database.
Thanks for this tip. However, which file should I open with this tool? the ".SDF" at "C:\Documents and Settings\All Users\Application Data\Microsoft\eHome\EPG"? if so, then this tool doesn't like this file. Or is there another file for the DB somewhere?
* Rogers Analog Cable [Canada]
* Hauppauge WintTV PVR USB2
* IBM Thinkpad T42 / 1GB Mem / Centrino 1.6Ghz / 60GB HD / ATI Mobility Radeon 7500 + VGA/DVI out
* MCE Remote + Keyboard
* Win XP SP2 / GBPVR [Latest version. always]
* Pioneer HDTV via VGA (1360x768)
* MS Remote Keyboard
* Logitech Harmony 880 [via MS Remote Control Reciever]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#287
2007-08-07, 05:39 PM
soccerdad Wrote:OK thanks,

Zehd- do you think this can be somehow integrated into the GUI?Rolleyes

Yes. If you use the GUI, it will have to be integrated...

Currently, it does call the include and exclude files with the statements whurlston posted.

I think I'll work the specifics like {HeadEnd}-include.txt and {HeadEnd}-exclude.txt

I'll need some time.
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#288
2007-08-07, 05:47 PM
whurlston Wrote:The xml file that is listed in that log is not the output. The output should be in the same directory as the *Epg2XmlTv.exe unless you specified a different location. The XML output is not created by the downloader, it only downloads the new guide for MCE. The xml file for use with GB-PVR is created by the *.Epg2XmlTv.exe

There is no way to specify the number of days to download. Mce gets 10-14 days period. I did not add the option to specify the number of days to process because the processing is pretty fast and I saw no real benefit.

You can download MCE Query (Version 1.0 for 05) from http://www.mcedev.com/Product.aspx?id=41...d7633a8d6e to view the MCE database.

I would say that if the downloader completed then the MCE EPG data would have been updated. I would proceed troubleshooting elsewhere.

The error you're getting is should mean something is with the converter,
Code:
07/08/2007 12:33:24 PM - Loader hash error.

I would say that the loader is working fine. But the Data is not getting updated. The Media Center Scheduling Service needs to be Stopped and Started at that point. (until whurlston can get that update working programmatically)

My guess is that you have selected to not Stop/Start services. The MCE Needs it for sure... I can create your problem as soon as I unchecked 'Stop/Start Services'
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
madcat
Offline

Senior Member

Posts: 634
Threads: 104
Joined: Apr 2006
#289
2007-08-07, 05:57 PM
Actually, I left it checked. But just to confirm, I did restart the service, and re-ran the Mce05Epg2XmlTv.exe. Same error.
Is the SDF file the DB? Does it make sense it's only 1MB?
* Rogers Analog Cable [Canada]
* Hauppauge WintTV PVR USB2
* IBM Thinkpad T42 / 1GB Mem / Centrino 1.6Ghz / 60GB HD / ATI Mobility Radeon 7500 + VGA/DVI out
* MCE Remote + Keyboard
* Win XP SP2 / GBPVR [Latest version. always]
* Pioneer HDTV via VGA (1360x768)
* MS Remote Keyboard
* Logitech Harmony 880 [via MS Remote Control Reciever]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#290
2007-08-07, 06:11 PM
madcat Wrote:Actually, I left it checked. But just to confirm, I did restart the service, and re-ran the Mce05Epg2XmlTv.exe. Same error.
Is the SDF file the DB? Does it make sense it's only 1MB?

I recognize that you want to make sure that the MCE data exists. (I have no idea about that file, because I have never needed to know)

I suspect that it is something to do with the shelled MCE.

Are you able to get the utils running without the GUI, installed how whurlston intended: in the windows\ehome directory?
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (96): « Previous 1 … 27 28 29 30 31 … 96 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Problems retrieving providers using MceEpg2xmlTv kiekar 4 1,924 2007-10-13, 04:08 PM
Last Post: kiekar

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode