.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "TV_GRAB_IT_DVB 1p" .TH TV_GRAB_IT_DVB 1p "2019-03-01" "perl v5.28.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" tv_grab_it_dvb \- Grab TV listings for Italy from the DVB\-S stream .SH "SYNOPSIS" .IX Header "SYNOPSIS" tv_grab_it_dvb \-\-help .PP tv_grab_it_dvb [\-\-adapter N] [\-\-config\-file \s-1FILE\s0] \-\-configure .PP tv_grab_it_dvb [\-\-config\-file \s-1FILE\s0] [\-\-output \s-1FILE\s0] [\-\-days N] [\-\-offset N] [\-\-quiet] [\-\-verbose] [\-\-adapter N] [\-\-no\-cache\-summaries] .SH "DESCRIPTION" .IX Header "DESCRIPTION" .Vb 4 \& Output TV listings for several channels as provided by the DVB\-S stream from Skyitalia. \& This grabber is based on the work of Lukkinosat for everything concerning the decoding of data. \& The tuning part is mostly a port to perl of the relevant parts in szap. \& This is an early release and should be considered beta quality. .Ve .PP First run \fBtv_grab_it_dvb \-\-configure\fR to choose which channels you want to download. Then running \fBtv_grab_it\fR with no arguments will output listings in \s-1XML\s0 format to standard output. .PP \&\fB\-\-configure\fR Prompt for which channels, and writes the configuration file. .PP \&\fB\-\-adapter\fR Use this adapter for tuning and grabbing. Default is 0. .PP \&\fB\-\-config\-file \s-1FILE\s0\fR Set the name of the configuration file, the default is \fB~/.xmltv/tv_grab_it_dvb.conf\fR. This is the file written by \fB\-\-configure\fR and read when grabbing. .PP \&\fB\-\-gui \s-1OPTION\s0\fR Use this option to enable a graphical interface to be used. \&\s-1OPTION\s0 may be 'Tk', or left blank for the best available choice. Additional allowed values of \s-1OPTION\s0 are 'Term' for normal terminal output (default) and 'TermNoProgressBar' to disable the use of XMLTV::ProgressBar. .PP \&\fB\-\-output \s-1FILE\s0\fR write to \s-1FILE\s0 rather than standard output. .PP \&\fB\-\-days N\fR Grab N days. Since we cannot decide how much data we get we simply throw away everything above this number of days. .PP \&\fB\-\-offset N\fR Start N days in the future. The default is to start from today. .PP \&\fB\-\-quiet\fR Suppress the progress messages normally written to standard error. .PP \&\fB\-\-no\-cache\-summaries\fR Disables caching of summaries in the file summaries.cache It is advised to leave this option on as the summaries part of the data stream can be very different between grabs, and you might get blank descriptions. .PP \&\fB\-\-verbose\fR Prints out verbose information useful for debugging. Repeat (up to 4x) for more verbosiness .PP \&\fB\-\-min\-noname\fR This is a hack. As I have a situation where there are a few channels whose name I cannot find (usually 3 or 4) you can sat the number of channel that can be left nameless. Try using this if the grabber keep on running forever. .PP \&\fB\-\-version\fR Show the version of the grabber. .PP \&\fB\-\-help\fR Print a help message and exit. .SH "CAVEATS" .IX Header "CAVEATS" This grabber relies on the linux dvb api, and therefore does not run under other operating systems. .PP For Debian users: this means the package does not depend on the Linux::DVB perl package, as this would make it uninstallable on the Debian kFreeBSD and \s-1HURD\s0 ports. Please install the liblinux-dvb-perl package to use this grabber. .SH "EXAMPLES" .IX Header "EXAMPLES" .IP "tv_grab_it_dvb \-\-adapter 2 \-\-configure" 4 .IX Item "tv_grab_it_dvb --adapter 2 --configure" configures tv_grab_it_dvb using adapter number 2 .IP "tv_grab_it_dvb \-\-adapter 2 \-\-quiet" 4 .IX Item "tv_grab_it_dvb --adapter 2 --quiet" grabs the full data without displaying anything (useful in cron scripts) .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBxmltv\fR\|(5). .SH "AUTHOR" .IX Header "AUTHOR" Davide Chiarini, davide.chiarini@gmail.com .PP you can find some more help at http://www.htpcpoint.it/forum/