Quotechewitt 6. Januar 2019
Hat das Thema aus dem Forum General Support nach PVR & DVB Support verschoben
Hm, I was quite sure this is a LE/locale using not a VDR problem.
I managed to switch to German language support incl. special charcters with a start script:
Display Spoiler
#!/bin/sh
export LANGUAGE=de_DE
export LANG=de_DE.UTF-8
export LC_ALL=de_DE.UTF-8
/opt/bin/perl /storage/.kodi/addons/service.vdradmind/vdradmind.pl.utf8 -n -l 7 -L /tmp/vdradmin.log
But it is not working if I call this script in the sytemd service, language is German but without special character support:
Display Spoiler
...
[Service]
ExecStart=/storage/.kodi/addons/service.vdradmind/vdradmind.start
...