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
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#181
2007-08-02, 09:10 PM
mrxtc89117 Wrote:zehd, what skin are you using to display all these extra info on the tv guide. Are you using pvrx2?

that's i-xmltv add-on..[wiki].it takes data and copies teh extras into the guide for display on either gbpvr.exe or pvrx2.exe in regular guide..Smile
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#182
2007-08-02, 11:58 PM
whurlston has given me the green light on the GUI. I'll have lots of time in the next few days. Gonna need some Vista testers... there's a clipboard being passed around. Sign up for the shift you'd prefer, and times in the day that a phone call would do the most damage to your sleep patterns... and WAF...
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
#183
2007-08-03, 02:20 AM
whurlston...

what does this mean?

[ATTACHMENT NOT FOUND]
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
#184
2007-08-03, 02:53 AM
whurlston, could you please adjust something in mce05epgXmlTv.exe ?

Currently it must be in the c:\windows\ehome directory. Probably so that it can find something...

I have alreday copied all the extra files noted in an ealrier post, and yet the app won't run find the data from any other folder than ehome...

Could you write something in to make it find the ehome directory?

Thanks
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
#185
2007-08-03, 03:03 AM
zehd Wrote:whurlston...

what does this mean?
Not sure. It doesn't contain the debug data. Try the attachment in post 145 of the thread. It's the same build as the realease but includes the debug output. It should give me more info.

zehd Wrote:whurlston, could you please adjust something in mce05epgXmlTv.exe ?

Currently it must be in the c:\windows\ehome directory. Probably so that it can find something...

I have alreday copied all the extra files noted in an ealrier post, and yet the app won't run find the data from any other folder than ehome...

Could you write something in to make it find the ehome directory?

Thanks
If you have a BDA device installed, you may need to copy the BDATunePIA.dll as well.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#186
2007-08-03, 03:28 AM
zehd Wrote:whurlston, could you please adjust something in mce05epgXmlTv.exe ?

Currently it must be in the c:\windows\ehome directory. Probably so that it can find something..

For my batch file I just add c:\windows\ehome to the path and I don't have to copy any file. You might be able to modify the environment before exec'ing the utilities.

Martin
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#187
2007-08-03, 03:44 AM
mvallevand Wrote:For my batch file I just add c:\windows\ehome to the path and I don't have to copy any file. You might be able to modify the environment before exec'ing the utilities.

Martin
That's the easiest and cleanest solution. Another alternative is actually run it from the ehome directory:

cd c:\windows\ehome
c:\epg\downloader.exe headend
c:\epg\converter.exe dir=c:\epg
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#188
2007-08-03, 03:53 AM
whurlston Wrote:Not sure. It doesn't contain the debug data. Try the attachment in post 145 of the thread. It's the same build as the realease but includes the debug output. It should give me more info.

If you have a BDA device installed, you may need to copy the BDATunePIA.dll as well.

That was for the exporter not the downloader. But I realized that I was trying without the esched service running. I also put a 5 sec sleep bewteen the download and the exporter. I'll see if I can shave that down...
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
#189
2007-08-03, 03:55 AM
mvallevand Wrote:For my batch file I just add c:\windows\ehome to the path and I don't have to copy any file. You might be able to modify the environment before exec'ing the utilities.

Martin

I think you're using Vista. If I understand it, the Vista exporter is portable. That is can be launched anywhere and it will still find whatever it needs like the data...

I think the MCE exporter still needs to be in the ehome directory, in spite of those few files that should be copied
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
#190
2007-08-03, 04:00 AM
whurlston Wrote:That's the easiest and cleanest solution. Another alternative is actually run it from the ehome directory:

cd c:\windows\ehome
c:\epg\downloader.exe headend
c:\epg\converter.exe dir=c:\epg

If you add the path, then the exporter has to be in the path, which is the same as running it straight out of the ehome directory.

If I want to have mce05XmlTv.exe somewhere other than the ehome directory, currently, I have to have a statement like this...

Code:
c:\windows\ehome\Mce05Epg2XmlTv.exe "dir=C:\EPG" "file=0008100-.xml" "exclude=C:\EPG\exclude.txt" name=1

Remember, I don't want to switch to the ehome directory, because I want everything like logging and such to occur in a main folder like 'C:\EPG'

Currently, the downloader acts nice. It will run anywhere I put it. I just need the exporter to look for windows\ehome on its own... Yes, I can do that programatically. But it would make the mce and vista versions, hat much more similar
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 … 17 18 19 20 21 … 96 Next »
Jump to page 


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