aboutsummaryrefslogtreecommitdiff
path: root/system/addon-manifest.xml
AgeCommit message (Collapse)Author
2018-11-18[addons] Switch from TVDB to TMDB as default TV show scraperMartijn Kaijser
- added TMDB scraper - adjusted addon manifest - adjusted default scraper in settings.xml
2018-10-16[addons] Remove game addons from addon-manifest as they are no longer ↵Martijn Kaijser
shipped with the installer and are now available from Kodi repo
2018-09-26Import game.controller.snesGarrett Brown
2018-04-05drop more dsp leftoversRechi
2018-03-21Fix disappointing lack of games after entering cheat codeGarrett Brown
2017-10-02[addons] remove htbackdrops from addon-manifestMartijn Kaijser
2017-06-24Addonvideocodec Implementation (#12340)Markus Pfau
2017-06-19change addon type name xbmc.audioencoder to kodi.audioencoderAlwin Esch
2017-05-30[addons] add addon filesystem callback functions to new styleAlwin Esch
This is the next step to add addon callbacks to the new way. After them are all parts who already in old libXBMC_addon.h included on new interface headers. As next comes the change of GUI callbacks. Because of the size is the doxygen part not included here and comes in another commit.
2017-05-30[addons] add addon network functions to new wayAlwin Esch
This change network related addon to kodi callback functions to new C++ style. Related doxygen documentation is already added there.
2017-05-29[addons] add general addon callback functions to new styleAlwin Esch
This add the general function who used on several addons to the new addon interface style. In future all the basics like on Python addons can be added here.
2017-05-28[addons] add addon audio engine callbacks on new wayAlwin Esch
This add the currently with libKODI_audioengine.h done part to the new style. Due to missing addons who use them was a complete test currently not possible and must be check in future, from the base is the work equal to the old. The old parts becomes in next commit removed.
2017-05-15[cmake][addons] automate addon.xml version setAlwin Esch
This automate the set of versions on addon.xml in kodi and also allow set of them on addon itself. On a Version change need only the number inside the Header "version.h" replaced, everything else becomes then set from cmake.
2017-04-28[pvr] remove libXBMC_codec.h and add to libXBMC_pvr.hAlwin Esch
This remove the use of libXBMC_codec.h where was nearly nothing in and was only needed for PVR add-ons. Now becomes the parts of them moved to the PVR headers. Next step of the addon system rework.
2017-04-17[addons] make versioncheck optionalThomas Amland
2017-02-07support for image decoder add-onsnotspiff
2017-01-21add pycryptodome python modulepeak3d
2017-01-09add support for vfs add-onsnotspiff
2016-10-16rename ui sound addonronie
2016-04-29Add peripehral.joystick as "optional" add-on in addon-manifest.xmlGarrett Brown
2016-03-18addons: add IDs from PR #8807 to system add-onsGarrett Brown
2016-03-17addons: add kodi.inputstream to system addonsRainer Hochecker
2016-03-01build estouchy instead of re-touchedronie
2016-03-01change default skin settingphil65
2016-02-27[addons] fix system addon workaroundsThomas Amland