Na drie alfa's is de eerste bètarelease van versie 21.0 van Kodi uitgekomen. Deze crossplatform mediacentersoftware wordt ontwikkeld voor Windows, macOS, Linux, Android en iOS. In versie 21.0, die de codenaam Omega draagt, wordt nu van de upstream-ffmpeg 6.0 gebruikgemaakt, wat het bijwerken van ffmpeg in de toekomst eenvoudiger maakt. Verder is er ondersteuning voor NFS versie 4 en zijn in bijna alle onderdelen verbeteringen aangebracht. De changelog voor deze uitgave kan hieronder worden gevonden:
Build/DependenciesEstuary, Estouchy
- A number of changes to the
cmake
build system have been made. These will be mostly invisible to users, but the intention is to modernise ourcmake
usage to prepare us for the future more easily.- The
cmake
build system, when targeting Multi Config Generators (VS/Xcode), will now create a full complete build directory to allow a Kodi executable to be run immediately without the direct use of an IDE like VS. This is also the start to allow us to build dependencies for Windows for shared libraries, and be able to package them correctly.- A number of fixes to allow building with GCC13 have been made. This mostly involved the transitive inclusion of headers in system headers being removed/changed. The fixes have been to explicitly include those headers in our code.
Favourites
- Retire Favourites dialog, use Favourites window instead (more info).
General
- Add selected items of the target to favourite's context menu (more info).
- Fix crash on moving items in favourites widget and favourites window (more info).
Input
- A bug was recently introduced that led to external subtitle entries becoming unavailable on streamdetails. This was fixed in more info.
- A fix to allow
.strm
files to properly use resume points was made by @Acidzero2020.- An improvement to the Event Log "toast" notifications has been made by @DaVukovic to provide more meaningful information when an item fails to scrape TV Shows.
Music
- A fix to allow Python addons to correctly handle custom controller button inputs was made by @icr8ions. This allows addons like the Keymap Editor to correctly recognise and handle actions from custom controllers (more info).
Player
- A PR that extends the Python 'generic artist' scraper to fetch the associated YouTube video links for an artist from theaudiodb, and then match them up to songs already scanned into the user's music library. This allows skins to then display links to the corresponding song video. (more info).
Android:
- Updated some internal constants to handle better very high bit rate streams (maximums of UHD Blu-Ray at least - 144 Mbit/s) (more info).
- A fix to actually package themes for skins like Estuary/Estouchy was made. This was found by accident, and dates way back to the implementation of our Android platform (more info).
- @joseluismarti continues his improvement of our Android code. This time he has updated some code to use Android-provided values rather than a manually-curated list of values. (more info).
- A workaround for an Amlogic BSP audio bug that affects many platforms, even modern Google devices (more information here, fixed in this ticket).
FreeBSD
- We don't have too many improvements to our FreeBSD port, however @lrusak has brought FreeBSD in line with Linux with its usage of the command line argument
--audio-backend
(more info).Linux:
- A fix for a crash with Pipewire was contributed by @dobo90.
- @lrusak has implemented a command line switch (
--gl-interface=<interface>
) to replace the old environment variable usage ofKODI_GL_INTERFACE
(more info).- Kodi's usage of the system ping utility has been replaced with an internal implementation (more info).
- DRMPrime has had a check based on pitch value removed as it was causing failures with some formats, like single plane and/or compressed ones, where the pitch can be 0 and therefore it has no meaning. Thanks @jernejsk (more info).
macOS:
- SDL windowing while not enabled by default since Alpha1 (in favour of native windowing) was still a possible build compile switch. It has finally been removed in Beta 1 (more info).
- Kodi now relies on an external library,
smctemp
, to display the CPU and GPU sensor values - this being valid for either x86 or Apple Silicon (more info).- Network info subsystem was improved avoiding the execution of external commands to obtain the current gateway and DNS server list (more info).
- Improvements to input, e.g. the enter keyboard key was not being recognised (only key return) (more info).
webOS
- @quietvoid has contributed a fix to allow webOS to play back AV1 DolbyVision files on supported devices (more info).
- Support to allow webOS to to suspend to background rather than exit was made by @sundermann (more info).
- With the support to suspend/minimise for webOS, behaviour to pause/resume media playback when Kodi is minimised/restored has been implemented by @sundermann.
- Initial support for webOS 4 devices has been implemented by @mariotaku.
Windows:
PVR
- Fixed Windows 11 refresh rate switching (more info).
- Improved the vsync detection used by "Sync playback to display" mode (more info). Breaks compatibility with Windows 7 (which is not supported in v21).
Skinning
- Fix 'switch to previous channel' not working if it is in another group than the currently playing channel (more info).
- Fix Live TV - Randomly spinner stays forever although channel is playing fine (more info).
Videos
- @DeltaMikeCharlie has provided a way for skinners to use a
ParentalRatingCode
info label (more info).- Infolabels for video width and height have been added by @graham8 (more info).
Known Issues
- Respect default select action setting at more places - Home screen widgets, PVR recordings window, Favourites window (more info, more info).
- Add default play action setting to control resume behaviour when starting playback of videos (xhttps://github.com/xbmc/xbmc/pull/23863).
- Fix play/resume of BD and DVD disc images not working from Home screen widgets (more info).
- Automatic video rotation from metadata was fixed (more info).
- Teletext language codes sometimes were not persisted correctly in the teletext browser (more info).
- Improvements to the teletext browser window (more info).
- EDL files are now valid even if they are not on the same subnet of the Kodi host - valid across all private subnet ranges (more info).
- @joseluismarti also contributed outside of his usual Android improvements with a fix for a crash when scan to library on a directory contained new movies (more info).
You can see open issues on our tracker at this page. However, to call out a couple of specifics, please be aware of the following if you're planning on upgrading:
- There are seek issues with multi-part MP4 files on Android (more info).
- There is an upstream FFmpeg issue that means that OGG music playback does not work. This will be rectified upstream to Kodi. (more info).
- We've had reports that the new splash screen looks like an OpenGL corruption; we know, it's not a problem, so don't panic. We'd be happy to have your artwork contributions if you'd like to work on an alternative.