1 icetotgd: Convert icetv's guide to Topfield TGD format.
6 To run, at the command line:
9 This will create a TGD file for every day of data. These TGD files
10 can then be uploaded to the Topfield (e.g. via Altair or Topfield ftpd)
11 and used by EPGupload or JustEPG.
16 Source code is available on http://repo.or.cz/w/xmltvtotgd.git where
17 it can be downloaded (in .tar.gz or .zip format) or cloned (with git)
18 which I suggest you do if you want to muck around and submit patches.
20 You can run the unit tests directly
21 % python test_icetotgd.py
28 icetotgd is free open source software covered by the permissive MIT
29 license. See LICENSE for details.
34 ** icetv's guide is in UTC, and is crudely converted to AEST,
35 this needs to be nicer.
37 ** TGD files are appended to - this probably isn't necessary,
38 because the ice guide is in sequence, but it means they
39 should be empty or nonexistent before this converter is run.
41 ** The data in TGD files needs to be sorted, something like this:
42 % for f in *tgd ; sort -n $f > z/$f