aboutsummaryrefslogtreecommitdiff
path: root/addons
AgeCommit message (Collapse)Author
2020-06-26Merge pull request #18102 from ronie/estuary-fullscreeninfoKai Sommerfeld
[Estuary] handle input in the fullscreeninfo dialog
2020-06-26[Estuary] handle input in the fullscreeninfo dialogronie
2020-06-25Merge pull request #18100 from basilgello/spelling-fixesGarrett Brown
Fix spelling errors identified by Lintian
2020-06-25Fix spelling errors identified by LintianVasyl Gello
* 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>
2020-06-25[estuary] various osd fixesronie
2020-06-25Merge pull request #18061 from ronie/estuary-touchbackronie
[Estuary] add missing back buttons for touchscreen users
2020-06-22remove outdated demo scrapersronie
2020-06-22add python artist scraperronie
2020-06-22add python album scraperronie
2020-06-22[skins] update fontsronie
2020-06-21[tools/depends] bump pythonmodule-pil 7.1.2fuzzard
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
2020-06-20[xbmc.gui] drop backward compatibility for Leia skinsronie
2020-06-20Merge pull request #18026 from DaveTBlake/TrueDateAddedTriggerDave Blake
Music library differential sync and better recently added handling
2020-06-18fix addon label2ronie
2020-06-14[Estuary] add missing back buttons for touchscreen usersronie
2020-06-14Merge pull request #17976 from jjd-uk/Estuary_Fullscreenronie
[Estuary] Improvements to Fullscreen Info/Seekbar for Video & Music
2020-06-13Option for "dateadded" for song to be from earliest of ctime and mtime time.DaveTBlake
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
2020-06-12[addons][pvr][upload] rename addon id "xbmc.pvrclient" to "kodi.pvrclient"Alwin Esch
As this is a very big change it makes sense for me to rename them too.
2020-06-12[Estuary] Improvements to Fullscreen Info/Seekbar for Video & Musicjjd-uk
2020-06-11Merge pull request #17998 from ronie/estuary-sysinforonie
[Estuary] use new version infolabels in sysinfo
2020-06-09jquery 1.11.0 -> 3.5.1 for Webinterfacepeak3d
2020-06-08[Estuary] use new version infolabels in sysinforonie
2020-06-07Merge pull request #18001 from phunkyfish/backend-channel-numbersphunkyfish
[pvr] Expert setting to allow using backend channel numbers with more than one PVR backend
2020-06-05[pvr] Expert setting to allow using backend channel numbers with more than ↵phunkyfish
one PVR backend
2020-06-04[Music] read and process musicbrainz album release status tagthe-black-eagle
[scraper] Add musicbrainz album release status to python scraper
2020-06-02Merge pull request #17927 from ronie/estuary-fontronie
[Estaury] add missing font definitions
2020-05-25Merge pull request #17889 from AlwinEsch/fix-dll-load-helperAlwin Esch
[addon][tools] fix dll load helper
2020-05-24Merge pull request #17745 from jaylinski/flag/av1Lukas Rusak
[skins] Add AV1 video-codec flag
2020-05-23Merge pull request #17724 from lrusak/drm-prime-sw-buffer-object-pr-2Lukas Rusak
CDVDVideoCodecDRMPRIME: software decoding
2020-05-22[settings] add settings to disable drm prime hw accelerationLukas Rusak
2020-05-22[Estaury] add missing font definitionsronie
2020-05-22[PVR] Recordings folders: Add context menu item 'Delete all watched'.Kai Sommerfeld
2020-05-20Merge pull request #17900 from ksooo/pvr-dynamic-categoriesKai Sommerfeld
[PVR][Estuary] Dynamic PVR categories for Estuary home screen.
2020-05-20[addons][tools] add helper as ADDON_GLOBAL_TOOLS to versions.hAlwin Esch
This to allow versions check about, before was them not included in check where makes it dangerous by changes.
2020-05-19[PVR][Estuary] Dynamic PVR categories for Estuary home screen.Kai Sommerfeld
2020-05-19[Estuary] PVR side blade: Fix label for PVR quick navigation button list.Kai Sommerfeld
2020-05-19Merge pull request #17529 from garbear/enable-controller-settingGarrett Brown
Re-introduce "input.enablejoystick" setting
2020-05-17[strings] Remove unused joystick stringsGarrett Brown
2020-05-17[strings] Reword re-introduced controller setting for consistency in the UIGarrett Brown
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.
2020-05-17Merge pull request #17359 from yol/webiface-promptsyol
Network services security clarifications and improvements
2020-05-17Merge pull request #17844 from ronie/skins-sortletterronie
[skins] fix sortletter
2020-05-16[lang][skin.estouchy] updated language files from TransifexAttila Jakosa
2020-05-16[lang][skin.estuary] updated language files from TransifexAttila Jakosa
2020-05-15[skin][estuary] Add to some views support of PlotOutlineCastagnaIT
these views: fanart, shift, widelist, poster have little space to view the complete plot, so it adds support also for the short plot
2020-05-12[network] Add setting for web server authentication and enable by defaultPhilipp Kerling
2020-05-11[skins] fix sortletterronie
2020-05-09[Estuary] Playlist window: Add support for PVR recordings.Kai Sommerfeld
2020-05-09[Estuary][PVR] Recordings window: Add 'Go to playlist' to side blade.Kai Sommerfeld
2020-05-08[video][PVR] Recordings folders: Add support for 'Play next' and 'Queue ↵Kai Sommerfeld
item' context menu items.
2020-05-04Merge pull request #17793 from enen92/addoniconsenen92
[addons] Define assets and bump addon version