• Hello,

    I'm looking for a way to restart the VDR, after stopping it from the Commands menu.

    After stopping the VDR the screen goes blank (which is expected, of course), but after that I haven't found a way to restart VDR, without restarting the whole system (Raspberry Pi3).

    Would it be possible to configure some (keyboard) key, like Enter, Space or S, to restart the VDR?

    Alternatively, is there a way to disconnect from the backend server, in order to release it to shutdown? I haven't found a way to do this in the client side VDR, without stopping the VDR, or shutting down the client.

    Thanks,

    Kari

    PS. My backend server is running yaVDR, for historical reasons. I don't know if that makes a difference here..

  • For what reason you are stopping the VDR by using the command menu?

    In case of a rpi3 there is no handy way to restart after this command.

    If you are able to open a console you could use:

    Code
    sudo service vdr start
    Meine VDR

    Prod1: yaVDR ansible ppa`s von seahawk auf jammy, EPGD als Master mit Zusatzquelle, mariadb läuft hier.
    DD CineS2, MSI GT210, Dell PC, 240 GB SSD + 2 TB HDD; USB Remote

    Prod2: yaVDR ansible ppa`s von seahawk auf jammy, EPGD mit Zusatzquelle, DB auf Prod1

    DD CineS2, Zotac GT610, Dell PC, 80 GB SSD + 1,5TB HDD

    Die VDR-Server dienen als zentraler Host für 8 Fire-TV-Sticks mit Kodi.

    zusätzlich für den WAF: zwei Sky Q Abo UHD Receiver und Sony KD-75F9005 Android mit Kodi via VNSI

  • I do not run MLD and not on a Raspi - but VDR has a feature to run commands, which can be stored in the "commands.conf" ... So depending on the upstart/systemd or whatever init system is used, you should be able to trigger a restart by just calling the command.

    Or sending it to the background as an adhoc cron task (if e.g. "at" is installed).

    Search the wiki or the forum, there is plenty "old" entries on this if I remember correctly.

  • PS. My backend server is running yaVDR, for historical reasons. I don't know if that makes a difference here..

    You should be able to see the reason why the (ya)VDR does not want to shutdown in the syslog (/var/log/syslog).

    If it happens because a streamdev-client connection is active you could use the suspendoutput plugin to prevent the vdr on the raspberry pi tuning to a channel (you should disable the automatic epg scan in the settings, too).

    Meine VDRs

    VDR 1: Intel DH67BL, Celeron 540, 4 GB Ram, POV Geforce GT 1030, Ubuntu 24.04 (yavdr-ansible), VDR 2.7.4, CIR-Empfänger
    VDR 2: Acer Revo 3610, Pinnacle PCTV SAT 452e, Medion X10, yaVDR 0.6
    Client 1: Raspberry Pi 2, Ubuntu 22.04 (yavdr-ansible), VDR 2.6.1

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

    Edited once, last by seahawk1986 (May 5, 2019 at 10:43 PM).

  • You can restart the VDR by switching to console 1 and call "start vdr"

    If you only want to suspend the VDR, you can install the suspend package and then use the power key to suspend the VDR. After that you can wake up the VDR by pressing a key on the remote or the keyboard.

    If you want to see the reason why the MLD system do not power off by pressing the power button, have a look on console 1 or in the /var/log/sysinit

    MLD 6.5 mit vdr 2.7 - lirc yaUSBir - 4 x DD-Sat - SCR - Intel N100M - 4GB RAM - WD Green 12TB HDD - 22TB HDD - SanDisk 64GB SSD - Lian Li PC-C37B - Samsung LE40A559
    MLD 6.5 mit vdr 2.7 - Raspberry Pi 3 - rpihddevice
    MLD 5.5 mit Squeeze Play - Raspberry Pi 2 - 32GB SD - 7" Touch TFT

  • Thank you all for the replies!

    I'll try the suggested options, and start with this suspend package option. That sounds exactly what I was after.

    Thanks again!

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!