aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-29Merge pull request #25670 from CrystalP/fix-uwp-min_os_versionCrystalP
[uwp][build] Restore ability to run UWP builds on Windows 10
2024-08-29[uwp][build] Allow UWP build to run on Windows 10CrystalP
Define separately the sdk version required to build (desktop and store) and the OS version required to run (Windows Store only).
2024-08-28[Estuary][PVR] Providers: Implement filter 'by provider' for Recordings and ↵ksooo
Channels window. Activate filtered channels and recordings window from Providers window.
2024-08-28[PVR] Providers: VFS: Add filter 'by provider' for recordings and channels ↵ksooo
listings.
2024-08-28[PVR] Cleanup: Align member and method names for client provider UID between ↵ksooo
CPVRChannel and CPVRRecording.
2024-08-28[Estuary][PVR][guilib][input][view] Providers: Initial implementation of ↵ksooo
Providers window.
2024-08-28[PVR] Providers: Add VFS support for browsing providers structure.ksooo
2024-08-28[PVR] Providers: Add CProvidersPath for simple path handling.ksooo
2024-08-28Merge pull request #25664 from DeltaMikeCharlie/rl_skinKai Sommerfeld
[PVR][guilib][GUIInfoManager] Add support for VideoPlayer.ParentalRatingCode/Icon/Source
2024-08-28Estuary: optimize pattern compressionsarbes
2024-08-28Merge pull request #25673 from ksooo/pvr-init-addon-struct-membersKai Sommerfeld
[PVR] CPVRClient: CAddon* classes: Zero-init base struct's members in ctor
2024-08-28Merge pull request #25672 from ksooo/pvr-refactor-int-setting-valuesKai Sommerfeld
[PVR] Cleanup: Factor out CPVRTimerType setting values into class CPVRIntSettingValues.
2024-08-28Merge pull request #24622 from phunkyfish/pvr-api-epg-livephunkyfish
[pvr] Improve support for live streaming from Epg Tags for Archive/Catchup
2024-08-28[JSON] AudioLibrary: bumped api version and updated schemaacidzab
2024-08-28[JSON] AudioLibrary: implemented RefreshArtist and RefreshAlbumacidzab
2024-08-28[PVR] Factor out CPVRTimerType setting values into class CPVRIntSettingValues.ksooo
2024-08-28[pvr] change to use unique_ptr to preserve reference for calls to ↵phunkyfish
StartPlayback()
2024-08-28[PVR] clang-format pvr/timers/PVRTimerType.(h|cpp).ksooo
2024-08-27[PVR] CPVRClient: CAddon* classes: Zero-init base struct's members in ctor.ksooo
2024-08-27[pvr] Allow playing back live stream as epg tag from nowphunkyfish
2024-08-27[pvr] add StreamClosed() in PVR Client for streams that do not use both ↵phunkyfish
PVRCapabilities::SetHandlesInputStream() and PVRCapabilities::SetHandlesDemuxing()
2024-08-27[pvr] Add flag to indicate if the callback to GetChannelStreamProperties() ↵phunkyfish
resulted from PVR_STREAM_PROPERTY_EPGPLAYBACKASLIVE being set from GetEPGTagStreamProperties(). Also, remove optional arguments from StartPlayback call to make the code more readable
2024-08-27Merge pull request #25671 from ksooo/pvr-cleanup-client-id-magic-numbersKai Sommerfeld
[PVR] Cleanup: Get rid of magic numbers for client ID
2024-08-27[PVR] Cleanup: Get rid of magic numbers for client id; use ↵ksooo
PVR_CLIENT_INVALID_UID.
2024-08-27[PVR] Cleanup: Get rid of PVR_INVALID_CLIENT_ID and PVR_ANY_CLIENT_ID. ↵ksooo
Introduce PVR_CLIENT_INVALID_UID.
2024-08-26Merge pull request #25598 from garbear/show-emuGarrett Brown
RetroPlayer: Show emulator name and icon in Advanced Settings dialog
2024-08-25Merge pull request #25657 from samnazarko/updateosmckeymapsSam Nazarko
Keymaps: update OSMC remote keymapping and add support for 3rd generation remote
2024-08-25[PVR][guilib][GUIInfoManager] Add support for ↵DeltaMikeCharlie
VideoPlayer.ParentalRatingCode/Icon/Source
2024-08-24RetroPlayer: Show emulator name and icon in Advanced Settings dialogGarrett Brown
2024-08-25Keymaps: Add support for 3rd generation remoteSam Nazarko
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
2024-08-25Keymaps: update OSMC remote keymappingSam Nazarko
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
2024-08-24Merge pull request #25648 from thexai/fix-crash-rdpthexai
[Windows] Fix crash when audio device not has 'PKEY_Device_EnumeratorName' property
2024-08-24[Windows] Fix crash when audio device not has 'PKEY_Device_EnumeratorName' ↵thexai
property Fix crash when computer is accessed with RDP.
2024-08-23Merge pull request #25651 from ksooo/pvr-smart-recently-added-channelsKai Sommerfeld
[PVR] Remember date and time channels were obtained from a client for…
2024-08-23[PVR] Remember date and time channels were obtained from a client for the ↵ksooo
first time, to not populate 'Recently added channels' widget with those channels.
2024-08-22Merge pull request #25646 from ksooo/pvr-remove-dead-codeKai Sommerfeld
[PVR] Remove dead code
2024-08-21Merge pull request #25643 from emveepee/recordingpartKai Sommerfeld
[PVR] Expose EpisodePart for recordings
2024-08-21Add EpisodePart to recordingsMartin Vallevand
Use API 9 to add the EpisodePart to recordings. PR 25439 added the EpisodePart to the SeasonEpisodeLabel and recording calls already use that label although PlayerLabel3 needed to be updated to handle recordings which had never been considered.
2024-08-21Merge pull request #25645 from ksooo/addons-fix-recording-provideruid-initKai Sommerfeld
[addons] PVR Add-on API: Fix initialization of PVRRecording::iClientProviderUid
2024-08-21[PVR] PVRGUIInfo: Remove dead code. Videoplayer never 'plays' PVR timers.ksooo
2024-08-21[PVR] Cleanup: Remove unused function CPVRClient::GetInstanceInterface.ksooo
2024-08-21[addons] PVR Add-on API: Fix initialization of PVRRecording::iClientProviderUid.ksooo
2024-08-20Merge pull request #25609 from the-black-eagle/fix_ambiguous_column_errorthe-black-eagle
[MUSIC] Fix ambiguous field in SQL if sorting by artist sortname
2024-08-20Merge pull request #25439 from emveepee/episodepartKai Sommerfeld
[PVR][Estuary] Add missing EpisodePart information
2024-08-20Merge pull request #18397 from the-black-eagle/xsp_random_orderthe-black-eagle
[Filesystem][smartplaylists] Don't sort grouped items by label if random order specified in xsp
2024-08-20[MUSIC] Fix playback of mka/m4b files to start from selected track in files viewthe-black-eagle
2024-08-20[MUSIC] Fix incorrect length for last track in audiobooksthe-black-eagle
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