This is your first problem
So it is DNS issue after all ![]()
You can test your link from ssh console with wget or curl
Also next time post DEBUG kodi log. And it is fundamental issue (but only to you).
This is your first problem
So it is DNS issue after all ![]()
You can test your link from ssh console with wget or curl
Also next time post DEBUG kodi log. And it is fundamental issue (but only to you).
It is not fixed because this part is not (yet) included in LE.
With ()& you put commands in separate process and main script continues to run (and kodi starts as before).
That's why remove ()& and use only sleep and echo lines.
Ok, so you are using locales somewhere in storage. Good then ![]()
Sorry but I'm lost. If you are building vdr it is addon and nothing from it will come to image. Only if you add dependency with ADDITIONAL_PACKAGES or somewhere else then files from it can be added to image. And why do you need locale in image? In addon doesn't work?
How and where did you copy locales which are missing in image?
I'm using PVR Simple Client and I'm sure bunch of other people too. Successfully of course. So it issue only on your system. But we will never know what was it.
Maybe you just had DNS issues.
Anyway, don't bother to post same issue again ![]()
I think you will give more information to help you. Like Kodi debug log for a start when you try to play one item from PVR Simple Client.
fundamental problem ![]()
LibreELEC vdr-addon is created without any vdr locale file.
If you really do need them you have to configure and add locale for all packages.
That's what I suggested with cp command: they are all copied to config folder. And vdr should pick them up.
Files from addon can't be put in image.
Maybe copying all locales at the end of vdr-addon package would help? But I'm not sure if vdr addon and plugins would see them. Maybe setting LANGUAGE variable in vdr start script would do.
addon() {
.......
# copy all locales
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/config
cp -Pr $BUILD/vdr-*/locale $ADDON_BUILD/$PKG_ADDON_ID/config
}
I'm not VDR user so have no idea how to test.
Isn't locale separated addon? packages/addons/service/locale
Look how other VDR packages are done (you are missing few functions).
Also I think you need glcdskin package too.
How to add an MC and Tvheadend program when compiling an image?
You can try with Add Build 7zip (for .7z files)
It is all good - just ignore this errros. As you can see you get final image at the end which means you are good to go.