Skip to main content

Search subtitles for all your movies and series with a single command line script

Project description

Search subtitles for all your movies and series with a single command line script

PyPI version

Description

Subseek is a Python script which list all your local movies and series and search subtitles for them. The web search is done using different subtitle providers (currently Subdivx only) and different search engine providers (Google and DuckDuckGo). It uses the file and path name with an algorithm which made several changes to the searched text to find the best match. You can search, in example, subtitles for all the seasons of a complete TV show, a couple of movies and the last episode of your favorite TV show in a single command line script.

Installation

pip install subseek

Usage

python -m subseek -p (path) [option]

Options and arguments:
----------------------
-p path      : String. Required. Root path to start the process;
               also --path=path.
               Example: python console.py -p /home/username/Downloads/
-v           : Verbose mode; also --debug
-f           : Force rewrite existing subtitles files; also --force
-u           : Generate the name using the path folder pieces;
               also --use_pieces
-d deep      : Integer. Deep search. Default is 0 (means get first match),
               1 (or more) is the quantity of pages to iterate (maximum
               allowed value is 1); also --deep=deep
-m min_match : Float. Minimum match (%) to take into consideration.
               Default is 0 (means any); also --min_match
-n           : Allow series detection in number format only (ie. Flash 101);
               also --number_format
-h           : Display help; also --help

Requirements

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

subseek-2.6.tar.gz (15.0 kB view hashes)

Uploaded Source

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