If need some more info let me know please.
What you wrote tell us everything what is wrong
Obviously it is something wrong with your setup. Probably names doesn't match or something like that.
If need some more info let me know please.
What you wrote tell us everything what is wrong
Obviously 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
PROJECT=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).
Run
PROJECT=... ./scripts/clean touchscreen-image
PROJECT=... ./scripts/clean touchscreen
PROJECT=... make image 2>&1 | tee log_file
and put log_file somewhere to see what was build.
And for which project are you building? Supported projects for touchscreen addon are Generic, RPi, RPi2 and imx6 defined in PKG_ADDON_PROJECTS packages/addons/service/touchscreen/package.mk.
create 2 folders in packages and put package.mk in them. Then add touchscreen-image in linux/package.mk under PKG_DEPENDS_TARGET.
Yeah if you browse the forums you can see how they enabled things
That's good then.
I would try but would not like to broke my TV If there would be 100% safe way....
Does HW acceleration already works? And what about sound? From what I quickly saw they don't. Which is kind a useless for mediacenter...
Are the sources available somehere? I'd like to customize it a bit ...
GitHub - vpeter4/LibreELEC.tv at lamp-addon
Feel free to take it over. Probably mysql could be bumped like did in le image.
I'm using this 2 package.mk to get touchscreen addon + Estouchy theme in image.
I will ask if LibreELEC could have Estouchy theme as addon.
Update: There is not much intention in LE to ship Estouchy addon. I will make it from time to time.
Copy it to /storage/.config/lircd.conf.
Try following this instructions.
This is not egalax but waveshare touchscreen device. It is very stupid device and hard to support without manufacturers driver.
You only need to copy config files ts.conf-waveshare to ts.conf and ts_env.sh-waveshare to ts_env.sh. After reboot it should magically work.
Update: Touchcreen addon is now available in LibreELEC repository
Can you describe the problem just in a little more details please?
evtest doesn't run unless I specify a device and in /dev/input there are no files called event* - the only file I see is mice. So I presume I need to activate the touchscreen using some setting somewhere? Any thoughts?
Maybe I missed something but which touchscreen exactly are you using?
Btw: I send addon to libreelec repository and it will be available soon.
But I want them mounted automatically. How do I do that? On every boot...
Those systemctl command is run only once. After reboot shares will always be mounted.
From openelec but probably for libreelec page exists also: Mounting network shares - OpenELEC
I think mount folder will be created automatically.