File: README

package info (click to toggle)
xmltv 0.5.63-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 12,156 kB
  • ctags: 794
  • sloc: xml: 64,369; perl: 39,779; sh: 105; makefile: 15
file content (142 lines) | stat: -rw-r--r-- 5,722 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
XMLTV 0.5.63

Gather television listings, process them and organize your viewing.
XMLTV is a file format for storing TV listings, defined in xmltv.dtd.
Then there are several tools to produce and process these listings.

Please see doc/QuickStart for documentation on what each program does,
and xmltv.dtd for documentation on the file format.

Progress is being made for a 1.0 release.  We've really been stable for
a while I and consider it well overdue. 

* Changes in this release (0.5.63) 
    tv_grab_uk_rt - fix bug in 0.5.62 release
    
    Removed broken grabbers
	tv_grab_dtv_la, tv_grab_ee, tv_grab_es_miguiatv
	tv_grab_nl, tv_grab_pt
    New filter: tv_augment_tz to convert floating time to explicit time
    tv_grab_uk_rt: Addition of lineups support for easier configuration
                   Improved unicode handling
                   6-7x performance increase with changed date/time handling

* Changes in previous (short lived) release (0.5.62)
	xmltv.dtd: Add a lang attribute to review elements
	tv_grab_pt_meo and tv_grab_eu-epgdata added back to xmltv.exe
    lots of grabber updates.  See Changelog for details

And some bugfixes and polish.

* Installation

Note: Windows users are strongly advised to use the pre-built EXE as installing
all the prerequisites is non-trivial. For those who want to give it a go,
instructions are in doc/exe_build.html. Those instructions can be used for both
building xmltv.exe as well as a local install.

Basic installation instructions (Linux/Unix):

% perl Makefile.PL
% make
% make test
% make install

To install in a custom directory, replace the first line with
something like

% perl Makefile.PL PREFIX=/wherever/

The system requirements are Perl 5.6 or later, and a few Perl modules.
You will be asked about some optional components; if you choose not to
install them then there are fewer dependencies.  The full list of
required modules is:

LWP 5.65
XML::Parser 2.34
XML::Twig 3.10
XML::Writer 0.4.6
Date::Manip 5.42a 
Memoize (included with Perl 5.8 and later)
Storable (included with Perl 5.8 and later)

Archive::Zip             (if you want to run tv_grab_uk_bleb)
CGI                      (if you want to run tv_pick_cgi)
Compress::Zlib           (if you want to run tv_grab_se_swedb)
Data::Dumper             (if you want to run tv_grab_dk_dr)
DateTime                 (if you want to run tv_grab_dk_dr)
HTML::Parser 3.34        (for grabbers which use HTML::Entities)
HTML::TableExtract       (if you want to run tv_grab_na_icons)
HTML::TreeBuilder        (for many of the grabbers)
HTTP::Cache::Transparent (for several of the grabbers)
HTTP::Cookies            (if you want to run tv_grab_br_net)
IO::File                 (if you want to run tv_grab_fr)
IO::Scalar               (if you want to run tv_grab_uk_bleb, tv_grab_in)
IO::Stringy              (if you want to run tv_grab_se_swedb)
JSON                     (if you want to run tv_grab_fi)
Parse::RecDescent        (if you want to run tv_grab_dk_dr)
SOAP::Lite               (if you want to run tv_grab_na_dd)
Term::ReadKey            (if you want to run tv_grab_na_dd)
Text::Kakasi             (if you want to run tv_grab_jp)
Tk                       (if you want to run tv_check)
Tk::TableMatrix          (if you want to run tv_check)
WWW::Mechanize           (if you want to run tv_grab_na_icons, tv_grab_br_net)
XML::LibXML              (if you want to run tv_grab_se_swedb, tv_grab_in)
Unicode::UTF8simple      (if you want to run tv_grab_pt)

You may have difficulty with the XML modules on Perl 5.8.0 - if so
send mail to the xmltv-users list.  Other Perl versions should be OK.

The following modules are recommended, but the software still works
without them:

Term::ProgressBar                (displays pretty progress meters)
PerlIO::gzip (for perl 5.8+)     (makes tv_imdb a bit faster)
Lingua::Preferred 0.2.4          (helps with multilingual listings)
Unicode::String                  (non-ASCII chars in LaTeX output)
Lingua::EN::Numbers::Ordinate    (not really needed, to be honest)

And the Log::TraceMessages module is useful for debugging, but not
needed for normal use.

All of these can be installed with tarballs downloaded from CPAN or
(hopefully) using the CPAN shell program: 'perl -MCPAN -e shell', then
'install XML::Twig' and so on.  But you may find it easier to search
for packaged versions from your OS vendor or others - places which
distribute a packaged version of XMLTV will often provide the modules
it needs too.

* Proxy servers

Proxy server support is provide by the LWP modules.
You can define a proxy server via the HTTP_PROXY enviornment variable.
    http_proxy=http://somehost.somedomain:port

For more information, see the the following:
http://search.cpan.org/~gaas/libwww-perl-5.803/lib/LWP/UserAgent.pm#$ua->env_proxy

* Known issues

tv_grab_se_swedb sometimes fails to work on Windows if there are spaces
in the path to your home-directory. This can be avoided by setting
the environment variable HOME to a path without spaces (e.g. c:\home).

* Author and copying

This is free software distributed under the GPL, see COPYING.  But if
you would like to use the code under some other conditions, please do
ask.  There are many who have contributed code, they are credited in
individual source files.

There is a web page at http://www.xmltv.org  and a Sourceforge
project 'XMLTV'.  There are some mailing lists:

    xmltv-announce@lists.sourceforge.net
    xmltv-users@lists.sourceforge.net
    xmltv-devel@lists.sourceforge.net

You ought to subscribe to the announce list at least.  Contact the
users list with most problems.

-- Robert Eden, rmeden@yahoo.com, 2012-06-14
$Id: README,v 1.171 2012/06/14 06:59:46 rmeden Exp $