Posts by Lululla

    open plugin aglare..
    set
    downlaod poster on timer ;) (eg.. 00:00)
    set tmdb google imdb.. etc.. ON

    if you have device.. mmc usb hdd.. automatic configure on download..
    or.. give me your configuration..

    from telnet digit


    mount

    and output here

    Can anyone confirm the timer issue?


    Code
                filename = os.path.join(PLUGIN_PATH, 'list/userbouquet.vavoo_%s.tv' % name.lower())
                # Check if source file exists before proceeding
                if not os.path.exists(filename):
                    print("Source bouquet file not found:", filename)


    in plugins vavoo folder we have list of bouquet precompiled?


    Code
    vavoo/list/userbouquet.vavoo_xxxxxxxxxxx.tv

    have you log? dependences??


    from telnet (with putty)


    init 4

    killall -9 enigma2

    ENIGMA_DEBUG_LVL=4 enigma2.sh > /tmp/debug.log 2>&1 &


    and put here debug.log


    (open plugin first..)

    Complete Guide to Using PuTTY


    📥 Download and Installation


    Step 1: Download PuTTY

    1. Go to the official website: https://www.chiark.greenend.or…gtatham/putty/latest.html
    2. Look for the "Package files" section and click on putty.exe (64-bit) or putty.exe (32-bit) depending on your system


    Step 2: Install PuTTY (Alternative Method)

    For easier access, you can also download the full installer:

    1. Scroll down to "Alternative binary files"
    2. Download putty-64bit-0.78-installer.msi (or the latest version)
    3. Run the installer and follow the setup wizard

    https://via.placeholder.com/600x400/007ACC/FFFFFF?text=PuTTY+Download+Page


    🔧 Basic Configuration


    Step 3: Launch PuTTY

    1. Double-click putty.exe or find PuTTY in your Start menu
    2. The main configuration window will open


    Step 4: Configure Connection Settings

    In the PuTTY Configuration window:

    Session Section:

    • Host Name (or IP address): Enter your server's IP address or hostname
      • Example: 192.168.1.100 or myserver.com
    • Port: Default is 22 for SSH
    • Connection type: Select SSH

    Example Configuration:

    text

    Code
    Host Name: 192.168.1.100
    Port: 22
    Connection type: SSH


    https://via.placeholder.com/600x400/2D2D2D/FFFFFF?text=PuTTY+Configuration+Window


    Step 5: Save Session (Optional but Recommended)

    1. Enter a name for your connection in "Saved Sessions" (e.g., "My Web Server")
    2. Click Save
    3. Next time, you can just double-click the saved session name


    🔐 Creating SSH Keys with PuTTYgen


    Step 6: Generate SSH Key Pair

    1. Open PuTTYgen (included with PuTTY)
    2. Click Generate
    3. Move your mouse randomly in the blank area to generate entropy
    4. Your public/private key pair will be generated


    Step 7: Save Your Keys

    1. Save private key: Click "Save private key" and save it as mykey.ppk
    2. Copy public key: Select and copy the text in the "Public key for pasting into OpenSSH authorized_keys file" field

    https://via.placeholder.com/600x400/8B4513/FFFFFF?text=PuTTYgen+Key+Generator


    Step 8: Configure Key Authentication in PuTTY

    1. Go to Connection > SSH > Auth
    2. Click Browse next to "Private key file for authentication"
    3. Select your .ppk file
    4. Go back to Session and save your configuration


    🔌 Making Your First Connection

    Step 9: Connect to Server

    1. Select your saved session
    2. Click Open
    3. If this is your first time connecting, you'll see a security alert - click Yes


    Step 10: Login

    1. Enter your username when prompted:text
      Code
      login as: root


    2. Enter your password (or use key authentication if configured)

    Successful connection will show:

    text

    Code
    Welcome to xxxxxxxxxxxxxxxxxxx
    username@server:~$


    pasted-from-clipboard.png



    pasted-from-clipboard.png



    Congratulations! You now know how to use PuTTY for secure remote connections




    🇮🇹 VERSIONE ITALIANA COMPLETA

    ### **1. Scaricare PuTTY (Dalle Fonti Ufficiali)**

    È fondamentale scaricare PuTTY solo da siti ufficiali per evitare software dannoso. Ecco i due siti principali consigliati:


    * **Sito principale del progetto**: Il sito `https://putty.org/` è il punto di partenza ufficiale del progetto e fornisce anche collegamenti per il download.

    * **Pagina di download ufficiale**: Per scaricare l'ultima versione stabile (attualmente la 0.83), vai direttamente alla pagina di download ospitata dallo sviluppatore principale, Simon Tatham: `https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html`.


    ⚠️ **Attenzione**: I siti come `putty.ws`, `putty.software`, o `puttygen.com` non sono i siti ufficiali originali dello sviluppatore e non sono raccomandati dalle fonti ufficiali per il download.


    ### **2. Installare PuTTY su Windows**

    Sulla pagina di download, vedrai due file principali. Ti basta scaricare e installare quello adatto al tuo computer:


    | **Versione del Sistema** | **File da Scaricare** | **Note** |

    | :--- | :--- | :--- |

    | **Windows a 64-bit** | `putty-64bit-0.83-installer.msi` | Quasi tutti i computer moderni. |

    | **Windows a 32-bit** | `putty-0.83-installer.msi` | Per computer più vecchi. |


    Fai doppio clic sul file `.msi` scaricato e segui le semplici istruzioni a schermo dell'installer. Basterà cliccare "Next/Avanti" più volte e poi "Finish/Fine".


    ### **3. Come Usare PuTTY per Connetterti a Enigma2**

    Ora puoi aprire PuTTY dal menu Start di Windows.


    1. **Configurare la Connessione**:

    * Nel campo **"Host Name (or IP address)"**, inserisci l'**indirizzo IP del tuo decoder Enigma2** (ad esempio, `192.168.1.50`). Puoi trovarlo nel menu del decoder, di solito in `Menu > Impostazioni > Sistema > Rete`.

    * Assicurati che il tipo di connessione (**Connection type**) sia impostato su **Telnet** (e *non* SSH). La porta dovrebbe cambiare automaticamente in `23`.


    2. **Salvare la Configurazione (Facoltativo ma Utile)**:

    * Se ti connetti spesso, inserisci un nome (es. "Mio_Decoder") nel campo **"Saved Sessions"** e clicca **Save**. La prossima volta, potrai selezionare il nome e cliccare **Load** per caricare tutti i dati automaticamente.


    3. **Connettersi e Inserire il Comando**:

    * Clicca su **Open**. Si aprirà una finestra nera (il terminale).

    * Ti verrà chiesto di inserire un login. Scrivi `root` e premi Invio. Di solito, la password di default per Enigma2 è **vuota**, quindi premi semplicemente Invio di nuovo.

    * Sei ora collegato al terminale del tuo decoder. Qui potrai incollare il **comando di installazione specifico** fornito dal tuo servizio IPTV, che di solito inizia con `wget`.


    ### **Note Importanti e Domande Frequenti**


    * **Dove trovo il comando per installare l'IPTV?** Il comando esatto (`wget ...`) **deve** fornirtelo il tuo fornitore di servizi IPTV. Non esiste un comando universale.

    * **Perché Telnet e non SSH?** Su molti decoder Enigma2, il servizio Telnet è attivo di default e più semplice da usare per questi scopi. SSH richiederebbe l'attivazione e l'impostazione di una password.

    * **Perché non riesco a incollare il comando?** Nel terminale PuTTY, **non usare Ctrl+V**. Per incollare, fai semplicemente **clic con il tasto destro** del mouse nella finestra nera. Il testo dagli appunti verrà incollato.


    Questa procedura base ti permette di raggiungere il punto in cui eseguire qualsiasi comando necessario. Se hai bisogno di chiarimenti su uno di questi passaggi, posso fornirti ulteriori dettagli.









    on telnet command

    enigma2-plugin-extensions-EPGImport-mod-dorik1972_1.7_all.deb This version installs and i can see in menu open but it cannot add EPG data into channels. Must be outdated right?