Timeshift Delay

There is 1 reply in this Thread which was already clicked 116 times. The last Post () by Lululla.

  • Hello everyone


    Good morning


    New version 5.0 of the Timeshift Delay option


    Enigma2 devices Timeshift Delay

    Code
    wget -qO - http://dreambox4u.com/mosadpro/scripts/timeshift-delay.sh | sh


    Dreambox devices Timeshift Delay

    Code
    wget -qO - http://dreambox4u.com/mosadpro/scripts/timeshift-delay-dreambox.sh | sh


    New fixes and improvements:

    1. Added support for new images.
    2. Increased the number of seconds up to 30.
    3. Skin file modification is now applied only to the TimeshiftState screen.


    The Telnet command now supports the following enigma2 images:openbh
    openatv
    openvix
    openpli
    egami

    pure2

    Openhdf

    Openspa

    opendroid

    openvision

    openeight


    The Telnet command now supports the following Dreambox (DreamOS) images:

    dreambox aio

    dream elite

    gemini

    openbh

    openatv

    openvix

    openpli

    pure2

    newnigma2


    IMG-2353.jpg


    IMG-2354.jpg


    IMG-2335.jpg


    IMG-2352.jpg

    • New
    • Official Post

    quetsion:
    but delay
    eg.atv image

    Code
    config.timeshift.startDelay = ConfigInteger(default=2, limits=(0, 30))


    enigma2/lib/python/Components/UsageConfig.py at 756dde62e32771b8b424aa62f3d5526257ca8530 · openatv/enigma2

    Code
    choiceList = [
    (0, _("Disabled"))
    ] + [(x, ngettext("%d Second", "%d Seconds", x) % x) for x in (2, 3, 4, 5, 10, 20, 30)] + [(x * 60, ngettext("%d Minute", "%d Minutes", x) % x) for x in (1, 2, 5)]
    config.timeshift.startDelay = ConfigSelection(default=0, choices=choiceList)
    config.timeshift.stopWhileRecording = ConfigYesNo(default=False)
    config.timeshift.recoveryBufferDelay = ConfigSelection(default=300, choices=[(x, _("%d ms") % x) for x in range(100, 1500, 100)])
    config.timeshift.hwLatencyCorrection = ConfigSelection(default=2000, choices=[(x, _("%d ms") % x) for x in range(0, 2100, 100)])


    could we ask Captain to increase the delays.. simply or not?


    The problem is simple, with each update I think you would lose the setting, . maybe

Get community help for all other Enigma2 plugins

This is your forum for support, questions, and guides for plugins not covered in our specialized sections. Support for uncategorized and miscellaneous Enigma2 plugins. Find help, troubleshooting, and discussions for plugins that don't fit other forum categories.