aboutsummaryrefslogtreecommitdiff
path: root/cmake/installdata
AgeCommit message (Collapse)Author
2024-06-22Pictures: Add unit tests for metadata extractionMiguel Borges de Freitas
2024-05-29[PlayLists] Add Tests for ASX formatfuzzard
2024-05-29[Playlists] Add test for PlayListWPLfuzzard
2024-05-29[Playlists] Add test for PlayListXMLfuzzard
2023-12-16TestRssReader: Add very primitive parser testsMarkus Härer
2023-10-02[cmake] windows remove superfluous installdatafuzzard
2023-08-27[cmake] Enable Windows Multiconfig Gen to bundle a complete working ↵fuzzard
executable folder This allows VS (a Multiconfig Generator) to build and create a full file structure required to execute the main app target immediately from the build location that is created in a folder path that is not known at cmake generation. An example, is if you build Kodi as Debug, the executable will be placed in {CMAKE_BINARY_DIR}/Debug/kodi.exe but if you change the Build Type to Release, it will go in ${CMAKE_BINARY_DIR}/Release/kodi.exe. As you can change to any build type you wish after cmake generation, we can not know the location at cmake generation time, so currently all the required dlls/files/folders for a complete bundle are just placed in ${CMAKE_BINARY_DIR}/ and therefore you need to copy the kodi.exe from the folder it was built into the parent folder to be able to execute it.
2023-08-15[skintimers] Add unit tests for skintimer parsingMiguel Borges de Freitas
2023-08-09[Settings] Migrate MediaSourceSettings to TinyXML2 usagefuzzard
Migrate to TinyXML2 usage from TinyXML1 Implement tests for MediaSourceSettings Mediasourcesettings update to coding guidelines
2023-06-27[playlist] add b4s playlist recognition to music and testsfuzzard
Add b4s filetype recognition to music player. Add tests to test LoadData of b4s file
2022-08-31Remove obsolete scrapersRazze
Closes #21771
2022-07-15[tests] Add unit tests for stack filesenen92
2022-05-22game.controller.mouse: Import v1.0.16Garrett Brown
2022-05-22game.controller.keyboard: Import v1.1.17Garrett Brown
2022-02-18Sort CMake installdata/treedata and system XMLGarrett Brown
2022-01-10[EDL] Add unit tests for EDL advanced settingsenen92
2022-01-09[EDL] Add unit tests for EDLenen92
2021-10-15[Subtitles] Implemented new subtitle featuresCastagnaIT
2021-09-24[cmake] remove unused installdata item (script.module.pysqlite)fuzzard
2021-01-13Add support for ngx-fancyindex HTTP directoriesCarey Metcalfe
This gives Kodi the ability to parse the indexes generated by Nginx's ngx-fancyindex module. Note that the timestamp format that the module uses must be `%Y-%b-%d %H:%M` (the default) for them to be properly parsed. See https://github.com/aperezdc/ngx-fancyindex
2020-10-21update addon installdataKyle Johnson
2020-09-08RPi: remove platformLukas Rusak
2020-07-04Merge pull request #15665 from ronie/py3-scrapersronie
[scrapers] python3 based artist and album scraper
2020-06-22update addon installdataronie
2020-04-18HTTP Directory parser enhancements for multi-line anchor tagsdjp952
2020-03-26Merge pull request #17065 from ChrisEt/zip-extendedheaderphunkyfish
added support for "extended local headers" in ZIP files
2020-02-15move cacert.pem to system/certsRechi
This avoids rebuilding depends if cacert.pem gets updated
2019-12-23added support for ZIP extended local headersChrisEt
2019-07-18[ios/build] rename core_system_name to darwin_embeddedfuzzard
implement darwin_embedded CORE_SYSTEM_NAME and OS. This provides a single parent for ios/tvos common build code, and allows ios/tvos specific code via CORE_PLATFORM_NAME
2019-01-25[cleanup] remove repository.pvr-win32.xbmc.org from installdataRechi
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-11-02[windows] build FFmpeg staticRechi
2018-10-21[playlists] Add support for reading XSPF playlistsTyler Szabo
2018-09-28[cmake] install game.controller.snesRechi
2018-07-03[LICENSE] Update content to markdownh.udo
Verbatim copy of https://www.gnu.org/licenses/old-licenses/gpl-2.0.md
2018-04-21[packaging] include CA store into packages.Anton Fedchin
2018-04-05drop more dsp leftoversRechi
2018-01-23[win10] set environment to use local cacert fileAnton Fedchin
2017-11-02[win10] add uwp to cmakeDale Stammen
2017-10-23fix copying of script.module.pil and script.module.pycryptodomeAnton Fedchin
2017-10-20cmake: fix copy_files_from_filelist_to_buildtree by resetting DIR_OPTION for ↵Anton Fedchin
each iteration
2017-10-20cmake: adapt to changes in dependencies.Anton Fedchin
2017-07-17Update cmake and buildsetup to new python locationPÃr BjÃrklund
x64 was packaged with 32-bit *.pyd files
2017-06-21[windows][mingwlibs] change installdirectory to ↵Rechi
project/BuildDependencies/mingwlibs/$ARCHITECTURE
2017-06-19change addon type name xbmc.audioencoder to kodi.audioencoderAlwin Esch
2017-06-19[settings] change audiocds.encoder to audioencoder.xbmc.builtin.aacAlwin Esch
audioencoder.xbmc.builtin.wav is no more present in Kodi (only as external addon)
2017-06-15[bluray][win32] Enable BD-J support.ace20022
2017-05-08[cmake][windows] install architecture dependant dlls & pythonRechi
2017-02-07support for image decoder add-onsnotspiff
2017-01-21add pycryptodome python modulepeak3d