griffith(1) - Linux man page
Name
griffith - film collection manager
Synopsis
griffith
Description
Griffith is a film collection manager. Adding items to the movie collection is as quick and easy as typing the film title and selecting a supported source. Griffith will then try to fetch all the related information from the Web.
Options
-h --help
- Show usage information.
- -D --debug
- Run in debug mode.
- -C --clean
- find and delete orphan files in posters directory.
- --check-dep
- check dependencies - if all needed Python modules are installed, it prints nothting.
- --sqlecho
- Prints all SQL queries to standart output.
- --home DIR
- Set Griffith's home directory. Use this option if you want to change the default ~/.griffith
- Printing movie list:
- -c <expr> --cast=<expr>
- cast field must contain <expr>
- -d <expr> --director=<expr>
- director field must contain <expr>
- -o <expr> --original_title=<expr>
- original title field must contain <expr>
- -t <expr> --title=<expr>
- title field must contain <expr>
- -y <number> --year=<number>
- movie must be released in year <number>
- -s <columns> --sort=<columns>
- set sort columns to <columns>. Example: --sort=o_title,number,director
See Also
Homepage: <http://www.griffith.cc/>
Bugs
If you want to help or report any bugs founded please visit homepage or <https://bugs.launchpad.net/griffith>
Authors
Griffith was written by Vasco Nunes and Piotr Ożarowski. See the AUTHORS and THANKS files for a list of other contributors.
Copyright © 2005-2008 Vasco Nunes <vasco.m.nunes@gmail.com>, Piotr Ożarowski <ozarow+griffith@gmail.com>,
This man page was written by Piotr Ozarowski