logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tv_find_grabbers - Find all XMLTV grabbers that are installed on the system.

Author

       Mattias Holmlund, mattias -at- holmlund -dot- se.

Description

       tv_find_grabbers searches the PATH for XMLTV grabbers and returns a list of all grabbers that it finds.
       The list contains one entry per line in the format

       /usr/bin/tv_grab_fr|France

       i.e. the name of the executable and the region that it serves, separated by a vertical bar.

Name

       tv_find_grabbers - Find all XMLTV grabbers that are installed on the system.

Options

       -I <dir>  Include a directory in the search for grabbers. May be used
                 multiple times. The default is to search the PATH.

       --slow When checking grabbers, compile and run them instead of searching
              their source code for capabilities and description

       --verbose Print progress information to STDERR.

Synopsis

       tv_find_grabbers --help

       tv_find_grabbers [-I <dir>] [--slow] [capability] ...

See Also