Este é um lançamento importante, então, como seria de esperar, ele vem com muitos recursos novos. No entanto, com uma mudança básica no FFmpeg 6.0, há uma boa hipótese de que alguns problemas possam ocorrer.
Como tal, Se experimentares, recomendamos seriamente que faças um Backup.
As mudanças foram muitas e significativas. Vamos dar uma vista de olhos nas principais.
Build/Dependencies
- 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 our cmake 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.
Estuary, Estouchy
- Retire Favourites dialog, use Favourites window instead (https://github.com/xbmc/xbmc/pull/23861).
Favourites
- Add selected items of the target to favourite's context menu (https://github.com/xbmc/xbmc/pull/23895).
- Fix crash on moving items in favourites widget and favourites window (https://github.com/xbmc/xbmc/pull/23946).
General
- A bug was recently introduced that led to external subtitle entries becoming unavailable on streamdetails. This was fixed in https://github.com/xbmc/xbmc/pull/23835.
- 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.
Input
- 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 (https://github.com/xbmc/xbmc/pull/23789).
Music
- 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 information can be see in the PR from @the-black-eagle (https://github.com/xbmc/xbmc/pull/22654).
Player
- Updated some internal constants to handle better very high bit rate streams (maximums of UHD Blu-Ray at least - 144 Mbit/s) (https://github.com/xbmc/xbmc/pull/23883).
Platform SpecificsAndroid:
- 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 (https://github.com/xbmc/xbmc/pull/23782).
- @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. (https://github.com/xbmc/xbmc/pull/23769).
- A workaround for an Amlogic BSP audio bug that affects many platforms, even modern Google devices (more information here, fixed in https://github.com/xbmc/xbmc/commit/be049ba900df39b9f2cef820a19088f8aa1ba7d2).
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 (https://github.com/xbmc/xbmc/pull/23886).
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 of KODI_GL_INTERFACE (https://github.com/xbmc/xbmc/pull/23907).
- Kodi's usage of the system ping utility has been replaced with an internal implementation (https://github.com/xbmc/xbmc/pull/23870).
- 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 (https://github.com/xbmc/xbmc/pull/23889).
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 (https://github.com/xbmc/xbmc/pull/22990).
- 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 (https://github.com/xbmc/xbmc/pull/23770).
- Network info subsystem was improved avoiding the execution of external commands to obtain the current gateway and DNS server list (https://github.com/xbmc/xbmc/pull/23724).
- Improvements to input, e.g. the enter keyboard key was not being recognised (only key return) (https://github.com/xbmc/xbmc/pull/23860).
webOS
- @quietvoid has contributed a fix to allow webOS to play back AV1 DolbyVision files on supported devices (https://github.com/xbmc/xbmc/pull/23771).
- Support to allow webOS to to suspend to background rather than exit was made by @sundermann (https://github.com/xbmc/xbmc/pull/23684).
- 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:
- Fixed Windows 11 refresh rate switching (https://github.com/xbmc/xbmc/pull/23766).
- Improved the vsync detection used by "Sync playback to display" mode (https://github.com/xbmc/xbmc/pull/23893). Breaks compatibility with Windows 7 (which is not supported in v21).
PVR
- Fix 'switch to previous channel' not working if it is in another group than the currently playing channel (https://github.com/xbmc/xbmc/pull/23932).
- Fix Live TV - Randomly spinner stays forever although channel is playing fine (https://github.com/xbmc/xbmc/pull/23844).
- Skinning@DeltaMikeCharlie has provided a way for skinners to use a ParentalRatingCode info label (https://github.com/xbmc/xbmc/pull/23586).
- Infolabels for video width and height have been added by @graham8 (https://github.com/xbmc/xbmc/pull/23850).
Videos
- Respect default select action setting at more places - Home screen widgets, PVR recordings window, Favourites window (https://github.com/xbmc/xbmc/pull/23848 , https://github.com/xbmc/xbmc/pull/23857).
- 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 (https://github.com/xbmc/xbmc/pull/23905).
- Automatic video rotation from metadata was fixed (https://github.com/xbmc/xbmc/pull/23832).
- Teletext language codes sometimes were not persisted correctly in the teletext browser (https://github.com/xbmc/xbmc/pull/23890).
- Improvements to the teletext browser window (https://github.com/xbmc/xbmc/pull/23896).
- EDL files are now valid even if they are not on the same subnet of the Kodi host - valid across all private subnet ranges (https://github.com/xbmc/xbmc/pull/23836).
- @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 (https://github.com/xbmc/xbmc/pull/23767).
Se gostas de estar na frente no que toca a experimentar, podes fazer download do Beta 1 aqui. Selecionas a plataforma da tua preferência e consulta a seção "Pré-lançamento".
Post A Comment:
0 comments: