Skip to content

Releases: bkiziuk/service.subsmangler

Subtitles Mangler 2.2.0

06 Feb 09:06
d2b6110
Compare
Choose a tag to compare
  • add option to hide progressbar during cleaning orphaned subtitles
  • add possibility of ignoring paths during scanning for orphaned subtitles - requires manual editing of 'cleanexcl.def' file in addon's workdir

Subtitles Mangler 2.1.0

28 Nov 12:53
db0bd95
Compare
Choose a tag to compare

Remove handling Kodi's subtitle settings from within the plugin to improve compatibility with Kodi 20 Nexus

Subtitles Mangler 2.0.1

13 Nov 09:53
58a9bd4
Compare
Choose a tag to compare
  • fix encoding crashes
  • improve matching multiline texts
  • update Weblate translations

Subtitles Mangler 2.0.0

27 Feb 13:50
73718ad
Compare
Choose a tag to compare

Changes:

  • support for Kodi 19 Matrix (Python 3 only)
  • the plugin is no longer fully self contained and it depends on the external pysubs2 library

Known issues:

  • so far the plugin does not work well with streaming services
  • Kodi's subtitle settings (Font size, Font style, Font color, Font opacity, Background color, Background opacity) are synchronized from Kodi UI to the plugin only at Kodi start

Subtitles Mangler 1.4.2

14 Jun 15:24
Compare
Choose a tag to compare
  • delay the first run of cleaning after system start-up

Note!
this is the last release that is compatible with Kodi 17/18 based on Python 2.

Subtitles Mangler 1.4.1

31 May 07:02
Compare
Choose a tag to compare
  • change definitions URL to update directly from SubsMangler master branch
  • fix creating data-dir before initiating external log file

Subtitles Mangler 1.4.0

06 Apr 12:24
1694815
Compare
Choose a tag to compare
  • Support for internet streams
  • Fix UI settings display in Kodi 17.6

Subtitles Mangler 1.3.0

10 Feb 09:53
Compare
Choose a tag to compare
  • add ability to convert subtitles without enforcing .ass format (and therefore adding custom font/background color and opacity). In this case file is saved in SubRip format.
  • please note that the output file extension was changed to .utf. Therefore existing .ass subtitle file may be reconverted automatically at the next playback.

Subtitles Mangler 1.2.0

18 Jan 21:53
f66840d
Compare
Choose a tag to compare
  • Add configuration option to prevent opening YesNo dialog
  • Add ability to shrink subtitle time if it overlaps the next line

Subtitles Mangler 1.1.0

28 Oct 19:49
Compare
Choose a tag to compare
  • implement context menu for easier management of 'noautosubs' file/extension
  • change default settings to use external smangler.log file
  • add 'plugin://' source to exclude list
  • decrease housekeeping timer only if player is idle
  • fix missing 'ERROR' severity in log
  • add error handling to regex processing