Skip to content

Freeview Australia xmltv

Mark Campbell-Smith edited this page Oct 11, 2019 · 2 revisions

free_epg.pl

This will create an xmltv file with data from freeview.com.au.

Usage: free_epg.pl --region=<REGION-NAME> --file=<output xmltv filename>

To get a complete list of regions, type free_epg.pl --help

Perl dependencies

You will have to install the following perl modules (if not already installed)

  • JSON
  • LWP::UserAgent
  • XML::Writer
  • DateTime

Ubuntu

You may need to install additional perl modules through apt. The following perl modules may be required to be installed

  • libdatetime-perl
  • libxml-writer-perl
Clone this wiki locally