tv_merge version (return code: 0)
Merge (combine) two XMLTV files
Files should be sorted into datetime within channel order
e.g. tv_sort --by-channel --output FILE FILE
Assumes all data has start and stop times
Usage: tv_merge [-dDh] -i input_xmltv_file -m merge_xmltv_file [-o output_file ]
-h : this (help) message
-d : print debugging messages
-D : print even more debugging messages
-q : quiet mode (no STDOUT messages)
-i file : input XMLTV file (or filename as first arg to script)
-m file : merge XMLTV file (or filename as second arg to script)
-o file : output file (default: merged.xml)
-t : add DOCTYPE to output file
example: tv_merge -i xmltv.xml -m xmltv_add.xml -o xmltv_new.xml
tv_merge -h (return code: 0)
Merge (combine) two XMLTV files
Files should be sorted into datetime within channel order
e.g. tv_sort --by-channel --output FILE FILE
Assumes all data has start and stop times
Usage: tv_merge [-dDh] -i input_xmltv_file -m merge_xmltv_file [-o output_file ]
-h : this (help) message
-d : print debugging messages
-D : print even more debugging messages
-q : quiet mode (no STDOUT messages)
-i file : input XMLTV file (or filename as first arg to script)
-m file : merge XMLTV file (or filename as second arg to script)
-o file : output file (default: merged.xml)
-t : add DOCTYPE to output file
example: tv_merge -i xmltv.xml -m xmltv_add.xml -o xmltv_new.xml