Skip to main content

Download and process subtitle files in batch

Project description

About

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 are used to downloading subtitles with other tools, you are in for a 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

pip3 install --user subsystem

The subsystem package is known to be compatible with Python 3.

Requirements

NOTE: The most recent version of subsystem is bundled with yad 0.28.0. It is tentatively included at this time purely out of convenience for users.

A GTK dialog tool (yad or zenity) is required if you’d like to make use of the GUI renamer.

yad is available via tarball (at its homepage) or webupd8team PPA (Launchpad):

sudo apt-add-repository ppa:webupd8team/y-ppa-manager
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 limited experience 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...

Note: Executing subsystem with the --scan option from a GUI will open subnuker in a new 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 FILES

Note: Multiple options may be combined

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

subsystem-0.5.1.tar.gz (76.4 kB view hashes)

Uploaded Source

Built Distribution

subsystem-0.5.1-py3-none-any.whl (81.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page