[mythtvnz] Importing XMLTV File
Colin Fraser
reg at ccfraser.com
Sun Aug 6 05:37:12 BST 2023
Not sure what is recommended, but I created the following script which I
run from cron every couple of days...
#!/bin/bash
cd /home/colin/
mv -f /home/colin/guide.xml /home/colin/guide-last.xml
wget https://nzxmltv.com/xmltv/guide.xml
mythfilldatabase --file --sourceid 1 --xmlfile /home/colin/guide.xml
Regards
Colin
On Sun, 6 Aug 2023 at 13:53, Daniel Hughes <trampster at gmail.com> wrote:
> How do I import an XMLTV file?
>
> I found that I can do this with: (
> https://www.mythtv.org/wiki/Mythfilldatabase)
>
> mythfilldatabase --file --sourceid <sourceid> --xmlfile myfile.xml
>
> However those instructions say you have to setup the grubber first. If I
> go to Video Sources->MySource->Listings grabber none of the options seem to
> suit, they are either 'Over-the-Air' guide (EIT), No grabber, or a country
> specific grubber (eg Iceland (xmltv)), There isn't an option that allows
> getting it from a file.
> _______________________________________________
> mythtvnz mailing list
> mythtvnz at lists.ourshack.com
> https://lists.ourshack.com/mailman/listinfo/mythtvnz
> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ourshack.com/pipermail/mythtvnz/attachments/20230806/4d71379f/attachment.html>
More information about the mythtvnz
mailing list