Posts by JurKub
-
-
-
-
-
-
As a wild guess that is needed because you did change the lircd output socket. May be related to:
You are absolutely right changing lirc_options.conf solved the issue
autostart.sh is not needed anymore
and name set to devinput inside lircd.conf no longer needed
Thx a lot for your help
-
Is the autostart still needed? There is no real difference
normal startup:
/usr/lib/libreelec/lircd_helper --nodaemon
which is not working
my version:
/usr/lib/libreelec/lircd_helper
which is working
lircd.conf and remote.xml updated
errors in kodi.log are gone now
-
did some changes to autostart.sh in the meantime and added lirc_options.conf
yes I've read it but did not understood this part:
-
got it working using this 3 files
but the autostart.sh feels like a dirty hack
any suggestions how to make it better ?
-
on the Raspi the files are in the right format !
-
I made a bit progress but it's not working at all.
I put atric.rules to Configfiles\udev.rules.d
and hardware.conf & lircd.conf to Configfiles
when I do a
killall -9 eventlircd
killall -9 lircd
lircd --output /run/lirc/lircd --device=/dev/ttyatric --driver=irman /etc/lirc/lircd.conf
irw tells
ffff560400000000 00 KEY_RIGHT URC-8040
ffff560400000000 00 KEY_RIGHT URC-8040
ffff560400000000 00 KEY_RIGHT URC-8040
ffff560400000000 00 KEY_RIGHT URC-8040
ffff550400000000 00 KEY_LEFT URC-8040
ffff550400000000 00 KEY_LEFT URC-8040
ffff550400000000 00 KEY_LEFT URC-8040
but nothing happens inside Kodi
-
Hi all,
I need some help how to configure Atric IR-WakeupUSB with LibreELEC-RPi4.arm-9.97.1
Thx
-
Mounting in autostart.sh is to late.
Switch to systemd mount, see /storage/.config/system.d/nfs.mount.sample and add Before=service.multimedia.vdr-addon.service.
worked
thx
-
Hi all,
it's me again having stupid questions
I like to have my recordings on an NFS share.
Putting it to VDR_VIDEO_DIR using nfs://10.0.0.53:2049/srv/share/vdr/vdr/video/ is not working !
So I set VDR_VIDEO_DIR to /storage/videos and mount the NFS share using autostart.sh mount -t nfs 10.0.0.53:/srv/vdr/video /storage/videos
This ends up in an empty list of recordings until I deactivate and reactivate service.multimedia.vdr-addon
I believe the NFS mount using autostart.sh happen after Kodi is started.
Any idea what I'm doing wrong?
Thx
JurKub
-
-
Hi all,
as far as I know Vdradmin uses the language of VDR OSD.
I was not able to change VDR OSD language to other than English.
How can I change Vdradmin language to German ?
Thx
JurKub -
got it working
thx a lot -
Hi all,
on my old yaVDR system Lirc is working with those two files in etc/lirc
hardware.conf
lircd.conf
I'm a bit lost what to do for LibreELEC-Generic.x86_64-9.97.1.img.gz
Thx
JurKub