Age | Commit message (Collapse) | Author |
|
[Estuary] handle input in the fullscreeninfo dialog
|
|
|
|
Fix spelling errors identified by Lintian
|
|
* Processed output of lintian on repacked Kodi tarball
with the following script:
while read _1 _2 _3 _4 WORD REPL
do
FILENAMES=$(git grep -l "$WORD")
sed -i "s/$WORD/$REPL/g" $FILENAMES
done < /tmp/lint
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
|
|
|
|
[Estuary] add missing back buttons for touchscreen users
|
|
|
|
|
|
|
|
|
|
Fix ios/tvos usage
rbpi requires to explicitly remove lcms, as it doesnt respect the --disable-lcms
flag for some reason, and causes a build failure trying to build the _imagingcms extension when it shouldnt
be building it at all.
building 'PIL._imagingcms' extension
/usr/bin/ccache /home/jenkins/rbpi-dev/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc -fPIC -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -mvectorize-with-neon-quad -pipe -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -Wno-deprecated-declarations -isystem/home/jenkins/rbpi-dev/firmware/opt/vc/include -isystem/home/jenkins/rbpi-dev/firmware/opt/vc/include/interface/vcos/pthreads -isystem/home/jenkins/rbpi-dev/firmware/opt/vc/include/interface/vmcs_host/linux -Og -g -D_DEBUG -isystem /home/jenkins/workspace/LINUX-RBPI/tools/depends/xbmc-depends/raspberry-pi2-debug/include -I/home/jenkins/workspace/LINUX-RBPI/tools/depends/xbmc-depends/raspberry-pi2-debug/include/freetype2 -I/home/jenkins/workspace/LINUX-RBPI/tools/depends/target/pythonmodule-pil/raspberry-pi2-debug/src/libImaging -I/home/jenkins/workspace/LINUX-RBPI/tools/depends/xbmc-depends/i686-linux-gnu-native/include -I/home/jenkins/workspace/LINUX-RBPI/tools/depends/xbmc-depends/raspberry-pi2-debug/include -I/home/jenkins/workspace/LINUX-RBPI/tools/depends/xbmc-depends/raspberry-pi2-debug/include/python3.7 -I/usr/local/include -I/usr/include -I/home/jenkins/workspace/LINUX-RBPI/tools/depends/xbmc-depends/i686-linux-gnu-native/include/python3.7 -c src/_imagingcms.c -o build/temp.linux-x86_64-3.7/src/_imagingcms.o
In file included from /home/jenkins/workspace/LINUX-RBPI/tools/depends/xbmc-depends/raspberry-pi2-debug/include/python3.7/Python.h:11:0,
from src/_imagingcms.c:29:
/usr/include/limits.h:26:36: fatal error: bits/libc-header-start.h: No such file or directory
#include <bits/libc-header-start.h>
^
compilation terminated.
error: command '/usr/bin/ccache' failed with exit status 1
Makefile:71: recipe for target '.installed-raspberry-pi2-debug' failed
|
|
|
|
Music library differential sync and better recently added handling
|
|
|
|
|
|
[Estuary] Improvements to Fullscreen Info/Seekbar for Video & Music
|
|
Add dateadded as a field of artist and album tables (not subquery in view that is slow in MySQL). Allow for artists that are only album artists (not song artists) when calc artist dateadded.
Add dateModified and dateNew fields to song, album and artist tables to track database changes - "dateadded" is a media date, unsuitable for library change history, these are UTC values.
Reuse song IDs on rescan when filename is same, hence keep original dateNew when ID created. Make note when rescan is non-destructive i.e. that does not change the relationships of songs and albums to artists, or delete records.
Use triggers to fill removed_links table. Check artists links change in stand alone update calls e.g. JSON or info refresh, but allow import and scanning to check at end of scan
Use triggers to maintain dateNew and dateModified columns, and log when genres added
Rework UpdateArtistSortNames() to avoid updating songs and albums unnecessarily when processing artist sort names. Ensure that when sort name matches artist name it is added to song and album records as null rather than tidy up later.
Change ctime use
|
|
As this is a very big change it makes sense for me to rename them too.
|
|
|
|
[Estuary] use new version infolabels in sysinfo
|
|
|
|
|
|
[pvr] Expert setting to allow using backend channel numbers with more than one PVR backend
|
|
one PVR backend
|
|
[scraper] Add musicbrainz album release status to python scraper
|
|
[Estaury] add missing font definitions
|
|
[addon][tools] fix dll load helper
|
|
[skins] Add AV1 video-codec flag
|
|
CDVDVideoCodecDRMPRIME: software decoding
|
|
|
|
|
|
|
|
[PVR][Estuary] Dynamic PVR categories for Estuary home screen.
|
|
This to allow versions check about, before was them not included in
check where makes it dangerous by changes.
|
|
|
|
|
|
Re-introduce "input.enablejoystick" setting
|
|
|
|
This setting was removed in Kodi 17 Krypton, so both of these were dead
strings in 17 and 18.
In the v17 joystick subsystem, the European-preferred verbage of "joystick"
was changed to "controller" for a more general audience. Now that we're
re-introducing the setting strings, let's use "controller" for concistency.
|
|
Network services security clarifications and improvements
|
|
[skins] fix sortletter
|
|
|
|
|
|
these views: fanart, shift, widelist, poster
have little space to view the complete plot, so it adds support also for the short plot
|
|
|
|
|
|
|
|
|
|
item' context menu items.
|
|
[addons] Define assets and bump addon version
|