When you purchase through links on our site, we may earn an affiliate commission. Here’s how it works.

Kodi 20.1 released with bug fixes, including fix for “too correct” subtitle implementation

The Kodi 201 logo

Kodi 20.1 has been released today bringing with it lots of bug fixes and some backports – unfortunately, the team did admit there are no real new features in this update. As it’s a point release update, the team says it should be fine to install it over Kodi 20 installations without running into any issues, though, they still advise backing up any userdata beforehand just in case.

One fix that stood out pertains to right-to-left subtitles which previously displayed punctuation incorrectly due to a “too correct” implementation. Apparently, subtitle creators insert left-to-right punctuation so this was coming up weirdly in Kodi but is now resolved.

Release notes

Audio

  • @fritsch has been working feverishly on Android-related audio issues over the past couple of months, and in combination with @thexai has introduced an algorithm to look to overcome some audio issues particularly aimed at Android devices. A summary is:
  • Algorithm runs for 30 seconds to learn what is going on: during this time no corrections are done, but the internal m_disconAdjustTimeMs is updated to a new value whenever when the sync error is found to increase. After 30 seconds the learning stops and the final m_disconAdjustTimeMs is set as: m_disconAdjustTimeMs * 1.15 + 5.0.
  • With firmware specialities for AudioTrack Write behaviour now kind of "well known" the systematic issue can be worked around easily. This helps users on affected system to not have to create an advancedsettings.xml for a manual fix.

DVD

  • Playback of DVD folder structures over network sources (e.g. SMB/NFS/HTTP, etc.) has been fixed.

Filesystems

  • A fix in Samba was made that "corrected" a long-standing assumption - it turns out that documentation doesn't always match code implementation. We now handle both the old Samba implementation and the new "correct" implementation.
  • Further improvements to the new NFS4 implementation have been made by @thexai . This fixes stalls/errors and brings some performance improvements to our NFS implementation.

Game/Retroplayer

  • Assorted fixes to the new Savestate Manager to improve usability. Thanks to @KOPRajs for reporting, and also providing the PR to fix the issues found.
  • An assortment of OSD improvements by @garbear resolving further issues reported by @KOPRajs.
  • A number of performance improvements (memory reads, faster dialogs/savestates).
  • Input fixes have been made that allow resetting multitap controller inputs, as well as fixing an issue around "ignored" input buttons not being saved.
  • Sync of some of the common controller types has been made
game.controller.default

game.controller.keyboard

game.controller.mouse

game.controller.snes

General

  • Fixes various overflows when using new chrono infrastructure. This fixes "keep audio device alive" when passthrough is used with an AVR.
  • A number of fixes by @ksooo that aim to fix regressions regarding context menu items/behaviour.
  • A fix for an issue on 32-bit systems that affected the sorting of items. Thanks @vpeter4.
  • Fixes regarding the rework of the Favourites window have been addressed. This returns behaviour found in v19 for the following:
  • Support actions up/down plus key mapping for u and d keys.
  • Support action delete plus key mapping for delete key.
  • Change keymaps to open the Favourites Browser window instead of the Favourites dialog as currently.
  • A fix by a returning team member (@CrystalP) that resolves crashes due to Unicode characters.

Platform Specific

Android

  • Fix packaging regression that affected some parts of the Python PyCryptodome module.

Windows

  • A fix was made to address an issue where some less-than-usual dimension videos were causing AMD systems to fallback to software decoding instead of using DXVA.
  • A packaging issues on Windows platforms meant that Chorus was unable to be used. A fix was found by @CrystalP, so users wanting to access Chorus from a Windows host can now rejoice.

PVR

  • A fix to resolve PVR Channel Groups to correctly show channels ordered as provided by a PVR backend.

Python

  • A bump of cPython to 3.11.2 was made to fix an upstream issue with the ElementTree binary module. This fixes crashes on Android when an installed addon uses the common ElementTree Python module.

Subtitles

  • A regression was fixed regarding Right to Left language subtitles placing punctuation incorrectly. It turns out that @CastagnaIT's implementation was too correct, and an informal standard adopted by subtitle creators to place punctuation in Left to Right positions in Right to Left subtitles was worked around.
  • A couple of fixes for WebVTT subtitles were made to resolve overlapping of segments.
  • Line spacing has been altered in our use of libass to avoid overlapping of text boxes.

UPnP

  • @enen92 has made a number of improvements and fixes when Kodi is being used as a UPnP server. He has fixed a number of regressions around listings and artwork.

Many systems will update Kodi automatically but if you want to head out now and grab the download, it’s available now from the project’s download page.

Report a problem with article
A Microsoft logo on a grey background with a padlock icon in a circle on the right
Next Article

Microsoft quietly made AppLocker deployment easier across Windows 11 and some Windows 10s

logo for silicon valley bank
Previous Article

Silicon Valley Bank accounts with tech companies are now covered following its collapse

Join the conversation!

Login or Sign Up to read and post a comment.

1 Comment - Add comment