Been attempting to add Index of /builds/master/RPi2/ as a custom path in Leopold's OpenELEC Dev Update addon in order to install latest #0403 LibreElec Krypton build then update directly from Rpi2 as further updates become available via dev update addon. Currently getting following Kodi warning message
Quote
No builds were found for RPi2.arm
Index of /builds/master/RPi2/
Please check the URL
extract from \\xxx.xxx.x.xx\Userdata\addon_data\script.openelec.devupdate\settings.xml
Code
<setting id="custom_source" value="Milhouse LibreElec" />
<setting id="custom_source_2" value="Custom Source 1" />
<setting id="custom_source_3" value="Custom Source 1" />
<setting id="custom_source_enable" value="true" />
<setting id="custom_source_enable_2" value="false" />
<setting id="custom_source_enable_3" value="false" />
<setting id="custom_subdir" value="RPi2" />
<setting id="custom_subdir_2" value="" />
<setting id="custom_subdir_3" value="" />
<setting id="custom_subdir_enable" value="true" />
<setting id="custom_subdir_enable_2" value="false" />
<setting id="custom_subdir_enable_3" value="false" />
<setting id="custom_url" value="http://milhouse.libreelec.tv/builds/master" />
Display More