2017-11-28, 13:26
@Jeroen Would it be possible to add a file include tag at the bottom of https://github.com/jeroenpardon/skin.gri...cludes.xml ?
And then add an empty file (but with a short comment of its purpose) Includes_User.xml to the xml directory ?
(To prevent an error message in the Kodi log of users not using this new file.)
And of course also add that file to your .gitignore file ( https://github.com/jeroenpardon/skin.gri....gitignore ) so that it never commits : /xml/Includes_User.xml
This way I only have to overwrite the empty Includes_User.xml in the /xml folder with my own version of the file, without having to edit Includes.xml.
Code:
<include file="Includes_User.xml" />
(To prevent an error message in the Kodi log of users not using this new file.)
And of course also add that file to your .gitignore file ( https://github.com/jeroenpardon/skin.gri....gitignore ) so that it never commits : /xml/Includes_User.xml
This way I only have to overwrite the empty Includes_User.xml in the /xml folder with my own version of the file, without having to edit Includes.xml.