Skip to content

Releases: emericg/OpenSubtitlesDownload

OpenSubtitlesDownload 6.5

05 Jan 14:49

Choose a tag to compare

  • Add opensubtitles.com rate limits handling by @dux119-cmd
  • Add a way to provide credentials via environment variables (OSD_ENV_USERNAME and OSD_ENV_PASSWORD)
  • Fix Python version checker, the minimum required is python 3.6

OpenSubtitlesDownload 6.4

10 Dec 13:12

Choose a tag to compare

  • Improved support for KDE
  • Improved string escaping for paths and GUIs
  • Allow download counts to be sorted by the GUI
  • CLI will pretty print TV show season and episode number, if available
  • Increased sleep timer set between two starting instances (from 1s to 2s)

OpenSubtitlesDownload 6.3

03 Jun 17:53

Choose a tag to compare

  • Add FPS support to the CLI and GUI by @Morikko
  • Fix hash_and_filename mode
  • Fix checkSubtitlesExists() functionality
  • Reduce sleep timer between two starting instances to 1s instead of 3s
  • Improve CLI presentation
  • Improve documentation and README

OpenSubtitlesDownload 6.2

12 Jan 18:13

Choose a tag to compare

  • Various bug fixes
  • Various CLI improvements

OpenSubtitlesDownload 6.1

09 Jan 17:21

Choose a tag to compare

  • Various bug fixes
  • Various CLI improvements
  • Add a method to ignore HI (hearing impaired) or AI generated subtitles, if configured

OpenSubtitlesDownload 6.0

06 Jan 15:22

Choose a tag to compare

  • Use the new REST API from opensubtitles.com
  • Various CLI improvements

Special thanks to @FriendlyTroll to get the ball rolling on the JSONRPC to REST API conversion!

A valid account from opensubtitles.com is still REQUIRED to run the script

An "old" opensubtitles.org account won't work anymore

OpenSubtitlesDownload 5.0

18 May 16:49

Choose a tag to compare

  • This release requires Python 3+
  • Improve login logic and error messages
  • Improve language code file suffix handling
  • Map a few more settings to CLI arguments
  • Make CLI interruptible with CTRL+C
  • Wait more time between successive subtitles download, to avoid "429 Too Many Requests" error
  • Add a Windows "drag & drop" batch file
  • Fix Linux desktop files

OpenSubtitlesDownload 4.2

18 May 16:46

Choose a tag to compare

  • This is the last release compatible with Python 2
  • Improve login logic and error messages
  • Improve language code file suffix handling
  • (Contains most fixes from OpenSubtitlesDownload v5.0)

OpenSubtitlesDownload 4.1

20 Apr 17:23

Choose a tag to compare

  • New feature: subtitles are now downloaded in UTF-8 encoded files (deactivatable)
  • New feature: check files in folder recursively (ONLY when using the CLI)
  • Fix some issues with string escaping for file name and title
  • Improve behaviour when too many request in a short time are made

OpenSubtitlesDownload 4.0

10 Jul 11:22

Choose a tag to compare

  • New feature: search subtitles files recursively by clicking on a folder!
  • New feature: CLI on Windows should now work
  • New feature: CLI usage with -i or --skip to skip search if an existing subtitles file is detected
  • New feature: CLI usage with -o or --output to override subtitles download path
  • Fixed KDE and kdialog support
  • Minor bugfixes and security related improvements
  • Minor GUI improvements