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
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#711
2008-02-01, 07:40 PM
Thanks I'm happy with the original and I like the command line. I initiate some scripts from the MVP when I need it.

For the PCH I see that Syabas is even going to users on Silcon Dust and asking for input and someone responded http://www.networkedmediatank.com/viewtopic.php?t=1510

Maybe when you get the new house things will be all ready for you.

Martin
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#712
2008-02-01, 08:26 PM
Like I don't have enough projects, you have to go and give me another. Big Grin
jjaomni
Offline

Member

Posts: 188
Threads: 34
Joined: Apr 2006
#713
2008-02-02, 03:24 AM
but i still get a error with sp3 for the downloader. did i miss some where that that was solved?
moo: os: Microsoft® Windows Vistaâ„¢ Ultimate - Service Pack 1 (6.0.6001) up: 14hrs 40mins 5secs cpu: Intel® Core™2 Quad CPU Q6600 @ 2.40GHz (x64) at 2448MHz (8% Load) gfx: NVIDIA GeForce 8800 GT 512MB res: 1680x1050 32bit 59Hz ram: 3074/8189.6MB (37.54%) [||||------] net: Generic Marvell Yukon 88E8056 based Ethernet Controller - 1000MB/s 85.32MB In 18.25MB Out
-
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#714
2008-02-02, 03:44 AM
Sorry, I forgot that it was the downloader and not the converter that was having issues with SP3. I'll try to look into that this weekend but I'm busy cleaning up after a small tornado so it may be next week.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#715
2008-02-02, 06:16 AM
jjaomni, I actually found the issue with 05 SP3 and the downloader.

You will need to copy the following files from your windows\ehome folder if they are not already in the same folder as the downloader:

bdatunepia.dll
ehCM.dll
ehepg.dll
ehepgdat.dll
ehiProxy.dll
ehiuserxp.dll
sqlqp20.dll
jjaomni
Offline

Member

Posts: 188
Threads: 34
Joined: Apr 2006
#716
2008-02-02, 10:03 PM
* jjaomni claps!!!! hurray!!!!!
now i just need to put it back togther after i turn it up trying to get it fixed.
moo: os: Microsoft® Windows Vistaâ„¢ Ultimate - Service Pack 1 (6.0.6001) up: 14hrs 40mins 5secs cpu: Intel® Core™2 Quad CPU Q6600 @ 2.40GHz (x64) at 2448MHz (8% Load) gfx: NVIDIA GeForce 8800 GT 512MB res: 1680x1050 32bit 59Hz ram: 3074/8189.6MB (37.54%) [||||------] net: Generic Marvell Yukon 88E8056 based Ethernet Controller - 1000MB/s 85.32MB In 18.25MB Out
-
jjaomni
Offline

Member

Posts: 188
Threads: 34
Joined: Apr 2006
#717
2008-02-02, 11:05 PM
okay now i am lost on where to get the config files for the rc2 MceEpg2XmlTv.exe that are passed along from the download gui.
moo: os: Microsoft® Windows Vistaâ„¢ Ultimate - Service Pack 1 (6.0.6001) up: 14hrs 40mins 5secs cpu: Intel® Core™2 Quad CPU Q6600 @ 2.40GHz (x64) at 2448MHz (8% Load) gfx: NVIDIA GeForce 8800 GT 512MB res: 1680x1050 32bit 59Hz ram: 3074/8189.6MB (37.54%) [||||------] net: Generic Marvell Yukon 88E8056 based Ethernet Controller - 1000MB/s 85.32MB In 18.25MB Out
-
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#718
2008-02-03, 12:18 AM
jjaomni Wrote:okay now i am lost on where to get the config files for the rc2 MceEpg2XmlTv.exe that are passed along from the download gui.

If you're trying out the new converter, then start with a new folder. You will not be using the Last Versions GUI.

You will need in the new folder, Let's call it C:\EPG\Grabber

Inside you want the MceEpgDownloader.exe including all the extra files that Whurlston just told you to include.

Then you want to copy the contents of the RC2 zip into that folder. Remember to rename the file:
'MceEpg2XmlTv.exe.config.mce05' to 'MceEpg2XmlTv.exe.config' (remove the '.mce05')

Run the Converter once, create a config file (I called mine '1.xml') Adjust for flavour, simmer and save...

OK. Now you're ready for a Batch file to tie it all together...

Mine looks like this

Code:
@echo off
cls

cd "C:\EPG\Grabber"

echo.
echo.
echo Downloading for [B]0008100- ....[/B]
echo.

MceEpgDownloader.exe [B]0008100-[/B]

echo.
echo.

echo.
echo.
echo Converting to XMLTV format for 0008100- ....
echo.

MceEpg2XmlTv.exe [B]1.xml[/B] auto

(This can be in your UpdateEPG.bat...) (Watch that you don't have other stuff in there!)

I didn't change any setting in the Converter and the default path for the final exported file was:
C:\EPG\Grabber\0008100-.output.xml

(Note, all the bolded text is specific to my system. That's my own Head end, and I chose 1.xml as the config filename, when the Converter startsup... Get you own specific head end number the way described earlier where you downloaded the Downloader, or maybe from the Old Gui, which could remind you of the Head End...)

http://forums.nextpvr.com/showthread.php?t=27890

I point my XMLTV plugin for the Capture Sources in GB-PVR to that file...
C:\EPG\Grabber\0008100-.output.xml


And then I do an update EPG. IT all happens like magic...

(PS You may have to 'fix the channels' if you're changing systems (sort of changing channel lineups)
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
#719
2008-02-03, 12:26 AM
BTW, if you want to use the new UltraXMLTV_Enhancer with this, you would add this line at the end of the example Batch file in previous post...

Code:
"C:\EPG\UltraXMLTV\UltraXMLTV_Enhancer.exe" "C:\EPG\Grabber\0008100-.output.xml"

(Assuming that the Enhancer is located in the "C:\EPG\UltraXMLTV" folder and that your final xmltv output file from the example above is: "C:\EPG\Grabber\0008100-.output.xml")

Use quotes if you are using File and Folder names that include spaces...
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]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#720
2008-02-06, 07:22 AM
Release version of the new converter is up: http://www.epgtools.com/MceEpg2XmlTv/Mce....0.0.0.zip

Instructions (I'll write better ones as soon as I get the chance unless Frank beats me to it): http://forums.gbpvr.com/showpost.php?p=2...tcount=684

C# 2005 source code (includes the source for the Mce.dll and XmlTv.dll): http://www.epgtools.com/MceEpg2XmlTv/Mce....0.src.zip
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (96): « Previous 1 … 70 71 72 73 74 … 96 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Problems retrieving providers using MceEpg2xmlTv kiekar 4 1,931 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