2007-09-20, 06:02 AM
pBS Wrote:i'm having a hard time trying to get includes and excludes and renumbering working on newest version...i don't use gui, but need all 3 options to get the lineups i want...
it doesn't seem to honor any of the cmd line options...has something changed?
what is the cmdline syntax for new util versions? or do i need to specify and use config.ini?
i tried with my old syntax that worked with separate ver. of utils,but no go..
tried everything else i could think of...even used default names,[used to work also] but nada...always gives me the full 970 channels...[i only need 20]
EDIT:
it only works if i don't specify files on cmdline and use c:\epg\configs\default\include.txt
which eliminates any possibilty of using multi-configs...
what are examples of cmdlines used by gui with all 3 files? [include/ex/renum]
EDIT2:
got it working by using confg=dig and putting files with default names in that dir off of current dir...
[my exe's in gbpvr\epg\ so configs in gbpvr\epg\configs\dig\ ]
so finally will see if it all works out and adjust my other lineups..
so far so good...
of note: i used '/file=..\mcedig.xml' and it actualy output to the current dir!
[c:\program files\devnz\gbpvr\epg\output\..\mcedig.xml was final out dir onscreen, and gbpvr\epg was where file landed properly..which gives me another idea..specify config same way:'..\dig' to skip having configs dir hardcoded]
so now i have cmdline:
MceEpg2XmlTv.exe name=1 file=..\mcedig.xml config=..\dig
and in/exclude files are in [current dir]\dig\include.txt
and output is [curent dir]\mcedig.xml
now to check the cryptic name/# combos are correct...lol
cool...!
The GUI, works with multiple configs. How Martin got the tools to work in one XML is amazing, but then he's an amazing guy
The way the GUI works might help you sort how to do it manually...
First off, the config.ini in the main path is only used by the GUI. The command line tools look in the path: EPG\Configs\{USERDEFINEDNAME}
for example: I would call the exporter:
MceEpg2XmlTv config=MyConfig
means I would have a folder EPG\Configs\MyConfig, and inside there would be a config.ini, and optional Include.txt, exclude.txt, renumber.txt
Also, the config.ini sample had one line remmed out that whurlston originally had unremmed... file = myfile.xml is remmed in the root folder's config.xml. As the notes say, if it's remmed, then the default xml file will be generated in the Output folder, name after the headend... (The headend was in theory set previously with the downloader utility, right?)
So what someone could do was have the command:
MceEpg2XmlTv config=MyConfig
In the MyConfig folder the Config.ini would be something like:
Code:
dir = %AppPath%\Output
file = myfile.xml
Use the sample txt files copied from the sample folder, and edit to taste...
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]
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]