Skip to content

Releases: stelgenhof/opensubtitles

v0.4

24 Aug 03:42
Compare
Choose a tag to compare

A maintenance release with some significant rewrites and updates. The functionality has not changed except that the downloader now can accept the IMDB Movie number, so you can skip the prompt 😸

Added

  • Argument for an optional IMDB Movie number. If not given, a prompt will be shown.
  • Argument to display usage/help instructions

Changed

  • Renamed main script to opensubtitles (extension is not necessary as it is an executable).
  • Upgraded Guzzle to v7.
  • Simplified fXmlRpc client use by using its default HTTP transport.
  • Replaced Illuminate Cache by Symfony Cache.
  • Extracted code into separate functions to make it the script more clean.
  • Renamed environment variables to make them easier to read.
  • Changed license to GPL-3.0

Removed

  • API URL from the environment file as this is merely a static value.
  • Replaced Illuminate Cache by Symfony Cache.
  • Unnecessary comments.

v0.3

27 Jul 10:04
Compare
Choose a tag to compare

Just a small maintenance release:

  • Updated dependencies.
  • Bumped required PHP version (as 7.1 and 7.2 - soon - are out of support).
  • Replaced getenv function call with direct access to environment variables (faster)
  • Code cleanup.

v0.2

24 Feb 04:48
Compare
Choose a tag to compare
  • Upgraded to PHP 7. PHP 5 is not supported any longer.
  • Updated dependencies.
  • Next to a OpenSubtitles account, now also a User Agent is required (see the configuration).

v0.1

24 Feb 04:50
Compare
Choose a tag to compare

Initial version.