Posts by Lululla

    try this

    But behold, the token changes every 10 minutes or so.

    The plugin changes it automatically as soon as it detects the end of the stream.

    I would ban you just for the fact that you don't read the rules that prohibit keys in the clear on the forum

    :pouting face:


    Do you know if applicable to the Pixmap widget?



    selectionZoom="1.8" = 180% box zoom size



    eg.:


    <widget name="pixmap1" position="100,210" size="150,150" zPosition="2" selectionZoom="1.3" transparent="1" alphatest="on"/>

    I have put you to the test.

    Consider that:

    -Some, like me, cannot be at your service 24 hours a day. For what then?

    Many are not polite. "Everything and immediately" and they make inappropriate requests: every now and then a thank you or "please" doesn't hurt.

    I put the pastebin link back. But always ready to eliminate it.

    From now on be polite and consider that "if I have time I'll update it" otherwise you have to study and make your pastebin with your updated emm inside.


    B97HC8ie



    try

    apt-get install python-chardet


    alternative


    wget -q "--no-check-certificate" https://raw.githubusercontent.com/Belfagor2005/HasBahCa/main/installer.sh -O - | /bin/sh

    You may wonder what it is for: some DREAM need specific commands and therefore can be useful.


    Eg. for webif command


    Code
    import os
    def dreamOScmd(rcm=352):
         rcm = str(rcm)
         cmd = """#!/bin/bash 
                  MYBOXIP=http://127.0.0.1
                  CURL=/usr/bin/curl
                  IDSESSION=$($CURL -s -X POST $MYBOXIP"/web/session"|grep e2sessionid|sed 's/e2sessionid\|<\|>\|\///g')
                  $CURL -d 'command=""" + rcm + """&sessionid='$IDSESSION'&type=""'  $MYBOXIP/web/remotecontrol"""
         os.system(cmd)




    :hello 1: