Per me è il punto di riferimento nel mondo dello streaming e se stai leggendo questo articolo è perché anche tu lo conosci o ne sei affascinato. Questo mediaplayer è talmente eclettico e piano di potenzialità che non puoi quasi farne a meno. Una delle cose che ho sempre apprezzato di lui è senza dubbio il suo continuo miglioramento e questo nuovo aggiornamento ne è la comprova.
Siamo infatti arrivati alla versione Beta 2 di Kodi 21.0 Omega. Io oramai ne parlo da un pò qui sul mio blog e se vuoi sperimentare anche tu tutte le sue capacità, non devi fare altro che andarti a sbirciare qualche mia guida dedicata.
Questa nuova versione di Kodi, Omega appunto, è davvero consistente e per questo te ne voglio parlare. Non si tratta di un piccolo aggiornamento marginale ma di un upgrade che strizza l’occhio agli sviluppatori. Ci sono infatti importanti novità sulla personalizzazione dell’interfaccia, modifiche per la visualizzazione dei titoli delle tue tracce audio e la gestione della cache. Tutto ciò ha reso davvero migliorata l’esperienza d’uso.
Alcuni miglioramenti tecnici importanti
Come ti ho anticipato sopra, non voglio parlarti dei cambiamenti insignificanti ma solo di quelli più importanti e fra questi c’è sicuramente il miglioramento dello standard di connettività IPv6. Sui dispositivi Android il supporto al Dolby Vision è stato migliorato di molto e per chi utilizza Xbox è stato introdotto, direi finalmente, anche il supporto HDR10.
Naturalmente vi metto anche il changelog completo in lingua originale che gli appassionati possono leggersi con calma e che riguarda tutte le modifiche effettuate con la nuova versione Beta 2. Quelle più importanti secondo me le trovate sopra.
L’aggiornamento potete già installarlo e scaricarlo dalla pagina ufficiale di download di Kodi. Per facilitarvi la cosa vi metto comunque il link:
- Veloce, davvero veloce Le ultime innovazioni…
- Dolby Vision·Atmos La fusione dell’immagine HDR…
- Intelligenza artificiale che esegue l’upscaling di…
- L’ultimo avanzato processore Nvidia tegra x1+…
- Tutti i tuoi programmi preferiti alla massima…
- La risoluzione hdr di dolby vision e l’audio dolby…
- telecomando copre tutte le funzioni del tuo…
- Non è richiesta alcuna programmazione: basta…
- Android TV, TV Pro, P3700, 2015 2017 2019 Model
Installarlo si o no?
Io mi sento di risponderti con un bel si. Anche se a breve verrà rilasciata la versione stabile, già con questa ho notato diversi miglioramenti soprattutto in termini di velocità e gestione della cache. Se non lo saturi di addons inutili, Kodi sembra andare davvero molto più veloce ed in modo adeguato ai tempi.
L’ho provato sia su PC che su Fire TV Stick ed in entrambi i casi si è sempre comportato molto bene senza darmi enormi problemi. Un paio di volte si è crashato su Mac ma credo sia fisiologico. Nel complesso io mi sono convinto subito a tenerlo senza ripensamenti.
Changelog completo
Skin Developers
An API bump will be made with the next release of Kodi 21’s testing cycle. See the following PRs for details:
This will require changes and submissions to the Omega branch for skins for those who submit to the Kodi Repository. Reach out on the forums if you have any questions/concerns.
Please note, https://github.com/xbmc/xbmc/pull/23927 has been merged shortly after Beta 2, and all skins will need to update the GUI version number to be available in Omega repos for any builds (including nightlies) after Beta 2.
The following forum thread has the skinning change info for Omega: https://forum.kodi.tv/showthread.php?tid=372280&pid=3174566#pid3174566
And now, for the list of changes for Beta 2.
Build/Dependencies
- A few dependencies have been bumped (openssl, python) as part of the normal update process.
Estuary, Estouchy
- @jjd-uk has made a fix for Shift view overlays (https://github.com/xbmc/xbmc/pull/24168).
- Media flags for music have been added to Estuary by @jjd-uk as well (https://github.com/xbmc/xbmc/pull/24162).
General:
- A change was made by @CastagnaIT that narrows the scope of the optional track title providing language specific audio track data. Information regarding this advanced setting can be found on the wiki at https://kodi.wiki/view/Advancedsettings.xml#languagecodes.
- @rschupp has contributed to the removal of Kodi’s use of the library pcrecpp. The use of this was changed to use C++ standard library capabilities. A fix has been made for when some XML files written by Kodi would add a trailing null character, therefore making the XML invalid. Several users contributed to compiler warning fixes affecting multiple platforms. Thanks to @CrystalP, @fuzzard, @thexai.
- @Rechi has made further fixes to satisfy more static analysis based fixes/warnings.
- The FFmpeg library has been updated to 6.0.1 for all platforms that don’t use a system-provided FFmpeg version.
- @rmrector continues to improve artwork cache handling. PVR images are now handled like most other image types for the caching system.
- @ksooo has been fixing further context menu fallout as he endeavours to improve the maintainability and consistency across Kodi’s context menus.
Network
- A couple of fixes to IPv6 usage by @joseluismarti.
Platform Specifics
Android:
- More Dolby Vison updates have been submitted by @quietvoid. The latest fixes playback when some data is not provided by the FFmpeg library, and we would incorrectly categorise it as a different Dolby Vision profile (https://github.com/xbmc/xbmc/pull/24172).
Linux:
- @smp79 has submitted a fix to VDPAU HQ scalers.
macOS:
- @kambala-decapitator has updated our macOS signing tools to use Apple’s newer notarytool. The previous usage of altool was deprecated/shutdown by Apple in November.
Windows:
- The much-awaited HDR10 support was added for Xbox (@thexai https://github.com/xbmc/xbmc/pull/24083).
- The crash with VC-1 and some MPEG-2 videos when using DXVA decoding was corrected (@thexai https://github.com/xbmc/xbmc/pull/24085).
- A crash when closing Kodi on Xbox has been fixed by @thexai.
PVR
- @ksooo continues to fix/improve Kodi’s PVR system. Multiple fixes for different race conditions were merged for Beta2.
- Fix recordings with a path containing a ‘:’ not displayed in recordings window.
Python
- @the-black-eagle has added songVideoURL to the InfoTagMusic interface.
Skinning
- xbmc.gui version has been bumped to 5.17 (https://github.com/xbmc/xbmc/pull/23926).
- @DeltaMikeCharlie has added infolabels for locale based information (https://github.com/xbmc/xbmc/pull/24028).
UPnP
@enen92 has continued making improvements in the long neglected UPnP feature of Kodi. The ability to serve smartlists via UPnP was added in https://github.com/xbmc/xbmc/pull/24008, as well as a fix to the case where sometimes some UPnP usage to stop before it was started (https://github.com/xbmc/xbmc/pull/24201).
Videos
- @thexai has upgraded what was traditionally an advanced setting regarding Caching to a category in Settings > Services, containing the buffering fine-tuning settings. If you previously used these advanced settings, you will need to make the changes in the normal settings windows to make use of them now. The settings made in advancedsettings.xml are no longer handled (https://github.com/xbmc/xbmc/pull/24049, https://github.com/xbmc/xbmc/pull/24117).
- More settings were added to control the NFS and SMB chunk size (@thexai https://github.com/xbmc/xbmc/pull/24019).
- The setting Player > Videos > Use Display HDR capabilities was renamed to Adjust display HDR mode and moved next to Adjust refresh rate (@crystalp https://github.com/xbmc/xbmc/pull/24100).
- After playing more than 5 seconds in a chapter, the Previous chapter action rewinds to the beginning of the chapter for a more intuitive behaviour
(@crystalp https://github.com/xbmc/xbmc/pull/24066).