Download subtitles for movies and shows, automatically with one easy mouse click.
Project description
Readme Table of Contents
Wiki Table of Contents
- Home
- Code Analysis and Verification Process
- Fixing Context Menu Issue in Subsearch
- Subsearch Settings
- Troubleshooting Subtitle Search Issues
Misc Table of Contents
About
Key Features
- Initiate a search for subtitles by simply right-clicking on a media file.
- Search for subtitles in 70 different languages
- User-friendly GUI for easy customization and configuration
- Available in three options, including a compiled executable and source code on GitHub and PyPI
- The setup process is straightforward and has minimal reliance on external modules.
Details
Subsearch is an automated subtitle downloader and extractor that allows users to search and download subtitles for movies and TV shows with a single click from the context menu. The application features a graphical user interface for configuring settings, including options for searching subtitles in 70 different languages from various subtitle sites, filtering hearing-impaired subtitles, and adjusting filename matching criteria.
The application has a user-friendly GUI for all custom settings that can be easily configured. It supports 70 different languages, most of which work on all available subtitle sites. Users can configure it to include hearing impaired subtitles only, non-hearing impaired subtitles only, or both. They can also adjust how strictly the file name matches the search results.
The tool is available in three different options: as a compiled executable that can be run without the need for a Python interpreter and imported modules, as source code on GitHub, and on PyPI. Users can pick the source that suits them best.
Initially created as a personal project to learn Python programming and git version control, this application has evolved into a daily-use tool that I continue to enjoy working on. While there are many similar repositories available that automatically download subtitles from the internet, this project may offer unique features that set it apart. The setup process has been designed to be as straightforward as possible with minimal reliance on external modules.
Preview
Screenshots of the interface
Getting Started
PyPi
- Download Python version 3.10 or later.
- Install Subsearch by running
pip install subsearch
in the command prompt. - Add the context menu by running
subsearch --registry-key add
. - For additional options, run
subsearch --help
in the command prompt.
Source code
- Download and install Python version 3.10 or later.
- Clone the Subsearch repository by running
git clone https://github.com/vagabondHustler/subsearch.git
. - Install Subsearch by running
pip install -e <local project path>[package-index-options]
. For example, runpip install -e .
for only required dependencies orpip install -e .[dev, optional]
for dev/optional dependencies. - Build the executable and MSI installer by running
python setup.py bdist_msi
.
Subsearch .msi Installer
- Download
SubSearch-x.x.x-win64.msi
from the Subsearch releases page - Install the .msi file.
- To update from a previous version, download and run the new installer in the same directory. If installed in a different directory, delete the old registry key (see Wiki for details).the same directory. Else you might have to delete the old registry key, (see Wiki for details).
- If you receive a PUA message, click
More info
.
Acknowledgements
I would like to express my gratitude to the following repositories for providing templates, inspiration, themes, and solutions to similar problems:
Project details
Release history Release notifications | RSS feed
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 Subsearch-2.33.1rc1.tar.gz
.
File metadata
- Download URL: Subsearch-2.33.1rc1.tar.gz
- Upload date:
- Size: 69.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 459d4efcbf9e62b3c240c265018981ca46bd05d82c69e899ebe5e9c95edffd91 |
|
MD5 | f13126203239bd57dfed1b1b6ccb837c |
|
BLAKE2b-256 | 690206996df6b0eb722b6da6a4b42c1d9fbfb4b59e516c1595e9e9dde5dc35b2 |
File details
Details for the file Subsearch-2.33.1rc1-py3-none-any.whl
.
File metadata
- Download URL: Subsearch-2.33.1rc1-py3-none-any.whl
- Upload date:
- Size: 89.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83834019397889f576929fdea56b67ba8003b0d08b0629d34488415ca15d784f |
|
MD5 | bf3757ce48dc6a4ac28e217f1e34507d |
|
BLAKE2b-256 | 75046c7144d164a6211c1926403b0beb393b1d4840bca1fe2736690ac56f7dec |