Hi,
I made my own xmltv grabber in python which outputs xml files for each channel separated in xmltv format. I validated these files with tv_validate_file from xmltv tool and it looks OK.
Now I would like to cat these files into tvheadend using tv_grab_file from here
http://code.google.com/p/tv-grab-file/
I just changed one line in tv_grab_file to cat all the files and not just one with this:
cat /home/hts/.xmltv/*.xmltv
When I try this in terminal it works OK and I see output of all files, but when I try to load xmltv data into tvheadend, I just get response:
No output from "/usr/bin/tv_grab_file"
I also tried to cat just one file and I got the same response.
I attached one of xmltv files.