aboutsummaryrefslogtreecommitdiff
path: root/addons
AgeCommit message (Collapse)Author
2020-05-04[addons] Define assets and bump addon versionronie
2020-05-03Merge pull request #17756 from bahusoid/watchingEstouchyronie
[skin.estouchy] Fix watching icons are not shown when content type is not set
2020-04-30[network] Discourage exposing the web server portPhilipp Kerling
2020-04-30[network] Show warning dialog when enabling remote control on all interfacesPhilipp Kerling
The remote control settings do not use the username, password, and SSL certificate that is set for the web server, which makes enabling remote control on all interfaces very dangerous. Introduce a warning dialog that explicitly tells the user about this.
2020-04-30[network] Clarify "remote control" settingsPhilipp Kerling
The remote control settings do not use the username, password, and SSL certificate that is set for the web server, which is not completely clear on first glance. This makes enabling remote control on all interfaces particularly dangerous. Clarify this in the explanation.
2020-04-30[network] Show warning dialog when enabling web serverPhilipp Kerling
The Kodi web interface is very powerful and can be used to take complete control of a device, which may not be obvious to users. Therefore, this commit introduces an explicit warning when enabling the web interface.
2020-04-26Add AV1 video-codec flag to skinsJakob Linskeseder
Support for AV1 was added in #16933. Kodi currently gets FFmpeg decoder names as codec names. This is problematic with AV1 since FFmpeg returns either "libdav1d" or "libaom-av1" as codec (decoder) name: * https://github.com/FFmpeg/FFmpeg/blob/n4.2.2/libavcodec/libdav1d.c#L355-L356 * https://github.com/FFmpeg/FFmpeg/blob/n4.2.2/libavcodec/libaomdec.c#L222-L223 In order to make things simpler for skins, the FFmpeg helper function `avcodec_get_name()` is now used, which returns the actual codec name.
2020-04-26Fix watching icons are not shown when content type is not setRoman Artiukhin
2020-04-22[Skins] misc. fixesronie
2020-04-20Merge pull request #17691 from phunkyfish/size-duration-dateronie
[estuary] optionally show date/duration if recordings sort mode is size or duration
2020-04-20[estuary] optionally show date/duration if recordings sort mode is size or ↵phunkyfish
duration
2020-04-19[repository.xbmc.org] Define assets and bump addon versionenen92
2020-04-16Merge pull request #17645 from ronie/gui19ronie
[GUI] bump xbmc.gui to 5.15.0
2020-04-09[skins] bump skin versions and dependenciesronie
2020-04-09[GUI] bump xbmc.gui to 5.15.0 for Matrixronie
2020-04-06windowing/gbm: add option to limit gui sizeJonas Karlman
2020-03-26[PVR] setting 'Switch to full screen' now supports channel types.Kai Sommerfeld
2020-03-26[pvr] Recording sizes and folder total sizes, sorting and in progress callbackphunkyfish
2020-03-26[pvr] New, Live, Finale and Premiere for EPG, Recordings and Timersphunkyfish
2020-03-21Merge pull request #17473 from the-black-eagle/new_music_listitemsDave Blake
[Estuary] Add new music infolabels to Includes_MusicInfo.xml
2020-03-19Merge pull request #17518 from sualfred/estuary-embuary-infoSebastian S
[Estuary] Added Embuary Info features to home categories
2020-03-17Merge pull request #17453 from ronie/estuary-autocompleteronie
[Estuary] re-add support for the autocomplete plugin
2020-03-17Merge pull request #17457 from ronie/xbmc-prefixronie
remove support for 'XBMC.' prefixed built-in commands
2020-03-13Merge pull request #17474 from howie-f/fix-seekbar-alignmentfuzzard
[Estuary] hide remaining time when fullscreen-info is displayed
2020-03-11[Estuary] hide remaining time when fullscreen-info is displayedhowie-f
2020-03-10[lang][skin.estouchy] updated language files from TransifexAttila Jakosa
2020-03-10[lang][skin.estuary] updated language files from TransifexAttila Jakosa
2020-03-10[lang][kodi.core] automatic syntax corrections for the en_GB language fileAttila Jakosa
2020-03-10[Estuary] Add new music infolabels to Includes_MusicInfo.xmlthe-black-eagle
2020-03-09[Estuary] re-add support for the autocomplete pluginronie
2020-03-09Merge pull request #17437 from the-black-eagle/extra_datesDave Blake
Add support for additonal date and bpm tags in music files
2020-03-09remove support for 'XBMC.' prefixed built-in commandsronie
2020-03-07PVR Radio "Now Playing" emveepee
Changes for display of Shoutcast metadata via PVR Radio as now playing.
2020-03-05Add support for extra date and bpm tags in music filesthe-black-eagle
2020-03-05Added Embuary Info features to home categoriesSebastian S
2020-03-03Merge pull request #17399 from ronie/estuary-playstuffronie
[estuary] display playcount/lastplayed in musicinfo dialog
2020-03-03Merge pull request #17410 from ronie/estuary-infotweaksronie
[Estuary] Info dialog cosmetics
2020-03-01Merge pull request #17188 from ronie/py-abi-bumpronie
[python] set abi to 3.0.0
2020-02-26[Estuary] Info dialog cosmeticsronie
2020-02-25[estuary] display playcount/lastplayed in musicinfo dialogronie
2020-02-25Merge pull request #17398 from ronie/estuary-mapsronie
Estuary maps
2020-02-25[estuary] make weather maps less transparentronie
2020-02-19Merge pull request #17129 from howie-f/stop-bypassing-lockGarrett Brown
[WindowManager] Stop bypassing lockcode of mediasources
2020-02-16Reimplement functions for checking Master-/Medialockshowie-f
2020-02-16[lang][skin.estouchy] updated language files from TransifexAttila Jakosa
2020-02-16[lang][skin.estuary] updated language files from TransifexAttila Jakosa
2020-02-16[lang][skin.estuary] automatic syntax corrections for the en_GB language fileAttila Jakosa
2020-02-16[lang][kodi.core] automatic syntax corrections for the en_GB language fileAttila Jakosa
2020-02-11Added support for script.embuary.infoSebastian S
2020-02-10[osx] drop i386 supportRechi
Since OSX 10.8 (Mountain Lion) the operating system is x86_64 so there is no need for an i386 Kodi application.