Releases: bkiziuk/service.subsmangler
Releases · bkiziuk/service.subsmangler
Subtitles Mangler 2.2.0
Subtitles Mangler 2.1.0
Remove handling Kodi's subtitle settings from within the plugin to improve compatibility with Kodi 20 Nexus
Subtitles Mangler 2.0.1
- fix encoding crashes
- improve matching multiline texts
- update Weblate translations
Subtitles Mangler 2.0.0
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
- 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
- change definitions URL to update directly from SubsMangler master branch
- fix creating data-dir before initiating external log file
Subtitles Mangler 1.4.0
- Support for internet streams
- Fix UI settings display in Kodi 17.6
Subtitles Mangler 1.3.0
- 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
- 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
- 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