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 >] [--log=< logfile >] [--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 --rename-subs
66 Rename subtitles to match movie file name
67
68 --keep-names
69 Keep original subtitle names
70
71 --sol
72 ´Server Over Local´ overwrites local subtitle with one from
73 server. This is in cases when local subtitle isn't found on
74 server, but server has subtitles for the movie.
75
76 --los
77 ´Local Over Server´ keeps local subtitles, even if another is
78 found on server. This is the default.
79
80 -u username , --user= username
81 Opensubtitles.org username. Must be set in upload mode. Default
82 is blank (anonymous).
83
84 -p password , --passwd= password
85 Opensubtitles.org password. Must be set in upload mode. Default
86 is blank (anonymous).
87
88 -s address , --server= address
89 Server address of Opensubtitles API.
90
91 -P address , --proxy= proxy
92 Proxy to use on internet connections.
93
94 --log= logfile
95 Write the log to logfile.
96
97 --version
98 Show program's version number and exit.
99
101 http://www.subdownloader.net
102
104 Ivan Garcia <ivangarcia@subdownloader.net>
105
106 Marco Ferreira <mferreira@subdownloader.net>
107
108 Marco Rodrigues <gothicx@gmail.com>
109
110
111
112 2008-06-02 SUBDOWNLOADER(1)