Posts by Lululla

    Code
    Sorry, let me explain, I'm installing cccaminfo 1.6 on a Zgemma H7 with openpli 9, it gives me error reading webpage!, I hope the problem can be solved.

    The problem may be in the configuration, check the configuration, the port, password and user well


    Which plugin ? Usually it is enough to enter an option at the installation, for example:

    --no-check-certificate

    remove it :don-t mention it:

    the global name "runningcam" is declared in plugin source .. strange, no have erro on my box


    on plugin.py

    global runningcam

    nunningcam = foo_baa


    on data.py

    from ..plugin import runningcam


    :frowning face:

    if reboot /tmp is cleaned ;)

    To do this we would have to create a config line in the plugin, if feasible, and the renderers would have to import it. I don't know how effective it is for skins that use my modified renderers and various poster plugins. If you just want temp I can give you some make d change or tell you what to change. but be careful.. The box must have memory for this


    if you want open renderer poster / bacposter with Notepad++ (no notepad win or other)

    find line


    Code
    if os.path.isdir("/media/hdd"):
            path_folder = "/media/hdd/poster/"
    elif os.path.isdir("/media/usb"):
            path_folder = "/media/usb/poster/"
    elif os.path.isdir("/media/mmc"):
            path_folder = "/media/mmc/poster/"
    else:
            path_folder = "/tmp/poster/"
    if not os.path.isdir(path_folder):
            os.makedirs(path_folder)

    anr rewrite with this


    Code
    path_folder = "/tmp/poster/"
    if not os.path.isdir(path_folder):
            os.makedirs(path_folder)

    But I didn't mean to offend you, you didn't give these details before :)

    WHY??

    you can't change. It's programmed like this, after a few days you delete the old PNG based on the date. No you are ever happy, some want it red, some yellow, some green, :) ahahaha