'NOT COMPLETE'
How to import a custom xml tv file
Example
Setup local_conf.py to point to the XML file
XMLTV_FILE = "/home/user/xmlTV/tv.xml"
Find out what the channel listings that are present in the file
freevo tv_grab --query
Update your local_conf.py with these settings (a python array)
TV_CHANNELS = [ ( 'TV1', 'TV1', '0' ), ( 'TV2', 'TV2', '0' ), ( 'TV3', 'TV3', '0' ), ... ]
Update the cache
freevo cache
Display
xxx