Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-27 | Merge pull request #11001 from ksooo/pvr-fix-listitem-hastimerschedule | Kai Sommerfeld | |
[PVR][guiinfo] Fix listitem hastimerschedule | |||
2016-11-27 | [Estouchy] update to match the new look of the default skin | ronie | |
2016-11-27 | [PVR][guiinfo] Extend LISTITEM_HASTIMERSCHEDULE to support pvr timer info ↵ | Kai Sommerfeld | |
tag items. | |||
2016-11-27 | Merge pull request #10999 from metaron-uk/filename | Kai Sommerfeld | |
[PVR] Reintroduce filename sort for PVR recordings | |||
2016-11-27 | [PVR] Reintroduce filename sort for PVR recordings | metaron | |
2016-11-27 | Merge pull request #10995 from ksooo/pvr-fix-first-channel-info | Kai Sommerfeld | |
[PVR] Fullscreen video: On up/down and no channel info is currently s… | |||
2016-11-27 | Merge pull request #10998 from FernetMenta/rtmp | Rainer Hochecker | |
VideoPlayer: rtmp fixes | |||
2016-11-27 | Merge pull request #10988 from wsnipex/texturepacker-ext | Wolfgang Schupp | |
[cmake] allow using an existing Texturepacker binary | |||
2016-11-27 | Merge pull request #10479 from wsnipex/ffmpeg | Wolfgang Schupp | |
cmake: make external, shared ffmpeg default | |||
2016-11-27 | VideoPlayer: rtmp fixes | Rainer Hochecker | |
2016-11-27 | reset slideshow state on window close | ronie | |
2016-11-26 | [PVR] Fullscreen video: ON up/down and no channel info is currently shown, ↵ | Kai Sommerfeld | |
display channel info for playing channel, not info for next/prev channel. | |||
2016-11-26 | Split TMCL/TIPL and PERFORMER tag role values into individual instruments or ↵ | DaveTBlake | |
jobs etc., and capiltalise for consistency | |||
2016-11-26 | FFmpeg: Bump to 3.1.6-Krypton-Beta6 | fritsch | |
2016-11-26 | Merge pull request #10985 from FernetMenta/seektime | Rainer Hochecker | |
VideoPlayer: change time parameter of SeekTime from int to double | |||
2016-11-26 | Merge pull request #10986 from ksooo/pvr-fixes-and-optimizations | Kai Sommerfeld | |
[PVR]Small fixes and optimizations | |||
2016-11-25 | Merge pull request #10982 from ksooo/pvr-fix-recordings-window-listings | Kai Sommerfeld | |
[PVR] fix recordings window subfolder listings | |||
2016-11-25 | [cmake] allow using an existing Texturepacker binary | wsnipex | |
2016-11-25 | Merge pull request #10967 from Memphiz/fix_addon_platforms_txt | Cristiano A. Silva | |
Fixed missing binary addons | |||
2016-11-25 | [PVR] Micro optimize async connect (once the pvr client object is obtained, ↵ | Kai Sommerfeld | |
use it) | |||
2016-11-25 | [PVR] Guide window: Fix grid model block count calculation for an edge case | Kai Sommerfeld | |
2016-11-25 | Merge pull request #10949 from phil65/oninfo_mediatype | Philipp Temminghoff | |
[listprovider] whitelist mediatypes which may get opened in VideoInfo… | |||
2016-11-25 | inputstream: bump addon api to 1.0.6 | Rainer Hochecker | |
2016-11-25 | pvr: bump addon api to 5.2.1 | Rainer Hochecker | |
2016-11-25 | Merge pull request #10984 from ksooo/epg-grid-another-crash | Kai Sommerfeld | |
[PVR] Guide window: Fix crash (accessed grid index out of bounds). | |||
2016-11-25 | Add song contributors (composer, musicians etc. or people involved in the ↵ | DaveTBlake | |
recording) as a control list with action to display artist info for that artist Adjusted for Estuary v2, and efforts made to decouple control list item action from the music db | |||
2016-11-25 | VideoPlayer: change time parameter of SeekTime from int to double | Rainer Hochecker | |
2016-11-25 | [cmake] make external FFmpeg default | wsnipex | |
2016-11-25 | [cmake] modernize FindFFMPEG and bump versions to v3.1 | wsnipex | |
2016-11-25 | [depends] ffmpeg: add option to autobuild.sh to build shared libs | wsnipex | |
2016-11-25 | Merge pull request #10978 from notspiff/fix_inotify | Wolfgang Schupp | |
Fix inotify | |||
2016-11-25 | [PVR] Guide window: Fix crash (accessed grid index out of bounds). | Kai Sommerfeld | |
2016-11-24 | Merge pull request #10966 from garbear/fix-action-after-mapping | Garrett Brown | |
Controller dialog: Fix Kodi actions sent after mapping final analog stick | |||
2016-11-24 | Merge pull request #10968 from garbear/fix-analog | Garrett Brown | |
Fix digital buttons with analog actions only sending one action | |||
2016-11-24 | Merge pull request #10547 from ronie/texturedebug | tamland | |
use debug logging for missing textures | |||
2016-11-24 | [PVR] Recordings window: Fix missing subfolders in recordings listing (due ↵ | Kai Sommerfeld | |
to url escape/unescape handling bug). | |||
2016-11-24 | [PVR] Recordings window: Fix duplicate '..' entries in recordings listing. | Kai Sommerfeld | |
2016-11-24 | Rework SQL used by GetFilter for artists, albums and songs nodes. | DaveTBlake | |
Consistent passing of filter when drilling down to albums or songs for a selected artist. Change build of "albums" and "songs" type node query where clauses in GetFilter to use role and albumartistsonly flag combinations. For the default node (role = 1) when albumartistsonly only show albums, and the songs on those albums, by that artist, exclude those albums that have songs they are a song artist for but are not credited with the overall album. For other specific roles (custom nodes) when albumartistsonly only show albums with songs that have that artist in that role AND as album artist. When looking at all contributors (role < 0) albumartistsonly has no meaning, and both song_artist and album_artist tables are examined. Without this change: 1) drilling down to albums for an album artist gives any album with a song credited to them, including both compilation albums and where they have collaborated on a song on an album by someone else. 2) drilling down to albums with songs by a composer (or other role) or the songs themselves, also gives any album or songs where they are the album artist. Apply genre and artist options for "albums" node correctly together using subquery on song. Without this it was selecting albums that had song(s) by the artist and song(s) with that genre, but not ensuring they were the same song. Redesign artists SQL | |||
2016-11-24 | Merge pull request #9925 from oskvadd/fastseek | Wolfgang Schupp | |
Speed up startup time for movies in split rar archives. | |||
2016-11-24 | [controller dialog] Fix Kodi actions sent after mapping final analog stick | Garrett Brown | |
2016-11-24 | Merge pull request #10977 from notspiff/fix_upnp | jenkins4kodi | |
2016-11-23 | remove unused variables / members | Arne Morten Kvarving | |
2016-11-23 | Merge pull request #10975 from phil65/estuary_update | ronie | |
[estuary] 2nd edition | |||
2016-11-23 | fixed: only add inotify members to CLIRC if inotify is available | Arne Morten Kvarving | |
2016-11-23 | fixed: probe for inotify in build system | Arne Morten Kvarving | |
2016-11-23 | fixed: use correct type for time parameter in UPnPPlayer | Arne Morten Kvarving | |
2016-11-23 | [estuary] 2nd edition | phil65 | |
2016-11-23 | Merge pull request #10973 from wsnipex/cmake_fixes | Wolfgang Schupp | |
Cmake fixes | |||
2016-11-23 | [joysticks] Fix no action when analog stick changes direction | Garrett Brown | |
2016-11-23 | [joysticks] Avoid sending 0.0 value actions every frame | Garrett Brown | |