1griffith(1) griffith(1)
2
3
4
6 griffith - film collection manager
7
9 griffith
10
12 Griffith is a film collection manager. Adding items to the movie col‐
13 lection is as quick and easy as typing the film title and selecting a
14 supported source. Griffith will then try to fetch all the related in‐
15 formation from the Web.
16
18 -h --help
19 Show usage information.
20
21 -D --debug
22 Run in debug mode.
23
24 -C --clean
25 find and delete orphan files in posters directory.
26
27 --check-dep
28 check dependencies - if all needed Python modules are installed,
29 it prints nothting.
30
31 --sqlecho
32 Prints all SQL queries to standard output.
33
34 --home DIR
35 Set Griffith's home directory. Use this option if you want to
36 change the default ~/.griffith
37
38 Printing movie list:
39
40 -c <expr> --cast=<expr>
41 cast field must contain <expr>
42
43 -d <expr> --director=<expr>
44 director field must contain <expr>
45
46 -o <expr> --original_title=<expr>
47 original title field must contain <expr>
48
49 -t <expr> --title=<expr>
50 title field must contain <expr>
51
52 -y <number> --year=<number>
53 movie must be released in year <number>
54
55 -s <columns> --sort=<columns>
56 set sort columns to <columns>. Example: --sort=o_title,num‐
57 ber,director
58
60 Homepage: ⟨http://www.griffith.cc/⟩
61
63 If you want to help or report any bugs founded please visit homepage
64 ⟨http://www.griffith.cc/⟩ or ⟨https://bugs.launchpad.net/griffith⟩
65
67 Griffith was written by Vasco Nunes and Piotr Ożarowski. See the AU‐
68 THORS and THANKS files for a list of other contributors.
69
70 Copyright (C) 2005-2008 Vasco Nunes <vasco.m.nunes@gmail.com>, Piotr
71 Ożarowski <ozarow+griffith@gmail.com>,
72
73 This man page was written by Piotr Ozarowski
74
75
76
77 Dec 20, 2006 griffith(1)