1SUBDOWNLOADER(1) General Commands Manual SUBDOWNLOADER(1)
2
3
4
6 subdownloader - the subtitle downloader
7
9 subdownloader [-h] [--help] [-g] [--gui] [-c] [--cli] [-d] [--debug]
10 [-q] [--quiet] [-T] [--test] [-H] [--human] [-n] [--nerd] [-D] [--down‐
11 load] [-U] [--upload] [-L] [--list] [-V < path >] [--video=< path >]
12 [-l < language >] [--lang=< language >] [-i] [--interactive] [--sol]
13 [--los] [-u < username >] [--user=< username >] [-p < password >]
14 [--passwd=< password >] [-s < address >] [--server=< address >] [-P <
15 address >] [--proxy=< address >] [--version]
16
18 SubDownloader is a Free Open Source tool written in Python for auto‐
19 matic download/upload subtitles for videofiles (DIVX,MPEG,AVI,etc) and
20 DVD's using fast hashing.
21
23 -h --help
24 Show SubDownloader command-line options.
25
26 -g, --gui
27 Run application in GUI mode. This is the default.
28
29 -c, --cli
30 Run application in CLI mode.
31
32 -d, --debug
33 Print debug messages to stout and logfile.
34
35 -q, --quiet
36 Don't print status messages to stdout.
37
38 -T, --test
39 Used by developers for testing.
40
41 -H, --human
42 Print human readable messages. Default for CLI mode.
43
44 -n, --nerd
45 Print messages with more details.
46
47 -D, --download
48 Download a subtitle. Default for CLI mode.
49
50 -U, --upload
51 Upload a subtitle.
52
53 -L, --list
54 List available subtitles without downloading.
55
56 -V path , --video= path
57 Full path to your video(s). Don't use '~'.
58
59 -l language , --lang= language
60 Used in subtitle download and upload preferences.
61
62 -i, --interactive
63 Prompt user when decisions need to be done.
64
65 --sol
66 ´Server Over Local´ overwrites local subtitle with one from
67 server. This is in cases when local subtitle isn't found on
68 server, but server has subtitles for the movie.
69
70 --los
71 ´Local Over Server´ keeps local subtitles, even if another is
72 found on server. This is the default.
73
74 -u username , --user= username
75 Opensubtitles.com username. Must be set in upload mode. Default
76 is blank (anonymous).
77
78 -p password , --passwd= password
79 Opensubtitles.com password. Must be set in upload mode. Default
80 is blank (anonymous).
81
82 -s address , --server= address
83 Server address of Opensubtitles API.
84
85 -P address , --proxy= proxy
86 Proxy to use on internet connections.
87
88 --version
89 Show program's version number and exit.
90
92 http://www.subdownloader.net
93
95 Ivan Garcia <ivangarcia@subdownloader.net>
96
97 Marco Ferreira <mferreira@subdownloader.net>
98
99 Marco Rodrigues <gothicx@gmail.com>
100
101
102
103 2008-06-02 SUBDOWNLOADER(1)