aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-10format JSON-RPC schema filesAndrey Filipenkov
2024-02-10Merge pull request #24181 from DaVukovic/json-screensaverfuzzard
[JSON-RPC] Add GUI.ActivateScreenSaver
2024-02-10Merge pull request #24640 from thexai/adaptative-read-factorfuzzard
[FileCache] Implements adaptative read factor based on cache level
2024-02-10Merge pull request #24675 from the-black-eagle/fix_playlist_artfuzzard
[MUSIC] Only set libraryartfilled property if we actually found art
2024-02-10Merge pull request #24565 from 78andyp/other_setfuzzard
[VideoInfoScanner] Fix processing of <episodeguide> in TV show's NFO.
2024-02-10Merge pull request #24533 from 78andyp/nfo_fixfuzzard
[VideoDatabase] Do not overwrite Set Overview if no field in NFO
2024-02-10[JSON-Rpc] Add GUI.ActivateScreenSaver methodDavid Vukovic
JSONRPC method call to activate currently configured screensaver
2024-02-10Merge pull request #24244 from sundermann/webos-power-managementfuzzard
[webOS][Power management] Implement shutdown/reboot
2024-02-10Merge pull request #24642 from sky42src/21_storage_infofuzzard
[posix] PosixMountProvider excludes +efivarfs +systemd-1
2024-02-09Merge pull request #24676 from enen92/kill_typedefMiguel Borges de Freitas
Kill CGUIListItemPtr typedef
2024-02-09Merge pull request #24674 from enen92/seek_ff_rw_fixMiguel Borges de Freitas
[VideoPlayer] Adjust lastseekpts on FlushBuffers
2024-02-09[VideoPlayer] Remove legacy commentenen92
2024-02-09[VideoPlayer] Adjust lastseekpts on FlushBuffersenen92
2024-02-09Kill CGUIListItemPtr typedefenen92
2024-02-09Merge pull request #24664 from enen92/screensaver_modalMiguel Borges de Freitas
Screensaver: Do not force dim if another modal is being shown
2024-02-09Merge pull request #24673 from enen92/txt_crashMiguel Borges de Freitas
Teletext: Fix crash due to invalid FTC_Node
2024-02-09[MUSIC] Only set libraryartfilled property if we actually found artthe-black-eagle
2024-02-09Teletext: Fix crash due to invalid FTC_Nodeenen92
2024-02-09Screensaver: Do not force dim if another modal is being shownenen92
2024-02-09Merge pull request #24670 from ksooo/video-hide-choose-version-ctx-menu-itemsKai Sommerfeld
[video] Hide 'Choose version' and 'Play version using' context menu i…
2024-02-09Merge pull request #24671 from kambala-decapitator/darwin-embedded-vtb-livetvAndrey Filipenkov
[iOS/tvOS] disable VTB for real-time interlaced videos
2024-02-09Merge pull request #24662 from Gujal00/fix/cpackfuzzard
[CPACK] Adjust dependencies to build packages compatible with focal to noble
2024-02-09[iOS/tvOS] force disable hardware acceleration for real-time interlaced videosAndrey Filipenkov
2024-02-08Merge pull request #24647 from CrystalP/fix-refreshmovieCrystalP
[video] Fix the refresh of movies with additional versions or extras
2024-02-08Merge pull request #24476 from DaVukovic/reword_remove_movieCrystalP
[strings] Reword remove movie from library
2024-02-08Merge pull request #24650 from garbear/game-improvementsGarrett Brown
Minor game improvements
2024-02-08Merge pull request #24651 from garbear/optimize-agentsGarrett Brown
Optimize keyboard/mouse input on first action
2024-02-08Merge pull request #24635 from garbear/omega-controllersGarrett Brown
[Omega] Update controller add-ons for new keyboard layout and translations
2024-02-08Merge pull request #24639 from garbear/fix-xkb-keypadGarrett Brown
[Keyboard] Fix special handling of Num Lock states for XKB common library
2024-02-08[video] Hide 'Choose version' and 'Play version using' context menu items if ↵ksooo
setting 'Show videos with multiple versions as folder' is ON.
2024-02-07[CPACK] Adjust dependencies to build packages compatible with focal to noblegujal
2024-02-06Merge pull request #24661 from ↵CrystalP
ksooo/video-versions-fix-play-version-using-select-dialog-buttons [video] Fix 'play version using' version select dialog having 'extras' button.
2024-02-06Merge pull request #24655 from fuzzard/addons_drop_estouchyjenkins4kodi
2024-02-06[video] Fix 'play version using' version select dialog having 'extras' button.ksooo
2024-02-06[skin] Remove estouchy from corefuzzard
There have been a number of changes to skins, and estouchy has not been kept up to date. At this point no one has shown interest to update it, so remove it for now.
2024-02-06Merge pull request #24652 from ksooo/video-versions-fix-infodialog-playbackKai Sommerfeld
[video] Fix video info dialog play button to always play the version …
2024-02-05[video] Fix the refresh of movies with additional versions or extrasCrystalP
In order to avoid the deletion of all additional assets set up by the user for the movie: - Modified the movie delete trigger so that it only deletes the default version instead of all assets of the movie. - Modifed the Refresh function to detect the presence of versions or extras in order to relink them after deletion/recreation of the movie
2024-02-05Merge pull request #24645 from CrystalP/fix-parentmovie-propertiesCrystalP
[video] fill GUIListItem properties with streamdetails for the hybrid…
2024-02-05[video] Fix video info dialog play button to always play the version that ↵ksooo
info is displayed for, not to queue and play all versions of the movie when 'show videos with multiple versions as folder' is ON.
2024-02-05Merge pull request #24632 from hugbug/hdmi-wakeupPeter Frühberger
[Android] Exec wake-up routine only after hdmi handshake
2024-02-05Merge pull request #24638 from ↵Kai Sommerfeld
ksooo/video-versions-fix-favourites-select-actions [favourites][listproviders] Fix select action not to show the choose …
2024-02-05[Peripherals] Improve const-correctnessGarrett Brown
2024-02-05[Peripherals] Move #define to constexpr in the Types headerGarrett Brown
2024-02-05[Game Clients] Move #define to constexpr in the Types headerGarrett Brown
2024-02-05[Games][Strings] Improve documentation for stretch modesGarrett Brown
2024-02-05[Port Manager] Fix unredacted path in logGarrett Brown
2024-02-05[Controllers] Improve error logging for default buttonmapsGarrett Brown
2024-02-05[Agents] Constructors shouldn't have side effectsGarrett Brown
2024-02-05[Input] Allow input handlers to bypass add-on buttonmapsGarrett Brown
2024-02-05Merge pull request #24648 from CrystalP/fix-chooseversion-captionCrystalP
[video] Fix text of the context menu Choose version button