Multiple sources in one tv_grab file?
Added by John Woznack almost 2 years ago
Does anyone have an example of a single tv_grab file that does multiple wget
(one per source) and combines them together?
Replies (2)
RE: Multiple sources in one tv_grab file? - Added by Ron L almost 2 years ago
Could look at a making a cron script that incorporates tv_merge. https://github.com/XMLTV/xmltv/blob/master/filter/tv_merge
You would download two xml files then use tv_merge to merge into a new xml file. Each additional xml file would be downloaded and merged until you had all. Once complete that final xml file would be fed to TVH in the manner you normally use. I use tv_grab_file https://github.com/b-jesch/tv_grab_file
RE: Multiple sources in one tv_grab file? - Added by John Woznack almost 2 years ago
Hmmm. I wonder if I can somehow embed the logic of tv_merge into a new tv_grab file. I'll have to think about that.