aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2020-09-09Merge pull request #16321 from lrusak/rpi-removalpopcornmix
RPi: remove platform
2020-09-09[tvOS][SiriRemote] Fix context menu action in VideosNav windowSylvain CECCHETTO
When user is in VideosNav window, this commit allow him to open context menu by holding center of the Siri Remote on the selected item.
2020-09-08RPi: remove platformLukas Rusak
2020-07-22Merge pull request #18183 from DaveTBlake/FixMovieSettingsDave Blake
Fix setting layout for "videolibrary.groupsingleitemsets"
2020-07-18GL-Shaders: Remove nvidia special handlingfritsch
2020-07-18Fix group single movie into set setting, it is not dependent on show movie ↵DaveTBlake
sets setting
2020-07-17[addons] introduce setting for addon updatemodehowie-f
2020-07-04Merge pull request #15665 from ronie/py3-scrapersronie
[scrapers] python3 based artist and album scraper
2020-06-22set python scrapers as default on new installronie
2020-06-22update addon installdataronie
2020-06-18Windows HDR passthrough supportthexai
2020-06-05[pvr] Expert setting to allow using backend channel numbers with more than ↵phunkyfish
one PVR backend
2020-05-25Merge pull request #17889 from AlwinEsch/fix-dll-load-helperAlwin Esch
[addon][tools] fix dll load helper
2020-05-23Merge pull request #17724 from lrusak/drm-prime-sw-buffer-object-pr-2Lukas Rusak
CDVDVideoCodecDRMPRIME: software decoding
2020-05-22[settings] add settings to disable drm prime hw accelerationLukas Rusak
2020-05-20[addons][tools] add helper as ADDON_GLOBAL_TOOLS to versions.hAlwin Esch
This to allow versions check about, before was them not included in check where makes it dangerous by changes.
2020-05-19Merge pull request #17529 from garbear/enable-controller-settingGarrett Brown
Re-introduce "input.enablejoystick" setting
2020-05-17[settings] Make enable mouse/controller advanced settingsGarrett Brown
These options can kill Kodi if no alternative input method is available, so let's hide them by default.
2020-05-17[peripherals] Re-introduce "input.enablejoystick" settingGarrett Brown
This setting was removed in the joystick subsystem introduced in Kodi 17 Krypton. Instead, controller input could be disabled from the GUI by disabling the peripheral.joystick add-on. The reason for re-adding this setting is due to Kodi's interaction with the window manager. On systems without a window manager, Kodi won't receive an event when the main app loses focus. By introducing this setting, an API is provided to clients so they can appropriately control controller input based on external knowledge.
2020-05-12[network] Add setting for web server authentication and enable by defaultPhilipp Kerling
2020-04-15Disable VAAPI/VDPAU MPEG-2 hwaccel by defaultPhilipp Kerling
radeon mesa driver still seems to have issues with MPEG-2 and with current and even older hardware hardware-decoding MPEG-2 does not give substantial benefit. Fixes #17651 (kind of) See also mpv-player/mpv@3dd59db
2020-04-06windowing/gbm: add option to limit gui sizeJonas Karlman
2020-03-26[PVR] setting 'Switch to full screen' now supports channel types.Kai Sommerfeld
2020-03-05Add support for extra date and bpm tags in music filesthe-black-eagle
2020-02-15update SSL CA trust storeRechi
2020-02-15move cacert.pem to system/certsRechi
This avoids rebuilding depends if cacert.pem gets updated
2020-02-08Merge pull request #17225 from ronie/fullscreenplaybackronie
add setting to switch to visualisation on playback
2020-01-30Rename "dvdimage" selection tag to "discimage"Garrett Brown
The prior behavior was kept as a fallback. If the fallback is used, a deprecation warning is logged.
2020-01-30Fix error playing disk image gamesGarrett Brown
Game items ending in disk image extensions are currently played using VideoPlayer instead of RetroPlayer. This results in a brief buffering dialog, and then the player exits to the previous window.
2020-01-27add setting to switch to visualisation on playbackronie
2020-01-22[PVR] EPG: Always store EPG tags in database, do never load all tags from ↵Kai Sommerfeld
database on startup. Todo: Still keeping all EPG tags fetched from the clients in memory.
2020-01-15Fix SiriRemote keymapronie
2020-01-08[tvOS] Initial Platform Commit for Apple TVOSSylvain CECCHETTO
Initial commit for TVOS platform.
2019-12-24Merge pull request #16970 from rmrector/movieset-info-folderRyan Rector
[videolibrary] Add setting movie set information folder
2019-12-22add 'movie set information folder' settingRyan Rector
A local folder to contain artwork. Used to populate artwork when scanning and manual artwork selection in the GUI.
2019-12-07FreeBSD: Unbreak VAAPI by syncing system/settings/{freebsd,linux}.xmlTobias Kortkamp
They really should always be kept the same.
2019-11-23Add boxset detection and navigation by individual discsthe-black-eagle
2019-10-30CRenderSystemGLES: Add no-alpha texture shaderGarrett Brown
2019-10-13Merge pull request #15268 from bb10/bb10-radical-changemaster-last-commmit-before-python3-mergeGarrett Brown
Several Joystick keymap changes related to the B button and back buttons.
2019-10-09[ios] add new action to Logging settings for native sharing of the log fileAndrey Filipenkov
2019-09-27[pvr][dialogs][Estuary][keymaps] Rework Guide window's navigation context ↵Kai Sommerfeld
menu, introduce (optional) grid controls dialog.
2019-09-26Merge pull request #16593 from phunkyfish/group-member-backend-channelphunkyfish
[pvr] support group specific channel numbering and option to start group number locally from 1
2019-09-26[pvr] support numbering all groups from one locallyphunkyfish
2019-09-19Remove unnecessary CDirectoryNode classes for compilations and years nodes, ↵DaveTBlake
they are implemented as NODE_TYPE_ALBUM nodes
2019-09-05[Android] Implement HDR display enable for ffmpeg decoded streamspeak3d
2019-08-04Merge pull request #16384 from AlwinEsch/ACTION_IDAlwin Esch
add ACTION_MOUSE_DRAG_END support
2019-07-21settings: add "Dark Grey" subtitles color optionArthur Liberman
This can be useful when watching HDR content with subs, and "Grey" is still too bright.
2019-07-19add ACTION_MOUSE_DRAG_END supportAlwin Esch
This action is required on webbrowser addon to handle mouse drag and drop on website content.
2019-06-20Add persian language keyboardpeylight
2019-06-03Remove amlogic platformLukas Rusak
Amlogic developers are encouraged to move to the GBM platform