aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-25Fixed using 'label2Mask' for foldersVladimir Maksimenko
2020-10-25Merge pull request #18619 from pkscout/xbmc-python-scrapersDave Blake
[scrapers] Add python3 based TMDB movie and tv show scrapers as defaults
2020-10-25[python] allow plugins to set label in sortmethods (#17201)Dag Wieers
* [python] allow plugins to set label in sortmethods Co-authored-by: ronie <ronie@kodi.tv>
2020-10-25[addons] DialogAddonInfo / update-button: drop yes/no-confirmationhowie-f
2020-10-25[addons] fix: improve update of system-addons via official reposhowie-f
2020-10-25[addons] cleanup: remove bool parameter and obsolete wrappershowie-f
2020-10-25[jsonrpc] support Player.AddSubtitle APIPau Espin Pedrol
This allows adding and applying a new subtitle URI to the player, be it a URL, a local file, etc.
2020-10-24Merge pull request #18628 from ksooo/json-rpc-pvr-radio-getitemKai Sommerfeld
[json-rpc] Fix 'Artist Slideshow' addon not working for PVR radio channels…
2020-10-24Merge pull request #18630 from ksooo/guiinfo-player-title-fallbackKai Sommerfeld
[guiinfo][PVR][music][video] Implement proper fallback logic for (MUSIC|VIDEO)PLAYER_TITLE
2020-10-24Merge pull request #18513 from enen92/epbranchenen92
[Regex] Make first char before ep optional for single episodes
2020-10-24Merge pull request #18590 from fritsch/pulsecleanPeter Frühberger
AESinkPULSE: Require version 11.0
2020-10-24Merge pull request #18627 from ksooo/addons-fix-pvr-updateKai Sommerfeld
[addons] CAddonDll ctor has to set m_binaryAddonBase. Fixes PVR addon update
2020-10-24[guiinfo][PVR][music][video] Implement proper fallback logic for ↵Kai Sommerfeld
(MUSIC|VIDEO)PLAYER_TITLE
2020-10-24AESinkPULSE: Require version 11.0fritsch
2020-10-24[json-rpc] Fix 'Artist Slideshow' addon not working for PVR radio channels ↵Kai Sommerfeld
providing artist information via RDS. We must not cut off the music info tag from the pvr channel item.
2020-10-24[addons] CAddonDll ctor has to set m_binaryAddonBase. Fixes PVR addon update.Kai Sommerfeld
2020-10-24[Estuary] Home screen widgets: Fix busy spinner and content panel displayed ↵Kai Sommerfeld
at same time if panel has exactly one item.
2020-10-24Merge pull request #18618 from sarbes/bicubic_scalerssarbes
[OpenGL] Added support for more bicubic scalers
2020-10-24Merge pull request #18597 from basilgello/fix-testsphunkyfish
[LINUX] Fix SystemInfo on 32bit Kodi running on 64bit system
2020-10-23Merge pull request #18625 from lrusak/cmake-prefix-pathLukas Rusak
[cmake] bail out if waylandpp isn't found via pkg-config
2020-10-23[addons] sync service.xbmc.versioncheck with repoanxdpanic
2020-10-23SystemInfo.GetUserAgent: reword platform nsme for i686 on x86_64Vasyl Gello
The useragent string declares OS and arch as "Linux i686 (x86_64)" if 32-bit Kodi is built on 64-bit CPU. This violates the test check requiring only one closing bracket. Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
2020-10-23Merge pull request #18560 from lrusak/egl-genericLukas Rusak
utils/EGLUtils: allow generic types
2020-10-23tools/depends: symlink wayland-scanner++.pc from native to targetLukas Rusak
2020-10-23Merge pull request #18386 from the-black-eagle/music_videothe-black-eagle
[Musicvideos] Improve navigation, fetch extra info from musicdb when browsing musicvids and display in GUI
2020-10-23[Estuary] update videoinfodialog for music videosthe-black-eagle
2020-10-23Add music albums to CGUIVideoInfoDialog same actor search resultsthe-black-eagle
2020-10-23Merge pull request #18583 from ronie/estouchy-guideronie
[Estouchy] Add scrollbar to EPG
2020-10-22[cmake] FindWaylandpp: bail out if we cannot find waylandpp via pkg-configLukas Rusak
2020-10-23Merge pull request #18069 from popcornmix/ceconofffuzzard
PeripheralCecAdapter: Only stop playback if currently playing
2020-10-23Merge pull request #18532 from paolo-sz/aarch64_NEONfuzzard
Added correct NEON detection for aarch64 compilers
2020-10-23Merge pull request #18617 from lrusak/vaapi-loggingfuzzard
VAAPI: fix logging by removing trailing characters
2020-10-23Merge pull request #18584 from lrusak/automake-patchfuzzard
tools/depends: add automake patch to fix race in parallel builds
2020-10-23Merge pull request #18550 from bev-ru/dont_resume_playback_on_tv_standbyfuzzard
CEC: Don't resume playback on tv standby.
2020-10-23Merge pull request #18580 from romanvm/fix_script_path_encoding_on_windowsfuzzard
Do not encode a Python script path to "system" encoding on Windows
2020-10-22Merge pull request #18549 from the-black-eagle/delete_tagDave Blake
[video][gui] Fix remove option in context menu for tags
2020-10-22windowing/gbm/drm: create an atomic queue to allow falling back after a ↵Lukas Rusak
failed commit
2020-10-22windowing/gbm/drm: CDRMObject: add methods to get type name and property nameLukas Rusak
2020-10-22Merge pull request #18585 from fritsch/omlsyncPeter Frühberger
OMlSync: Enable by default
2020-10-22utils/EGLUtils: allow generic typesLukas Rusak
2020-10-22tools/depends/native: libpng depends on automakeLukas Rusak
2020-10-22tools/depends: add automake patch to fix race in parallel buildsLukas Rusak
2020-10-22Merge pull request #18571 from lrusak/guilib-texture-creationLukas Rusak
guilib: add static helpers to remove ifdeffing
2020-10-22Merge pull request #18529 from lrusak/binary-addons-fix-gbmLukas Rusak
fix binary add-ons build for GLES
2020-10-22Accept Python bytes type into a bufferRoman Miroshnychenko
2020-10-22Merge pull request #18614 from thexai/hlg-to-pqjjd-uk
[Windows] Enables HLG HDR passthrough using HLG to PQ shaders
2020-10-22[tvos] jenkins defaultenv bump to xcode 11.3.1 SDK 13.2fuzzard
2020-10-22[video] Fix delete option in context menu for tagsthe-black-eagle
2020-10-22Merge pull request #18610 from howie-f/v19-fix-addonsFrank H
[addons] fix: set addon origin correctly
2020-10-21set python scrapers as default on new installKyle Johnson