Did you read what I wrote? Go into addons, select install from repository, select LibreELEC one, select PVR clients and install simple iptv.
Posts by vpeter
-
-
Write this image to usb stick, remove the stick from computer, attach again and format it. And should be full sized again
-
I was then expecting to get a second screen appear allowing me to select IPTV Simple Client but this doesn't happen.
Just install this addon from repository. Kodi doesn't offer them to install automatically. -
-
I am sorry Vpeter... What do I do with the stuff from your Github?
If you don't know/understand then this stuff is not for you. -
What does it take to compile it? My LibreELEC is an x86 version (Intel Atom/nVidia).
GitHub - vpeter4/LibreELEC.tv at lamp-addonPROJECT=Generic ARCH=x86_64 ./scripts/create_addon lamp
-
You could extract it from my lamp addon.
Update: don't have it inside addon
-
Sadly I little lost interest in this addon. It still builds fine but giving support for it become to much.
-
Can you make a printscreen when error is shown? Maybe your card is just dead (I replaced twice my great SanDisk Extreme Pro - in warranty).
-
Can you make a screenshot?
-
Can anyone share latest LE 7.90.x build which contains touchscreen support?
Just install latest LE 7.90.x build and install touchscreen addon from repository. And then configure it as always before. -
-
After testing I noticed that command
brings cec working again after tv suspend/resume.So I was thinking if I can automatically send this 'active source' command from kodi. And here is the patch. Probably wrong way to do it but it is working. From kodi log after resume
Quote
17:58:07 T:2740974496 DEBUG: CecCommand: got 'Active Source' command from TV, let's call CECActivateSource
17:58:07 T:3032768512 DEBUG: ToggleDeviceState - waking up CEC device...But I also noticed that after first boot or reboot cec doesn't always work. So there should be something else wrong. And only tested on my imx6 system + Samsung UE40JU6090.
Update: I was informed that this patch will not be good. When watching for example DVB then after suspend/resume input will be switched to kodi
-
If this is kernel module then you can just copy file.ko and manually unload/load.
-
This is what I'm using and didn't have any issue. Do you have working ssh I assume - no network issue?
-
If need some more info let me know please.
What you wrote tell us everything what is wrongObviously it is something wrong with your setup. Probably names doesn't match or something like that.
-
I think you should describe little more your setup. I'm using IPTV Simple Client with logos in folder and they are shown exactly like it should. I have names defined in m3u8 list with tvg-logo.
-
Maybe linux package is to early to use. I have all extra packages used in OEM. Remove both packages you copied and unpack this in packages folder. Then build image and at the end you should see
CodePROJECT=RPi2 ARCH=arm ./scripts/clean touchscreen-image PROJECT=RPi2 ARCH=arm ./scripts/clean touchscreen PROJECT=RPi2 ARCH=arm OEM=yes make image
Sadly we don't have mechanism to just putting packages in some predefined folder and would be automatically picked for building (I tried with this idea but was not accepted).