2021-09-21, 09:46
We are working on a big change in the management of subtitles in Kodi 20
the main change is how the subtitles are rendered, now the rendering will be done by the LibAss library for most of subtitles format types
and this includes many other fixes and also includes new features
Here i mention the main changes:
https://github.com/xbmc/xbmc/pull/20010
https://github.com/xbmc/xbmc/pull/20169
Since there are many variables to test we need volunteers to test these changes,
what we want to know is not to have regressions compared to the regular version of Kodi
If you encounter problems with subtitles embedded in videos or by using external files,
please make a detailed report,
with attaching the Log with Kodi debugging enabled, and specify the type of subtitle used.
You can download the test builds from these links: ## links removed use nightly builds ##
UPDATE:
Now the PR is merged to the master branch
this means that to test these changes, you have to download and install the Kodi nightly builds
the main change is how the subtitles are rendered, now the rendering will be done by the LibAss library for most of subtitles format types
and this includes many other fixes and also includes new features
Here i mention the main changes:
- Fix wrong subtitles positions in kodi windowed mode or when there is a too lower/higher resolution
- Fix wrong proportion between font size points and pixels size (default font size is now 42 to match the wrong previous 28 value)
- VPlayer subtitles: fix not displaying multiple lines
- SAMI subtitles: fixed multilanguage support
- Subtitles settings can now be changed while in playback without side effects
- Add support to underline style
- Add support to subtitle dynamic positioning by using subtitles tags (e.g. {\a4})
- Add new subtitle setting "Override ASS / SSA subtitles styles"
https://github.com/xbmc/xbmc/pull/20010
https://github.com/xbmc/xbmc/pull/20169
Since there are many variables to test we need volunteers to test these changes,
what we want to know is not to have regressions compared to the regular version of Kodi
If you encounter problems with subtitles embedded in videos or by using external files,
please make a detailed report,
with attaching the Log with Kodi debugging enabled, and specify the type of subtitle used.
You can download the test builds from these links: ## links removed use nightly builds ##
UPDATE:
Now the PR is merged to the master branch
this means that to test these changes, you have to download and install the Kodi nightly builds