You can't set user with busybox cron: OpenWrt Project: Cron and crontab
Quote
You can't set user with busybox cron: OpenWrt Project: Cron and crontab
Quote
Maybe file /storage/.cache/services/samba.conf is correct one?
syslinux.cfg from LibreELEC-Generic.x86_64-9.0.2.img.gz
SAY Wait for installer to start or press <TAB> for more options (live, run)
DEFAULT installer
TIMEOUT 50
PROMPT 1
LABEL installer
KERNEL /KERNEL
APPEND boot=UUID=0405-1514 installer quiet tty vga=current
LABEL live
KERNEL /KERNEL
APPEND boot=UUID=0405-1514 live quiet tty vga=current
LABEL run
KERNEL /KERNEL
APPEND boot=UUID=0405-1514 disk=UUID=03a48580-f0a2-4057-b5e3-30fccf817d53 tty portable quiet
Display More
Changing line
to
enables to use run option on every boot without typing anything. Like I wrote in post #2.
I hope everybody understands how dd works and that correct output device is used.
You need to make a package for your application and link it with qt. In your new package you then copy everything to the image.
There is no .install_pkg directory inside qt-everywhere folder. Could it be why it's not being installed?
I think qt doesn't copy anything to image itself (only to toolchain folder). Instead static libraries are linked with your application which comes to image. Like in the case of qbittorrent.
If you edit some config files while Kodi is running then those files will be overwritten on Kodi shutdown/restart.
Are you using local IP address or public?
Ping to IP address works?
I tested addon numerous times and it always worked as it should. But I only did in VMware workstation and not on real hardware. Maybe it works differently.
If it doesn't work give me EXACT testing procedure from clean system without installed addon and it's settings.
x23piracy: Are you the old friend?
Excellent news!
Regarding EPG:
from m3u8
#EXTINF:-1 group-title="Primary" tvg-id="CH 1 HD" tvg-logo="ch_1_hd.png",CH 1 HD
http://something
from xmltv
<channel id="CH 1 HD">
<display-name lang="en">CH 1 HD</display-name>
</channel>
<programme start="20191010002500 +0200" stop="20191010005000 +0200" channel="CH 1 HD">
<title lang="en">Some thing</title>
</programme>
Display More
Create file /storage/.kodi/userdata/autoexec.py with content
Or use Accessing LibreELEC [LibreELEC.wiki] to create file in appropriate folder.
Obviously instead of ActivateWindow other actions can be done too.
You need to replace the patch file. As you can see header names must be lowercase. You can check with grep or open file directly.
If still doesn't work then I need to test myself with one real URL.
Ah, my mistake (didn't saw your whole message).
Anyway, I read code superficially - the names must be lowercase. This patch will do the work:
Change the patch, clean kodi, make image. Then it will work.
Then try to clean kodi package and build image again. Check with grep for changes in a file.