Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-29 | Merge pull request #25670 from CrystalP/fix-uwp-min_os_version | CrystalP | |
[uwp][build] Restore ability to run UWP builds on Windows 10 | |||
2024-08-29 | [uwp][build] Allow UWP build to run on Windows 10 | CrystalP | |
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-28 | Merge pull request #25664 from DeltaMikeCharlie/rl_skin | Kai Sommerfeld | |
[PVR][guilib][GUIInfoManager] Add support for VideoPlayer.ParentalRatingCode/Icon/Source | |||
2024-08-28 | Estuary: optimize pattern compression | sarbes | |
2024-08-28 | Merge pull request #25673 from ksooo/pvr-init-addon-struct-members | Kai Sommerfeld | |
[PVR] CPVRClient: CAddon* classes: Zero-init base struct's members in ctor | |||
2024-08-28 | Merge pull request #25672 from ksooo/pvr-refactor-int-setting-values | Kai Sommerfeld | |
[PVR] Cleanup: Factor out CPVRTimerType setting values into class CPVRIntSettingValues. | |||
2024-08-28 | Merge pull request #24622 from phunkyfish/pvr-api-epg-live | phunkyfish | |
[pvr] Improve support for live streaming from Epg Tags for Archive/Catchup | |||
2024-08-28 | [JSON] AudioLibrary: bumped api version and updated schema | acidzab | |
2024-08-28 | [JSON] AudioLibrary: implemented RefreshArtist and RefreshAlbum | acidzab | |
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 now | phunkyfish | |
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-27 | Merge pull request #25671 from ksooo/pvr-cleanup-client-id-magic-numbers | Kai 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-26 | Merge pull request #25598 from garbear/show-emu | Garrett Brown | |
RetroPlayer: Show emulator name and icon in Advanced Settings dialog | |||
2024-08-25 | Merge pull request #25657 from samnazarko/updateosmckeymaps | Sam 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-24 | RetroPlayer: Show emulator name and icon in Advanced Settings dialog | Garrett Brown | |
2024-08-25 | Keymaps: Add support for 3rd generation remote | Sam Nazarko | |
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk> | |||
2024-08-25 | Keymaps: update OSMC remote keymapping | Sam Nazarko | |
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk> | |||
2024-08-24 | Merge pull request #25648 from thexai/fix-crash-rdp | thexai | |
[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-23 | Merge pull request #25651 from ksooo/pvr-smart-recently-added-channels | Kai 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-22 | Merge pull request #25646 from ksooo/pvr-remove-dead-code | Kai Sommerfeld | |
[PVR] Remove dead code | |||
2024-08-21 | Merge pull request #25643 from emveepee/recordingpart | Kai Sommerfeld | |
[PVR] Expose EpisodePart for recordings | |||
2024-08-21 | Add EpisodePart to recordings | Martin 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-21 | Merge pull request #25645 from ksooo/addons-fix-recording-provideruid-init | Kai 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-20 | Merge pull request #25609 from the-black-eagle/fix_ambiguous_column_error | the-black-eagle | |
[MUSIC] Fix ambiguous field in SQL if sorting by artist sortname | |||
2024-08-20 | Merge pull request #25439 from emveepee/episodepart | Kai Sommerfeld | |
[PVR][Estuary] Add missing EpisodePart information | |||
2024-08-20 | Merge pull request #18397 from the-black-eagle/xsp_random_order | the-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 view | the-black-eagle | |
2024-08-20 | [MUSIC] Fix incorrect length for last track in audiobooks | the-black-eagle | |
2024-08-19 | Season episode changes | Martin Vallevand | |
Additional changes to skin Episode labeling removing and VideoPlayer removing leading E from @jjd-uk | |||
2024-08-19 | [PVR] Add missing EpisodePart information | Martin 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-19 | Merge pull request #24096 from DeltaMikeCharlie/ratingLabels | Kai Sommerfeld | |
[PVR][addons][guilib] Add support for PVR client add-ons supplying Parental Rating Icons, extend Rating support for Recordings |