aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-09Merge pull request #19190 from thexai/hdr-toastjjd-uk
Simplify HDR status toast messages
2021-02-09fixed: add braces to avoid compiler warningArne Morten Kvarving
2021-02-09changed: Revert redundant delete of episode stream detailsarnova
2021-02-08Merge pull request #19185 from rmrector/available-art-get-apiRyan Rector
[jsonrpc] get available-but-not-assigned artwork
2021-02-08[jsonrpc] get available-but-not-assigned artworkRyan Rector
2021-02-08Merge pull request #19177 from howie-f/v19-jsonpvrsortDave Blake
[json-rpc] add 'sort' parameter to methods PVR.GetRecordings / GetCha…
2021-02-08Merge pull request #19192 from tielis/Move_Set_Rating_fixDave Blake
Fix movie set rating with a single movie in it
2021-02-08Fix movie set rating with a single movie in itMarcelo Carvalho
2021-02-07Simplify HDR status toast messagesthexai
2021-02-07Merge pull request #19166 from djp952/revert-4f8a656aDave Blake
[VideoPlayer] Revert audio/video stream state on VideoPlayer reset
2021-02-07Merge pull request #19132 from fritsch/cglDave Blake
DVDDemuxFFmpeg: Fix Code-guideline issue introduced with …
2021-02-07fixed: Level calculation in FileCache was wrong due to incorrect cast #19188arnova
2021-02-07Merge pull request #19101 from matthewbauer/try-etc-localtime-symlinkDave Blake
Try reading /etc/localtime as symbolic link
2021-02-07Merge pull request #19137 from DaveTBlake/showemptydefaultDave Blake
Set "Show empty TV shows" setting true by default
2021-02-07Merge pull request #19130 from DaveTBlake/fixartdigitDave Blake
[Music]Fix fetching all local art when artwork level maximum
2021-02-07Merge pull request #19145 from jjd-uk/estuary_weather_hourlyDave Blake
[Estuary] Change Weather Hourly from 10hrs to a full 24hrs
2021-02-07[json-rpc] add 'sort' parameter to methods PVR.GetRecordings / GetChannels / ↵howie-f
GetTimers
2021-02-07Merge pull request #19174 from joseluismarti/save-subtitlesenen92
Use GetDynPath to save subtitles
2021-02-06Merge pull request #19179 from ksooo/pvr-timeconvert-error-handlingKai Sommerfeld
[PVR] Add error handling for localtime() calls.
2021-02-06[PVR] Add error handling for localtime() calls.Kai Sommerfeld
2021-02-06Merge pull request #19176 from ksooo/pvr-fix-channelgroups-persistKai Sommerfeld
[PVR] We must only persist CPVRChannelGroup if it is already fully loaded
2021-02-06Resolution: use same algorithm for 2:3 modes as for other modesEvgeny Grin
2021-02-06Resolution: use best fit resolution with double frame rateEvgeny Grin
even if some resolution is found for equal frame rate.
2021-02-06[PVR] We must only persist CPVRChannelGroup if it is already fully loaded.Kai Sommerfeld
2021-02-05Merge pull request #19165 from Karlson2k/w32_fix_build_2Karlson2k
[win32] Fixed CMake configuration and build on Windows
2021-02-04Use GetDynPath to save subtitlesJose Luis Marti
2021-02-04[Android] fixed crash on harmony os TV. xbmc#19133Liam
According to this line in the log "E/AndroidRuntime(10829): Caused by: java.lang.IllegalArgumentException: Unknown URL content://android.media.tv/channel". Exception catch is needed in TvUtil.java when calling insert() method to TvContractCompat.Channels.CONTENT_URI.
2021-02-03Revert "[VideoPlayer] Reset audio/video stream state on VideoPlayer reset ↵djp952
[Issue 18025]" This reverts commit 4f8a656aed05ff6d63aacac0d3a610381a4343c4.
2021-02-03[win32] Fixed configuration and build on WindowsEvgeny Grin
If Python is installed by Visual Studio then CMake found it and use it instead of Python from Kodi dependencies. The main problem is the string 'pragma comment(lib,"python37_d.lib")' in standard python header (commented out in Kodi dependencies). As the result, linker failed to build kodi executable. This situation fixed by instructing CMake to search for libraries and headers in Kodi dependencies before checking system location. This may fix other possible problems when some specific library is already installed into the build system on Windows and can be accidentally used instead of Kodi supplied dependencies.
2021-02-02[win32] Fixed CMake out-of-source build on WindowsEvgeny Grin
CMake is smart enough to detect symlink on Windows, but at the same time is not smart enough to copy symlink itself or linked content on Windows. Currently it fails to copy 'freebsd.xml' which is symlink to 'linux.xml'. Suggested workaround uses CMake internal command and avoids copy of unchanged file.
2021-02-02Merge pull request #19124 from fritsch/res25Peter Frühberger
Resolution: Use Minkowski Distance for exact match
2021-02-01Resolution: Weight found match to reduce false positivesfritsch
Reasoning: Exact matches should find exact matches
2021-02-01Merge pull request #19149 from ksooo/guiinfo-fix-fallback-handlingKai Sommerfeld
[guiinfo] Fix fallback handling for 'offset' and 'position' info labels.
2021-02-01Merge pull request #19143 from Karlson2k/startup_debug_fix1Karlson2k
Fixed crash on start of debug Kodi build
2021-01-31Merge pull request #19148 from thexai/minML-logenen92
Fix: missing one decimal place to logging min ML metadata value
2021-01-31[guiinfo] Fix fallback handling for 'offset' and 'position' info labels.Kai Sommerfeld
2021-01-31Fix: missing one decimal place to logging min ML metadata valuethexai
2021-01-31Merge pull request #19146 from enen92/stopscriptenen92
[addons] Make sure service addons properly handle the AddonUnload event
2021-01-30[addons] Make sure service addons properly handle the AddonUnload eventenen92
2021-01-30[Estuary] Change Weather Hourly from 10hrs to a full 24hrsjjd-uk
2021-01-30Fixed crash on start of debug Kodi buildEvgeny Grin
CLog cannot be used as it isn't initialized yet. Currently debug Kodi build crashes instantly if started without root rights.
2021-01-30Merge pull request #19065 from ghen2/kodi-temp-logWolfgang Schupp
[linux] Crash report: read kodi.log from $KODI_TEMP directory if set.
2021-01-29Merge pull request #19138 from lrusak/drm-atomic-logging-fixDave Blake
windowing/gbm/drm: log atomic request before commiting
2021-01-29Merge pull request #19129 from lrusak/linux-fix-hdr-enumDave Blake
VideoBufferDRMPRIME: fix enum for HDMI_STATIC_METADATA_TYPE1
2021-01-29Merge pull request #17849 from viulian/getusedpercentageDave Blake
remove unnecessary call to GetUsedPercentage in Application.cpp
2021-01-29Merge pull request #19111 from basilgello/fix-estuary-weatherDave Blake
[skin][estuary]Three-line weather right column
2021-01-29Merge pull request #19078 from mglae/matrix_vaapi_settingsDave Blake
VAAPI/VDPAU: check settings value again, not status
2021-01-29Merge pull request #19114 from jjd-uk/estuary_music_labelsDave Blake
[Estuary] Fix - remove duplicate track info
2021-01-29Merge pull request #19106 from ronie/skin-keyboardDave Blake
[skins] osd keyboard - fix accents button
2021-01-29Merge pull request #19097 from howie-f/json-disabledreasonDave Blake
[json] fix: CAddonsOperations::SetAddonEnabled - set disabledReason -