Man page - tv_augment(1)
Packages contas this manual
- tv_extractinfo_en(1)
- tv_grab_na_dd(1)
- tv_count(1)
- tv_grep(1)
- tv_validate_grabber(1)
- tv_remove_some_overlapping(1)
- tv_grab_combiner(1)
- tv_cat(1)
- tv_merge(1)
- tv_tmdb(1)
- tv_split(1)
- tv_grab_zz_sdjson(1)
- tv_grab_it_dvb(1)
- tv_grab_huro(1)
- tv_augment(1)
- tv_extractinfo_ar(1)
- tv_sort(1)
- tv_grab_zz_sdjson_sqlite(1)
- tv_to_potatoe(1)
- tv_to_text(1)
- tv_grab_fi(1)
- tv_to_latex(1)
- tv_validate_file(1)
- tv_augment_tz(1)
- tv_imdb(1)
- tv_find_grabbers(1)
- tv_grab_na_tvmedia(1)
- tv_grab_pt_vodafone(1)
- tv_grab_uk_freeview(1)
- tv_grab_is(1)
- tv_grab_ch_search(1)
apt-get install xmltv-util
Manual
| TV_AUGMENT(1p) | User Contributed Perl Documentation | TV_AUGMENT(1p) |
NAME
tv_augment - Augment XMLTV listings files with automatic and user-defined rules.
SYNOPSIS
tv_augment [--rule <file>] [--config <file>]
[--input <file>] [--output <file>]
[--log <file>] [--nostats]
[--debug <level>]
tv_augment [-r <file>] [-c <file>]
[-i <file>] [-o <file>]
[-l <file>] [-n]
[-d <level>]
DESCRIPTION
Augment an XMLTV xml file by applying corrections ("fixups") to programmes matching defined criteria ("rules").
Two types of rules are actioned: (i) automatic, (ii) user-defined.
Automatic rules use pre-programmed input and output to modify the input programmes. E.g. removing a "title" where it is repeated in a "sub-title" (e.g. "Horizon" / "Horizon: Star Wars"), or trying to identify and extract series/episode numbers from the programme title, sub-title or description.
User-defined rules use the content of a "rules" file which allows programmes matching certain user-defined criteria to be corrected/enhanced with the user data supplied (e.g. adding/changing categories for all episodes of "Horizon", or fixing misspellings in titles, etc.)
(see "perldoc XMLTV::Augment" for more details)
--input FILE read from FILE rather than standard input.
--output FILE write to FILE rather than standard output.
--rule FILE file containing the user-defined rules.
--config FILE configuration file containing a list of which rules you want to run.
--nostats do not print the summary log of actions performed, or list of suggested fixups.
--log FILE output the stats to this FILE.
--debug LEVEL print debug info to STDERR (debug level > 3 is not likely to be of much use (it generates a lot of output))
SEE ALSO
xmltv(5)
AUTHOR
Geoff Westcott, honir.at.gmail.dot.com, Dec. 2014.
| 2025-04-19 | perl v5.40.1 |