1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: subdownloader
Section: utils
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Mattia Rizzolo <mattia@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
python3,
python3-argcomplete <!nodoc>,
python3-pymediainfo <!nocheck>,
python3-pytest <!nocheck>,
python3-setuptools,
python3-sphinx,
python3-sphinx-argparse,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/subdownloader.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/subdownloader
Homepage: https://github.com/subdownloader/subdownloader
Package: subdownloader
Architecture: all
Depends:
python3-progressbar,
${misc:Depends},
${python3:Depends},
Recommends:
python3-pyqt5,
Conflicts:
subdownloader-cli,
Replaces:
subdownloader-cli,
Description: subtitle download/upload manager for video files
SubDownloader is a tool to automatically download/upload subtitles
for video files (DIVX, MPEG, AVI, etc.) and DVDs using fast hashing.
.
Features:
* Fast hashing algorithm (27 GB movies/7 seconds)
* Recursively folders search
* Autodetect language of the subtitles
* Upload entire series seasons subtitles in less than 1 minute
.
This package contains the GUI front-end, common files and a cli interface.
|