Maybe file /storage/.cache/services/samba.conf is correct one?
Posts by vpeter
-
-
syslinux.cfg from LibreELEC-Generic.x86_64-9.0.2.img.gz
Code
Display MoreSAY 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 quietChanging 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:
Code
Display Morefrom 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> -
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:
External Content pastebin.comContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.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.
-
You see in kodi log file that headers are ignored?
If you add a patch file then buildsystem should rebuild Kodi when making image. You can check if patch was applied by command
You should see
If you don't see this try cleaning Kodi package and make image again
-