I have been able to download epg data from XMLTV using the following command line:
"xmltv.exe tv_grab_na_dd --days 3 --output xmltv.xml
The above command line creates the "xmltv.xml" data file that I have been able to pull up and see in xlobby (looks great).
My question is: How do I sort this data so xlobby displays it in channel order (lowest channel first)?
I have tried: "xmltv.exe tv_sort xmltv.xml --by-channel --output test1.xml"
This command line looks like it is sorting, but test1.xml is not sorted when I view it in xlobby. What command line should I be using?