Download and process subtitle files in batch.
Project description
This script is intended to be a one-stop-shop for batch preparing freshly downloaded video files for use with subtitles.
The tool can be used from the command-line but is ideal for use via GUI file managers (i.e. Thunar Custom Actions or Nautilus actions.). With a single click of several video files: prompt to rename files, download the best subtitle file available (displaying a popup notification upon failure), then open a terminal window to scan and remove advertising (via subnuker).
If you have some experience downloading subtitles with other tools, you are in for a pleasant surprise. Not only does it pack a wicked set of features, but it makes full use your processor to download subtitles in parallel… superfast.
Installation
subsystem is compatible with Python 3. To install to the Python user install directory for your platform, typically $HOME/.local/:
pip3 install --user subsystem
If installing with the --user flag, ensure that $HOME/.local/bin is on your PATH.
Requirements
A GTK dialog tool (yad or zenity) is required if you’d like to make use of the GUI renamer.
yad is the recommmended tool. It is available via tarball (at it’s homepage) or webupd8team PPA (Launchpad):
sudo apt-add-repository ppa:nilarimogard/webupd8 sudo apt-get update && sudo apt-get install yad
In order to make use of subsystem, you’ll need to install a downloader. I recommend the Python 3 compatible ss. In my experience it is the fastest and most reliable tool available.
pip3 install --user ss
subsystem is also compatible with the Python 2 scripts periscope and subscope
pip2 install --user periscope
pip2 install --user subscope
Usage
>From the command line, run subsystem --help to display available options and downloaders. subsystem will use ss by default if possible, otherwise it will detect and use whatever is available.
To download subtitles for files:
subsystem FILE...
To use an alternate downloader:
subsystem -d DOWNLOADER FILE...
To rename video files prior to download of subtitles:
subsystem --rename FILE...
To scan subtitles files with subnuker upon download completion:
subsystem --scan FILE...
Executing subsystem with the --scan option from a GUI will open subnuker in a terminal window. It is configured to use xfce4-terminal. Let me know if you’d like to support another terminal and I’ll add the feature.
To silence notify-send notications upon failure:
subsystem --quiet FILE...
Note: Multiple command line options may be used concurrently
License
Copyright (c) 2015 Six (brbsix@gmail.com).
Licensed under the GPLv3 license.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file subsystem-0.5.4.tar.gz
.
File metadata
- Download URL: subsystem-0.5.4.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6acad3bc1ed9e1b8ad372bd9a30b954607180a59b3d5300ec53869d61c70966c |
|
MD5 | 85b5fb0d920eb0738bc09e35c6be6c9a |
|
BLAKE2b-256 | b05cfb304576590161e6ea8e950b16bae010c53eea3ffb0dc07ad8d37bb270d4 |
File details
Details for the file subsystem-0.5.4-py3-none-any.whl
.
File metadata
- Download URL: subsystem-0.5.4-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13f078e41da989eed4f2ce8aa6db3141368338bcc99414853be0156692a2a1e8 |
|
MD5 | 7cdc80b4c901fabd69997c76e96b74ca |
|
BLAKE2b-256 | 4be9128436454d345666bfff42182631f0f42c28007079afb65a026e63249cfd |