aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-19Season episode changesMartin Vallevand
Additional changes to skin Episode labeling removing and VideoPlayer removing leading E from @jjd-uk
2024-08-19[PVR] Add missing EpisodePart informationMartin Vallevand
PVR allows storing data for a shows that are broken into parts (e.g. 2/5) , however this data is only managed internally. This exposes the data to skins adding two new Infolabel ListItem.EpisodePart and VideoPlayer.EpisodePart
2024-08-19Merge pull request #24096 from DeltaMikeCharlie/ratingLabelsKai Sommerfeld
[PVR][addons][guilib] Add support for PVR client add-ons supplying Parental Rating Icons, extend Rating support for Recordings
2024-08-19Merge pull request #25286 from sarbes/toggle-fixsarbes
Fix skin element "toggle button"
2024-08-19Merge pull request #25623 from sarbes/screensaver-fixsarbes
Fix dimming screensaver if rendering front to back
2024-08-20[PVR][addons][guilib] Add support for PVR client add-ons supplying Parental ↵DeltaMikeCharlie
Rating Icons, extend Rating support for Recordings
2024-08-17Merge pull request #25629 from ksooo/pvr-delete-after-watchingKai Sommerfeld
[PVR] Feature: "Delete after watching" for recordings
2024-08-17Merge pull request #25395 from fritsch/aedefaultPeter Frühberger
AudioEngine: Include LFE mixing setting
2024-08-17Merge pull request #25625 from ksooo/pvr-client-cleanupKai Sommerfeld
[PVR] CPVRClient cleanup: Move CAddonEpgTag to unnamed namespace and …
2024-08-17Estuary cleanup (#25584)MikeSiLVO
* Can't align to top * Undefined font (font16) * Don't think you can use align or aligny in a progress control * No control ids in list 1103 * Nothing ondown from PVR osd buttons * Lowercase false * Remove unused variable * Remove unused include
2024-08-17[PVR] CPVRClient cleanup: Move CAddonEpgTag to unnamed namespace and align ↵ksooo
with the rest of CAddon* implementations.
2024-08-17[PVR] clang-format PVRClient.cppksooo
2024-08-17Merge pull request #25626 from ksooo/pvr-cppcheck-fixesKai Sommerfeld
[PVR] Misc cppcheck warning fixes.
2024-08-17[PVR] Introduce 'Delete after watching' for recordings.ksooo
2024-08-17[PVR][video] Route marked watched and increment play count of PVR recordings ↵ksooo
through PVR recordings GUI component (to prepare future user interaction).
2024-08-17Merge pull request #25621 from fuzzard/cmake_addon_fixepadd_shafuzzard
[cmake][addons] Dont quote variable passed to externalproject_add
2024-08-17Merge pull request #25622 from sundermann/webos-python-bundlingfuzzard
[cmake][webOS] Exclude python config files from packaging
2024-08-17Merge pull request #25624 from sundermann/fix-waylandpp-pkg-configfuzzard
[cmake] Fix waylandpp scanner hint from pkg-config
2024-08-17Merge pull request #25607 from neo1973/fix_TestConversionMatrixMarkus Härer
TestConversionMatrix: Add missing `<iomanip>` include
2024-08-17Merge pull request #25385 from vpeter4/packed-_gcc_struct-22fuzzard
[dvdread] fix warning 'gcc_struct' attribute directive ignored
2024-08-16[PVR] Misc cppcheck warning fixes.ksooo
2024-08-16Fix toggle buttonsarbes
2024-08-16[cmake] Fix waylandpp scanner hint from pkg-configStephan Sundermann
2024-08-16[cmake][webOS] Exclude python config files from packagingStephan Sundermann
2024-08-16Fix dimming screensaver if rendering front to backsarbes
2024-08-16ActiveAE: Include LFE mixing possibilityfritsch
We have user without AVR running fullrange speakers. They want the bass of a 5.1 or 7.1 layout being mixed into FL and FR. This new setting allows to do so.
2024-08-16Merge pull request #25615 from ksooo/pvr-addon-api-9-0-0Kai Sommerfeld
[addons][PVR] PVR Addon API 9.0.0
2024-08-16[cmake][addons] Dont quote variable passed to externalproject_addfuzzard
Alwin partially fixed this in https://github.com/xbmc/xbmc/commit/2c1ef3dce244e4918b07f452d1c28a3b3b6d71a3 Reason he probably didnt see this was most of our addons use a sha256 file. game.libretro.mrboom and game.libretro.2048 do not, and therefore fail to build with errors such as: CMake Error at /usr/share/cmake-3.30/Modules/ExternalProject/shared_internal_commands.cmake:1127 (message): At least one entry of URL is a path (invalid in a list) Call Stack (most recent call first): /usr/share/cmake-3.30/Modules/ExternalProject.cmake:3035 (_ep_add_download_command) /home/xxx/repos/xbmc/cmake/scripts/common/HandleDepends.cmake:272 (externalproject_add) CMakeLists.txt:455 (add_addon_depends) -- Configuring incomplete, errors occurred!
2024-08-15[addons] Bump PVR Addon API version to 9.0.0, including min version.ksooo
2024-08-15[addons][PVR] PVR Addon-API: Add parameter 'source' to function ↵ksooo
GetChannelStreamProperties. Add function StreamClosed. Add stream property PVR_STREAM_PROPERTY_LIVEPLAYBACKASEPG.
2024-08-15[PVR] PVR Addon-API: Add PVR_RECORDING::iEpisodePartNumber.ksooo
2024-08-15Merge pull request #25616 from ksooo/pvr-fix-client-wrappersKai Sommerfeld
[PVR] Fix CAddonTimer ctor, firstDay member init. Make CaddonChannel ctor explicit
2024-08-15[addons][PVR] PVR Addon-API: Add PVR_RECORDING::iParentalRating, ↵ksooo
PVR_RECORDING::strParentalRatingCode, PVR_RECORDING::strParentalRatingIcon, PVR_RECORDING::strParentalRatingSource.
2024-08-15[addons][PVR] PVR Addon-API: Add EPG_TAG::strParentalRatingIcon, ↵ksooo
EPG_TAG::strParentalRatingSource. Changed EPG_TAG::iParentalRating type to unsigned int. Fix documentation.
2024-08-15[addons] PVR Addon-API C++ binding: Fix getters for dynamic arrays. Move ↵ksooo
c-struct init to DynamicCStructHdl default ctor.
2024-08-15[PVR] Fix CAddonTimer ctor, firstDay member init. Make CaddonChannel ctor ↵ksooo
explicit.
2024-08-15Merge pull request #25613 from ksooo/pvr-saved-search-vfsKai Sommerfeld
[PVR] CPVRGUIDirectory: Add support for saved search results.
2024-08-15Merge pull request #25612 from ksooo/pvr-saved-search-iconKai Sommerfeld
[PVR] Saved searches: Add possibility to set a user defined icon for a search
2024-08-15Merge pull request #25610 from ksooo/video-fix-play-from-info-dialogKai Sommerfeld
[video][windows] Fix videos provided by plugins not played from info …
2024-08-15[PVR] CPVRGUIDirectory: Add support for saved search results.ksooo
2024-08-14[PVR] Saved searches: Add possibility to set a user defined icon for a search.ksooo
2024-08-14[video][windows] Fix videos provided by plugins not played from info dialog ↵ksooo
for certain settings combination.
2024-08-14TestConversionMatrix: Add missing `<iomanip>` includeMarkus Härer
2024-08-12Merge pull request #25593 from CrystalP/fix-episode_viewCrystalP
[VideoDB] Fix episode_view performance for very large databases
2024-08-10Merge pull request #25592 from ksooo/video-change-select-action-chooseKai Sommerfeld
[video] Change select action choose implementation to open the full context menu of the item…
2024-08-10Merge pull request #25590 from ksooo/pvr-fix-clientid-persistKai Sommerfeld
[PVR] Fix major design flaw to use std::hash value as persistent client UID
2024-08-09Merge pull request #25581 from ksooo/pvr-fix-gettimertypes-crashKai Sommerfeld
[PVR] CPVRClients::UpdateTimerTypes: Fix crash with addons not suppor…
2024-08-09Merge pull request #25582 from ksooo/pvr-fix-hiding-channelsKai Sommerfeld
[PVR] When hiding a member of the all channels group we must not dele…
2024-08-09[cosmetic] separate c-lang format commitCrystalP
2024-08-09[video] Change select action choose implementation to open the full context ↵ksooo
menu of the item, not a special short context menu. Brings back old behavior for PVR recordings, adds more flexibility to other video items.