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

Member

Posts: 188
Threads: 34
Joined: Apr 2006
#751
2008-02-14, 12:26 AM
okay i got the .bat file worked out it was
MceEpg2XmlTv2.exe config=1.xml auto
but i still can't get the config xml file to save the output where i want it

i changed the mceepg exe so i could run the gui downloader stuff along side the gui xmltv stuff so i am not without a epg while i work all this stuff out.
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
#752
2008-02-14, 01:34 AM
It should save the output to the file specified in the <OutputFile> tag located in 1.xml (or whatever config you use). You can override the output file by using "output="
Code:
MceEpg2XmlTv2.exe config=1.xml auto output=myfile.xml
If it is not doing that, run
Code:
MceEpg2XmlTv2.exe config=1.xml auto log=1.log
and post the log file.
jjaomni
Offline

Member

Posts: 188
Threads: 34
Joined: Apr 2006
#753
2008-02-14, 01:55 AM
so i am guessing i can't specify the output file with a "directory" other then the one that that the xmltv exe is in? just file name.
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
#754
2008-02-14, 03:13 AM
You can. If it has a long file/path name, you will need quotes though:

Code:
output="C:\Path to my\file.xml"

You can also just doubleclick MceEpg2XmlTv2.exe and when it starts, select the config file you want to work with, then specify the output file.

BTW: is the config file you are using created by the old GUI? If so, that is the problem. To run the new GUI just run MceEpgXmlTv2.exe. The config files used by the new converter are different from the old one. you will need to modify UpdateEpg.bat to run it once you have it configured.
jjaomni
Offline

Member

Posts: 188
Threads: 34
Joined: Apr 2006
#755
2008-02-14, 03:22 AM
okay that was what i was wondering about. i use the gui for MceEpg2XmlTv.exe and i try to put the output in a diffrent folder and convert it then i hit okay but it dont save the path. it just defaults to what it was to start with. which is
<OutputFile>C:\EPG\KS57836-.output.xml</OutputFile> from the config xml
i can't get the gui to change that
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
#756
2008-02-14, 07:02 AM
zip and post the config xml.
jjaomni
Offline

Member

Posts: 188
Threads: 34
Joined: Apr 2006
#757
2008-02-14, 07:17 AM
did both of them 1.xml and 2.xml
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
#758
2008-02-14, 07:58 AM
Those xml files are fine. There is a bug in the program that does not save the output location. I'll have it fixed tomorrow. I also discovered another bug that affects Vista users.

In the meantime, you can just open the config file in notepad and edit the output file location manually.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#759
2008-02-14, 07:48 PM
whurlston Wrote:Those xml files are fine. There is a bug in the program that does not save the output location. I'll have it fixed tomorrow. I also discovered another bug that affects Vista users.

In the meantime, you can just open the config file in notepad and edit the output file location manually.

hmm. maybe that's why it worked for me. Cause I edited the files....Rolleyes
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]
jjaomni
Offline

Member

Posts: 188
Threads: 34
Joined: Apr 2006
#760
2008-02-14, 09:55 PM
do i need "" in the xml file?
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
-
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (96): « Previous 1 … 74 75 76 77 78 … 96 Next »
Jump to page 


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