subdownloader --version (return code: 0)
2.0.18
subdownloader --help (return code: 0)
Usage: subdownloader [options]
SubDownloader is a Free Open-Source tool written in PYTHON for automatic
download/upload subtitles for videofiles (DIVX,MPEG,AVI,etc) and DVD's using
fast hashing.
Options:
-g, --gui Run applicatin in GUI mode. This is the default
-c, --cli Run applicatin in CLI mode
-d, --debug Print debug messages to stout and logfile
-q, --quiet Don't print status messages to stdout
-T, --test Used by developers for testing
-H, --human Print human readable messages. Default for CLI mode
-n, --nerd Print messages with more details
-D, --download Download a subtitle. Default for CLI mode
-U, --upload Upload a subtitle
-L, --list List available subtitles without downloading
-V FILE/DIR, --video=FILE/DIR
Full path to your video(s). Don't use '~'
-l LANGUAGE, --lang=LANGUAGE
Used in subtitle download and upload preferences
-i, --interactive Prompt user when decisions need to be done
--rename-subs Rename subtitles to match movie file name
--keep-names Keep original subtitle names
--sol 'Server Over Local' overwrites local subtitle with one
from server. This is in cases when local subtitle
isn't found on server, but server has subtitles for
the movie.
--los 'Local Over Server' keeps local subtitles, even if
another is found on server. This is the default
-u USERNAME, --user=USERNAME
Opensubtitles.com username. Must be set in upload
mode. Default is blank (anonymous)
-p PASSWORD, --password=PASSWORD
Opensubtitles.com password. Must be set in upload
mode. Default is blank (anonymous)
-s SERVER, --server=SERVER
Server address of Opensubtitles API
-P PROXY, --proxy=PROXY
Proxy to use on internet connections
--version show program's version number and exit
-h, --help show this help message and exit