Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-22 | Pictures: Add unit tests for metadata extraction | Miguel Borges de Freitas | |
2024-05-29 | [PlayLists] Add Tests for ASX format | fuzzard | |
2024-05-29 | [Playlists] Add test for PlayListWPL | fuzzard | |
2024-05-29 | [Playlists] Add test for PlayListXML | fuzzard | |
2023-12-16 | TestRssReader: Add very primitive parser tests | Markus Härer | |
2023-10-02 | [cmake] windows remove superfluous installdata | fuzzard | |
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 parsing | Miguel Borges de Freitas | |
2023-08-09 | [Settings] Migrate MediaSourceSettings to TinyXML2 usage | fuzzard | |
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 tests | fuzzard | |
Add b4s filetype recognition to music player. Add tests to test LoadData of b4s file | |||
2022-08-31 | Remove obsolete scrapers | Razze | |
Closes #21771 | |||
2022-07-15 | [tests] Add unit tests for stack files | enen92 | |
2022-05-22 | game.controller.mouse: Import v1.0.16 | Garrett Brown | |
2022-05-22 | game.controller.keyboard: Import v1.1.17 | Garrett Brown | |
2022-02-18 | Sort CMake installdata/treedata and system XML | Garrett Brown | |
2022-01-10 | [EDL] Add unit tests for EDL advanced settings | enen92 | |
2022-01-09 | [EDL] Add unit tests for EDL | enen92 | |
2021-10-15 | [Subtitles] Implemented new subtitle features | CastagnaIT | |
2021-09-24 | [cmake] remove unused installdata item (script.module.pysqlite) | fuzzard | |
2021-01-13 | Add support for ngx-fancyindex HTTP directories | Carey 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-21 | update addon installdata | Kyle Johnson | |
2020-09-08 | RPi: remove platform | Lukas Rusak | |
2020-07-04 | Merge pull request #15665 from ronie/py3-scrapers | ronie | |
[scrapers] python3 based artist and album scraper | |||
2020-06-22 | update addon installdata | ronie | |
2020-04-18 | HTTP Directory parser enhancements for multi-line anchor tags | djp952 | |
2020-03-26 | Merge pull request #17065 from ChrisEt/zip-extendedheader | phunkyfish | |
added support for "extended local headers" in ZIP files | |||
2020-02-15 | move cacert.pem to system/certs | Rechi | |
This avoids rebuilding depends if cacert.pem gets updated | |||
2019-12-23 | added support for ZIP extended local headers | ChrisEt | |
2019-07-18 | [ios/build] rename core_system_name to darwin_embedded | fuzzard | |
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 installdata | Rechi | |
2018-11-18 | [addons] Switch from TVDB to TMDB as default TV show scraper | Martijn Kaijser | |
- added TMDB scraper - adjusted addon manifest - adjusted default scraper in settings.xml | |||
2018-11-02 | [windows] build FFmpeg static | Rechi | |
2018-10-21 | [playlists] Add support for reading XSPF playlists | Tyler Szabo | |
2018-09-28 | [cmake] install game.controller.snes | Rechi | |
2018-07-03 | [LICENSE] Update content to markdown | h.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-05 | drop more dsp leftovers | Rechi | |
2018-01-23 | [win10] set environment to use local cacert file | Anton Fedchin | |
2017-11-02 | [win10] add uwp to cmake | Dale Stammen | |
2017-10-23 | fix copying of script.module.pil and script.module.pycryptodome | Anton Fedchin | |
2017-10-20 | cmake: fix copy_files_from_filelist_to_buildtree by resetting DIR_OPTION for ↵ | Anton Fedchin | |
each iteration | |||
2017-10-20 | cmake: adapt to changes in dependencies. | Anton Fedchin | |
2017-07-17 | Update cmake and buildsetup to new python location | PÃ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-19 | change addon type name xbmc.audioencoder to kodi.audioencoder | Alwin Esch | |
2017-06-19 | [settings] change audiocds.encoder to audioencoder.xbmc.builtin.aac | Alwin 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 & python | Rechi | |
2017-02-07 | support for image decoder add-ons | notspiff | |
2017-01-21 | add pycryptodome python module | peak3d | |