Skip to main content

Download subtitles for movies and shows, automatically with one easy mouse click.

Project description

Status Tests GitHub commit activity Version Downloads License

Table of Contents

About

  • Automatically search, download and extract subtitles for any movie or show with one easy mouse click from the context menu.
  • Has a GUI for all the custom settings that can be configured.
  • For 70 different languages, of which most work on all available subtitle sites.
  • Can be configured to include hearing impaired subtitles only, none-hearing impaired subtitles only or both.
  • Configure how strictly the file name has to match the search results.
  • Can be ran from a compiled executable, without the need for a Python interpreter and importing modules.
  • Subtitles are gathered from subscene and opensubtitles.
  • Pick where you get the subtitles from.
  • Works inside and outside of a env.

This started as a fun project to learn how to code in python and how to use git, has now developed into a application I use daily and enjoy working on. There are many similar repositories out there that grab subtitles automatically from the web, so this might not be the most unique project. But feel free to check this one out, might offer something new. Have tried to make the setup processes as painless as possible with the use of as few external modules as possible. The average run time is around 1 second, a little bit longer for TV-Series due to the high amount of titles.

Feel free to ask me anything about this project, request new features, contribute or give constructive feedback.

FYI: If it takes a long time for anything to happen, it's most likely because subscene is under heavy load and all connections takes longer than usual. Nothing I can do about that. But you can disabled them as a provider in the GUI.

Preview

While searching for subs if show terminal is disabled

prtsc_example

Available options in the widget

prtsc_language

prtsc_search

prtsc_settings

prtsc_download

Getting Started

Source is probably faster than the executable version, but the executable can be run without installing a Python interpreter or any modules.

PyPi

Download Python >= 3.10

Install subsearch

pip install subsearch

Add the context-menu

subsearch --registry-key add

More options

subsearch --help

See code block for imports

Source

Download Python >= 3.10

Download subsearch

git clone https://github.com/vagabondHustler/subsearch.git

Install package locally

pip install -e .

Code

from subsearch import __subsearch__
from subsearch.utils.raw_config import get_config, set_config


def main() -> None:
    config = get_config()
    config["providers"]["opensubtitles_hash"] = False
    set_config(config)
    app = __subsearch__.Subsearch()
    app.provider_opensubtitles()
    app.provider_subscene()
    app.process_files()
    app.on_exit()


if __name__ == "__main__":
    main()

python -m main c:\users\vagabondhustler\desktop\foo.bar.the.movie.2022.1080p-foobar.mkv

Executable

Download SubSearch-vx.x.x-win-x64.zip from releases - Download URL

Unzip file and run SubSearch.exe

If you get a PUA message, click More info

prtsc_moreinfo

prtsc_runanyway

If no subtitles are found or no subtitles (including the folder subs with extra .srt files) are synced with the movie check the subsearch.log for a list with download links to all the different subtitles that didn't pass the search threshold percentage or decrease the value in the settings GUI, accessed from SubSearch.exe

Supported languages

N/A = not supported on opensubtitles

Albanian alb Arabic ara Armenian arm Azerbaijani aze Basque baq Belarusian bel Bosnian bos Brazillian-Portuguese pob Bulgarian bul Bulgarian-English N/A Burmese bur Cambodian-Khmer khm Catalan cat Chinese-BG-code zht Croatian hrv Czech cze Danish dan Dutch dut Dutch-English N/A English eng English-German N/A Esperanto epo Estonian est Finnish fin French fre Georgian geo German ger Greenlandic N/A Hebrew heb Hindi hin Hungarian hun Hungarian-English N/A Icelandic ice Indonesian ind Italian ita Japanese jpn Kannada kan Kinyarwanda N/A Korean kor Kurdish kur Latvian lav Lithuanian lit Macedonian mac Malayalam mal Manipuri mni Mongolian mon Nepali nep Norwegian nor Pashto N/A Punjabi N/A Romanian rum Russian rus Serbian scc Sinhala sin Slovak slo Slovenian slv Somali som Spanish spa Sundanese sun Swahili swa Swedish swe Tagalog tgl Tamil tam Telugu tel Thai tha Turkish tur Ukrainian ukr Urdu urd Vietnamese vie Yoruba N/A

Authors

Special Thanks

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

subsearch-2.24.1.tar.gz (67.9 kB view details)

Uploaded Source

Built Distribution

subsearch-2.24.1-py3-none-any.whl (88.6 kB view details)

Uploaded Python 3

File details

Details for the file subsearch-2.24.1.tar.gz.

File metadata

  • Download URL: subsearch-2.24.1.tar.gz
  • Upload date:
  • Size: 67.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for subsearch-2.24.1.tar.gz
Algorithm Hash digest
SHA256 d57135933da721c0726247261ba864ef2d7a5d050541dbaeeb0bb5cfe7c5e219
MD5 df6d4f81c390540894af9fb378a2368c
BLAKE2b-256 d4f957b5db03537f6c50b2a92318d395330ca6a62c78512777c20140b8586839

See more details on using hashes here.

File details

Details for the file subsearch-2.24.1-py3-none-any.whl.

File metadata

  • Download URL: subsearch-2.24.1-py3-none-any.whl
  • Upload date:
  • Size: 88.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for subsearch-2.24.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ec045fa91413af4b4bceea179415e8c41cff5e8b10c840b8651ba56018b17bc9
MD5 11a2f805474fb1a0b84bc734b545b0a1
BLAKE2b-256 91c52652cfe4ff839c251590d5790fe8a34439c1262c52e7e1057e1d0280ca49

See more details on using hashes here.

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