ChanServ changed the topic of #libreelec to: [ LibreELEC Support Channel ~ current release: (Leia) 9.2.6 ~ No discussion/support for piracy addons/services ~ Log: https://freenode.irclog.whitequark.org/libreelec ]
Turmoil has joined #libreelec
turm01l has quit [Ping timeout: 260 seconds]
Turmoil is now known as turm01l
kriger has quit [Read error: Connection timed out]
buzzmarshall has quit [Remote host closed the connection]
repo has quit [Ping timeout: 252 seconds]
repo has joined #libreelec
{HD} has quit [Ping timeout: 245 seconds]
{HD} has joined #libreelec
chewitt has joined #libreelec
jab has joined #libreelec
Gittun has joined #libreelec
EvTheFuture has joined #libreelec
_fraggle_ has joined #libreelec
<EvTheFuture>
I've successfully added support to enable some requested features in the snapserver addon. However I have some questions regarding how i shall include some static files (which i now have stored in the resources/data directory) and how they are handled/installed when building/installing the addon. Can someone point me in the right direction?
<EvTheFuture>
vpeter: Thank you. What is best practice on where to put a dir with static web pages for an addon and also can you point me to any howto on setting up a build environment to only build the addons and not the whole LibreELEC distribution?
<vpeter>
You need to put all the files in package folder. Maybe in folder named web or www ?
<vpeter>
You can just build addon and not whole image. PROJECT= ARCH= ./scripts/create_addon snapserver
<EvTheFuture>
I've now put the dir directly (snapweb) in the root of the addon folder and added the following to the package.mk file