Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-09 | Merge pull request #19190 from thexai/hdr-toast | jjd-uk | |
Simplify HDR status toast messages | |||
2021-02-09 | fixed: add braces to avoid compiler warning | Arne Morten Kvarving | |
2021-02-09 | changed: Revert redundant delete of episode stream details | arnova | |
2021-02-08 | Merge pull request #19185 from rmrector/available-art-get-api | Ryan Rector | |
[jsonrpc] get available-but-not-assigned artwork | |||
2021-02-08 | [jsonrpc] get available-but-not-assigned artwork | Ryan Rector | |
2021-02-08 | Merge pull request #19177 from howie-f/v19-jsonpvrsort | Dave Blake | |
[json-rpc] add 'sort' parameter to methods PVR.GetRecordings / GetCha… | |||
2021-02-08 | Merge pull request #19192 from tielis/Move_Set_Rating_fix | Dave Blake | |
Fix movie set rating with a single movie in it | |||
2021-02-08 | Fix movie set rating with a single movie in it | Marcelo Carvalho | |
2021-02-07 | Simplify HDR status toast messages | thexai | |
2021-02-07 | Merge pull request #19166 from djp952/revert-4f8a656a | Dave Blake | |
[VideoPlayer] Revert audio/video stream state on VideoPlayer reset | |||
2021-02-07 | Merge pull request #19132 from fritsch/cgl | Dave Blake | |
DVDDemuxFFmpeg: Fix Code-guideline issue introduced with … | |||
2021-02-07 | fixed: Level calculation in FileCache was wrong due to incorrect cast #19188 | arnova | |
2021-02-07 | Merge pull request #19101 from matthewbauer/try-etc-localtime-symlink | Dave Blake | |
Try reading /etc/localtime as symbolic link | |||
2021-02-07 | Merge pull request #19137 from DaveTBlake/showemptydefault | Dave Blake | |
Set "Show empty TV shows" setting true by default | |||
2021-02-07 | Merge pull request #19130 from DaveTBlake/fixartdigit | Dave Blake | |
[Music]Fix fetching all local art when artwork level maximum | |||
2021-02-07 | Merge pull request #19145 from jjd-uk/estuary_weather_hourly | Dave 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-07 | Merge pull request #19174 from joseluismarti/save-subtitles | enen92 | |
Use GetDynPath to save subtitles | |||
2021-02-06 | Merge pull request #19179 from ksooo/pvr-timeconvert-error-handling | Kai Sommerfeld | |
[PVR] Add error handling for localtime() calls. | |||
2021-02-06 | [PVR] Add error handling for localtime() calls. | Kai Sommerfeld | |
2021-02-06 | Merge pull request #19176 from ksooo/pvr-fix-channelgroups-persist | Kai Sommerfeld | |
[PVR] We must only persist CPVRChannelGroup if it is already fully loaded | |||
2021-02-06 | Resolution: use same algorithm for 2:3 modes as for other modes | Evgeny Grin | |
2021-02-06 | Resolution: use best fit resolution with double frame rate | Evgeny 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-05 | Merge pull request #19165 from Karlson2k/w32_fix_build_2 | Karlson2k | |
[win32] Fixed CMake configuration and build on Windows | |||
2021-02-04 | Use GetDynPath to save subtitles | Jose Luis Marti | |
2021-02-04 | [Android] fixed crash on harmony os TV. xbmc#19133 | Liam | |
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-03 | Revert "[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 Windows | Evgeny 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 Windows | Evgeny 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-02 | Merge pull request #19124 from fritsch/res25 | Peter Frühberger | |
Resolution: Use Minkowski Distance for exact match | |||
2021-02-01 | Resolution: Weight found match to reduce false positives | fritsch | |
Reasoning: Exact matches should find exact matches | |||
2021-02-01 | Merge pull request #19149 from ksooo/guiinfo-fix-fallback-handling | Kai Sommerfeld | |
[guiinfo] Fix fallback handling for 'offset' and 'position' info labels. | |||
2021-02-01 | Merge pull request #19143 from Karlson2k/startup_debug_fix1 | Karlson2k | |
Fixed crash on start of debug Kodi build | |||
2021-01-31 | Merge pull request #19148 from thexai/minML-log | enen92 | |
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-31 | Fix: missing one decimal place to logging min ML metadata value | thexai | |
2021-01-31 | Merge pull request #19146 from enen92/stopscript | enen92 | |
[addons] Make sure service addons properly handle the AddonUnload event | |||
2021-01-30 | [addons] Make sure service addons properly handle the AddonUnload event | enen92 | |
2021-01-30 | [Estuary] Change Weather Hourly from 10hrs to a full 24hrs | jjd-uk | |
2021-01-30 | Fixed crash on start of debug Kodi build | Evgeny Grin | |
CLog cannot be used as it isn't initialized yet. Currently debug Kodi build crashes instantly if started without root rights. | |||
2021-01-30 | Merge pull request #19065 from ghen2/kodi-temp-log | Wolfgang Schupp | |
[linux] Crash report: read kodi.log from $KODI_TEMP directory if set. | |||
2021-01-29 | Merge pull request #19138 from lrusak/drm-atomic-logging-fix | Dave Blake | |
windowing/gbm/drm: log atomic request before commiting | |||
2021-01-29 | Merge pull request #19129 from lrusak/linux-fix-hdr-enum | Dave Blake | |
VideoBufferDRMPRIME: fix enum for HDMI_STATIC_METADATA_TYPE1 | |||
2021-01-29 | Merge pull request #17849 from viulian/getusedpercentage | Dave Blake | |
remove unnecessary call to GetUsedPercentage in Application.cpp | |||
2021-01-29 | Merge pull request #19111 from basilgello/fix-estuary-weather | Dave Blake | |
[skin][estuary]Three-line weather right column | |||
2021-01-29 | Merge pull request #19078 from mglae/matrix_vaapi_settings | Dave Blake | |
VAAPI/VDPAU: check settings value again, not status | |||
2021-01-29 | Merge pull request #19114 from jjd-uk/estuary_music_labels | Dave Blake | |
[Estuary] Fix - remove duplicate track info | |||
2021-01-29 | Merge pull request #19106 from ronie/skin-keyboard | Dave Blake | |
[skins] osd keyboard - fix accents button | |||
2021-01-29 | Merge pull request #19097 from howie-f/json-disabledreason | Dave Blake | |
[json] fix: CAddonsOperations::SetAddonEnabled - set disabledReason - |