Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 2.89 KB

README.md

File metadata and controls

40 lines (29 loc) · 2.89 KB

Logo

Kodi's web.browser.chromium Addon Documentation Home

Welcome to Kodi's Web Browser addon documentation home. Geared at developers and it contains platform specific build guides.

WARNING:
This addon is currently not supported direct by Kodi and still in developement!
Currently Kodi to test here: https://github.com/AlwinEsch/kodi/tree/add-webbrowser-support
Also are not all below linked OS supported and still in Todo!

This is a Chromium based web browser addon for Kodi using CEF (Chromium Embedded Framework). This brings a good usable API which brings almost the complete diversity of Chromium for us.

The for Kodi used CEF is deposited here https://github.com/kodi-web/cef and contains the changes necessary, therefore this is not directly usable for other purposes.

If you haven't done so, we encourage you to read our contributing guide first. It contains pertinent information about our development model.

Kodi Browser

Building Addon

This uses CMake as its building system but instructions are highly dependent on your operating system and target platform. Choose your platform below and read the guide carefully before proceeding.

Furthermore, this CMake accesses the Chromium and CEF based building system, which is basically based on GN and Python, which therefore has some limitations and is not directly usable via the standard dependency path of Kodi Binary addons.

Warning:
Building this addon with Chromium requires at least 16 GB of RAM (better 32 GB) and more than 15 GB will be downloaded and over 40 GB can be used on your hard drive! Also, the construction can take up to several hours.