Posts by Mario77

    Did anyone managed to get comskip to work from a script on LE?It works fine from a postprocessor commands but I got a script as post command and I m trying to integrate comskip with it...no success yet..keep getting

    Code
    Read-only file system - could not create file %f.txt

    Hiya I'm not new to the pi but I'm brand new to LE and using a TV hat. I have it all configured and running no problem on my house rooftop antenna. I intend to use the pi on trips with battery and portable antenna,

    I just followed the pihut tutorial seemed straight forward, however I will have no network while on trips and would like to be able to use the tuner, and I have discovered if I unplug the ethernet, it just won't work message displayed "TV headend htsp client server unreachable" ? I see a few posts about this and configuring IP to 127.0.0.1 hasn't worked for me, can anyone help plWh

    What are you watching it on?Is the monitor connected to the same RPi?

    If you want to view your TV while out on a tablet or phone just leave your rpi at home and use it as server..then you stream from it..

    I'm running Kodi on RPi 4 and I have enabled VNC. My purpose is to use remote desktop from Win 10 to start music playing on Pi, but I cannot connect unless there is a monitor connected via HDMI. To me this seems to defeat the purpose of the remote login. If I connect a monitor everything works again, but I can't run like that permanently.

    I have ordered an HDMI dummy plug with which I hope to fool LibreELEC that there is a monitor connected, but this is a very clunky workaround. Is there no way to force Kodi and VNC server to start IRRESPECTIVE of whether there is a monitor connected or not?

    If there is no way to do this at present, I would suggest it as a future upgrade.

    Kodi and VNC are 2 different services...VNC works even with kodi disabled..

    No need of a dummy..you can add

    Code
    hdmi_force_hotplug=1

    in config.txt

    @Mario66:

    Okay, after having downloaded the cores from the addon settings again, I also tried it under LibreElec 9.2.0 (KODI v18.5) and LibreElec 9.2.1 (KODI v18.6), unfortunately with the same failing result :(

    And yes, the library /usr/lib/libstdc++.so.6 is there actually.

    Do you have any idea what I can try next?

    I would try these 2 emulators:

    parallel_n64_libretro.so

    mupen64plus_libretro.so

    You should download the cores from addon settings not from retroarch menu..

    Did you try another version of LE?

    Did you check that the library is there /usr/lib/libstdc++.so.6?

    Are you using the cores downloaded from retoarch UI menu or the cores downloaded from retroarch addon settings?

    If you want to use TVH 4.3 try LE9.0..never had issues on UK freeview antenna reception...

    Hi,

    I got a cron job running which outputs a log everytime it runs..

    Issue is the log I can only open trough ssh and cannot open it in windows pc through samba..it's clearly a permission issue...is there any way i can set permissions to each log to be readable ..

    cron looks like this..

    Thanks for any help

    Code
    30 4 * * * /storage/.kodi/userdata/Backup/backup.sh >> /storage/.kodi/userdata/Backup/Backup_logs/backup_log_`date +%d-%m-%Y_%H:%M`.log 2>&1