Age | Commit message (Collapse) | Author |
|
|
|
|
|
When two intents are run one after the other the second is ignored.
Exemple :
- First intent is run to play video 1
- video 1 is played
- user exit kodi (use home button)
- Second intent is run to play video 2
- Kodi open but video 2 is not played
This is because the function onNewIntent don't set the path of fileitem
|
|
[cosmetics] skin.xml -> addon.xml
|
|
|
|
|
|
dedicated to prevent deadlock
|
|
|
|
|
|
FIX: make CodecInfo a synonym of PlayerProcessInfo
|
|
VideoPlayer: hls fixes
|
|
When float is large enough, small increments no longer increase it.
|
|
|
|
|
|
|
|
|
|
triggers, etc.
|
|
This reverts commit b6d0b903ab9b355e03c983e3c0e305dd6143d730.
|
|
# Conflicts:
# xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/DXVAHD.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bump to libCEC 4.0.0 + some rebased PRs
|
|
"original stream's language" at least default subtitles should be shown, regardless of there language.
|
|
activating the source.
ref: https://github.com/Pulse-Eight/libcec/issues/156
|
|
that eliminates extensive periodic /sys walkthrough
(this is reused Lars's commit e59d7e028288464e6890141a830e4a83d4b9d065)
|
|
Added advances settings for action when TV goes standby : Pause
playback, Stop playback, Exit Kodi
|
|
|
|
actually 'PVR & Live TV.'
|
|
|
|
directly
|
|
|
|
|
|
|
|
|
|
[cmake] Allow building add-ons by regex match without bootstrapping f…
|
|
[PVR] Guide info dialog: fix record/add timer button visibility.
|
|
[PVR] Fix and cleanup pvr window's sort methods.
|
|
|
|
|
|
Picture: Partially revert f5f9b8d and aadfc21d (keeping fixes)
|
|
|
|
[cmake] separate_arguments() is stupid
|
|
|
|
[cmake] Fix issue with PLATFORM_OVERRIDE (on linux)
|