Versie 20 van Kodi is uitgekomen. Deze crossplatform-mediacentersoftware wordt ontwikkeld voor Windows, macOS, Linux, Android en iOS. In versie 20.0, die de codenaam Nexus draagt, treffen we onder meer av1-hardware decoding aan voor Android en Linux, is er ondersteuning voor inputstream via de av1 codec en is ffmpeg bijgewerkt naar versie 4.4. De release notes voor deze uitgave kunnen hieronder worden gevonden.:
Kodi 20.0 "Nexus" - ReleaseWith over 4,600 commits since v19 "Matrix" was released on February 19th, 2021, this has been a huge effort. Thanks go out to our team members, and everyone in our community who sent a pull request, tested and gave feedback, or provided support to users on the forum. We appreciate your contribution to making Kodi better. Let's review some of the changes you can expect:
Multiple Instances of Binary Add-onsThis allows Kodi to load multiple instances of a binary add-on. For example: TVHeadend users can now run more than one instance of the add-on to connect to multiple back-end TVHeadend servers, with individual settings like channel groups and hidden channels maintained per add-on instance. @AlwinEsch was the developer behind a lot of this, with support from @ksooo. Your favourite binary add-on may not support this capability yet, but we hope add-on developers introduce this into their projects soon.
AV1 Video SupportSeveral Kodi platforms now allow hardware decoding of AV1 media. The Inputstream API has been updated to support AV1 and this allows add-ons using
Subtitles Reworkinputsream.adaptive
to play AV1 streams.Massive rework of the subtitle system was undertaken by @CastagnaIT making subtitle formats more consistent for development and maintenance, and enabling features that were previously not possible. Kodi now supports dynamic positioning of fonts, changing of border and background colours, subtitle positioning, improved multi-language support, and more. If you are a regular user of subtitles, jump on in and check it all out.
Game (libretro) Savestate SupportThe GSOC 2020 project of @NikosSiak received some polishing touches before finally (!) being merged. With mentoring from @VelocityRa and @gusandrianos, and the assistance of @garbear, this has been a long time coming. This feature allows you to save game state at any time, even if games do not provide native savestate features themselves. Great for gamers, and times when you aren't watching Videos with Kodi ;)
Windows HDR SupportFull HDR support for the Windows Desktop platform has been implemented by @thexai along with many improvements throughout the Windows (DXVA/2) video pipeline. HDR is not available on non-Desktop, i.e. UWP Store (Xbox) versions. Improvements to allow more accurate ACES Filmic and HABLE tonemapping make even SDR video look better, and these capabilities are implemented for both UWP and Desktop versions of Kodi.
NFSv4 SupportChanges to allow NFSv4 support were implemented by @lrusak as previously we only supported NFSv3. There are some caveats with this (you must explicitly select either NFSv4 or NFSv3 for a source). Give it a try!
Context Menu ConsistencyImprovements to right-click/long-press context menu handling were made by @ksooo in numerous areas. This makes the function of the context menu much more consistent over different windows, and enabled some new capabilities like the playback of albums directly from widgets, series resume, etc. to be added.
Behind The ScenesThe majority of changes are "under the hood" and invisible to users but improve the stability, performance, and safety of Kodi. API changes have been made to evolve Python and Binary add-ons and bring new skinning features. There are updates to Kodi dependencies on most if not all Kodi platforms. Fixes from regular use of code static-analysis tools. Database migration fixes for a smoother update ... and lots more.
There are too many individual changes to detail everything. If you would like to know more, please look back through the Nexus Alpha to RC2 release announcements and review the GitHub changelog here.
Time does not stand still. Branches are forked and development on Kodi v21 (codename: "Omega") is already underway. Thank you again for your continued support as we continue to make Kodi great!