Posts by Lululla

    Mistake


    raccomaden depends

    file attached on top of topic (stream....*****.ipk)


    but.. with last ytdl..
    is same..





    Code
    https%3a//www.youtube.com/embed/epf5TaC46Co&Origin=https%3a//www.youtube.com:MADAME A RADIO ITALIA LIVE IL CONCERTO 2023 (Milano)

    Here is a practical guide for Notepad++ covering the download, installation, and use of plugins for JSON, HTML, Regex, and XML.


    The table below lists the recommended plugins for your needs.


    Language/Feature Recommended Plugin(s) Primary Use
    JSON JSON Viewer Formats and validates JSON data for easy reading.
    HTML HTML Tag (official) / WebEdit (unofficial) Assists with inserting and managing HTML/CSS code.
    XML XML Tools Validates, formats (pretty prints), and works with XML documents.
    Regular Expressions (Regex) Regex Trainer Helps learn, test, and build regular expressions with a live preview.



    ### How to Download and Install Notepad++

    1. Go to the official website: [https://notepad-plus-plus.org/downloads/].

    2. Choose the **installer** for your system (usually the 64-bit `.exe`).

    3. Run the downloaded installer and follow the on-screen instructions. The default settings are recommended for most users.


    ### 🔌 Installing Plugins via Plugins Admin (Easiest Method)

    This is the simplest way to install most official plugins.

    1. In Notepad++, go to **Plugins** in the top menu.

    2. Select **Plugins Admin...**.

    3. In the **Available** tab, you will see a searchable list of plugins.

    4. Check the box next to the plugin you want (e.g., `JSON Viewer`, `HTML Tag`, `XML Tools`).

    5. Click the **Install** button.

    6. Notepad++ will download the plugin and ask you to restart. Click **Yes**.

    7. After restarting, the plugin will appear under the **Plugins** menu.


    ### Installing Plugins Manually (For Unofficial or Problematic Plugins)

    Some plugins, like the unofficial version of `WebEdit` for HTML, are not in Plugins Admin and must be installed manually. You may also need this method if you have permission issues.

    1. **Download the plugin** from its official source. It will usually be a `.zip` or `.dll` file.

    2. **Close all instances of Notepad++**.

    3. **Locate your Notepad++ installation folder** (e.g., `C:\Program Files\Notepad++\`).

    4. Inside, navigate to the **`plugins`** folder.

    5. **Create a new folder** with the exact name of the plugin's main DLL file (e.g., `WebEdit`).

    6. **Place the plugin's main DLL file** inside that newly created folder.

    7. **Unblock the DLL (if needed)**: Right-click the `.dll` file > **Properties**. If you see an **Unblock** checkbox, check it and click **OK**.

    8. Start Notepad++. The plugin should now appear in the **Plugins** menu.


    > :If you encounter a "plugin not appearing" issue after installation, the most common cause is a **permissions issue** if Notepad++ is installed in the `Program Files` directory. Try running Notepad++ as an administrator once to complete the installation. Another common mistake is a **version mismatch** between the plugin (32-bit vs. 64-bit) and your Notepad++ installation.


    ### How to Use the Plugins

    Once installed, each plugin adds its own submenu under **Plugins**.

    * **JSON Viewer**: Open a JSON file, go to **Plugins > JSON Viewer > Format JSON**.

    * **HTML Tag / WebEdit**: Look for the new menu under **Plugins** (e.g., **Plugins > HTML Tag**) to access tools for inserting tags.

    * **XML Tools**: Open an XML file, go to **Plugins > XML Tools**. Key functions are **Pretty print (XML only - with line breaks)** and **Validate now**.

    * **Regex Trainer**: Go to **Plugins > Regex Trainer** to open a side panel where you can write and test expressions with live feedback.

    * **Built-in Regex**: You can use **Search > Replace (Ctrl+H)**, set the **Search Mode** to **Regular expression**.




    # Guida Completa a Notepad++ in Italiano

    Guida pratica per scaricare, installare e utilizzare Notepad++ e i suoi plugin per JSON, HTML, Regex e XML.


    La tabella seguente riassume i plugin consigliati per le vostre esigenze.


    SON JSON Viewer Formatta e convalida i dati JSON per una lettura facilitata.
    HTML HTML Tag (ufficiale) / WebEdit (non ufficiale) Aiuta a inserire e gestire il codice HTML/CSS.
    XML XML Tools Convalida, formatta (con indentazione) e consente di lavorare con documenti XML.
    Espressioni Regolari (Regex) Regex Trainer Aiuta a imparare, testare e creare espressioni regolari con un'anteprima in tempo reale.


    ### Come Scaricare e Installare Notepad++

    1. Andate sul sito ufficiale: [https://notepad-plus-plus.org/downloads/](https://notepad-plus-plus.org/downloads/).

    2. Scegliete il file di **installazione** per il vostro sistema (generalmente l'`.exe` a 64-bit).

    3. Eseguite il file scaricato e seguite le istruzioni a schermo. Le impostazioni predefinite sono consigliate per la maggior parte degli utenti.


    ### 🔌 Installare i Plugin via Plugins Admin (Metodo Più Semplice)

    Questo è il metodo più semplice per installare la maggior parte dei plugin ufficiali.

    1. In Notepad++, andate nel menu in alto su **Plugins**.

    2. Selezionate **Plugins Admin...**.

    3. Nella scheda **Available**, vedrete un elenco di plugin ricercabile.

    4. Spuntate la casella accanto al plugin che volete (es. `JSON Viewer`, `HTML Tag`, `XML Tools`).

    5. Cliccate il pulsante **Install**.

    6. Notepad++ scaricherà il plugin e vi chiederà di riavviare. Cliccate **Yes**.

    7. Dopo il riavvio, il plugin sarà disponibile sotto il menu **Plugins**.


    ### Installare i Plugin Manualmente (Per Plugin non Ufficiali o con Problemi)

    Alcuni plugin, come la versione non ufficiale di `WebEdit` per HTML, non sono in Plugins Admin e vanno installati manualmente. Potreste avere bisogno di questo metodo anche in caso di problemi di autorizzazioni.

    1. **Scaricate il plugin** dalla sua fonte ufficiale. Di solito è un file `.zip` o `.dll`.

    2. **Chiudete tutte le istanze di Notepad++**.

    3. **Trovate la cartella di installazione di Notepad++** (es. `C:\Program Files\Notepad++\`).

    4. All'interno, navigate nella cartella **`plugins`**.

    5. **Create una nuova cartella** con il nome esatto del file DLL principale del plugin (es. `WebEdit`).

    6. **Posizionate il file DLL principale del plugin** all'interno di quella nuova cartella.

    7. **Sbloccate la DLL (se necessario)**: Clic con il tasto destro sul file `.dll` > **Proprietà**. Se vedete una casella di spunta **Sblocca**, selezionatela e cliccate **OK**.

    8. Avviate Notepad++. Il plugin dovrebbe ora apparire nel menu **Plugins**.


    > **Nota:** Se un plugin non appare dopo l'installazione, la causa più comune è un **problema di autorizzazioni** se Notepad++ è installato nella directory `Program Files**. Provate ad avviare Notepad++ come amministratore una volta per completare l'installazione. Un altro errore frequente è una **versione non corrispondente** tra il plugin (32-bit vs. 64-bit) e la vostra installazione di Notepad++.


    ### Come Utilizzare i Plugin

    Una volta installati, ogni plugin aggiunge un proprio sottomenu sotto **Plugins**.

    * **JSON Viewer**: Aprite un file JSON, andate su **Plugins > JSON Viewer > Format JSON**.

    * **HTML Tag / WebEdit**: Cercate il nuovo menu sotto **Plugins** (es. **Plugins > HTML Tag**) per accedere agli strumenti per inserire tag.

    * **XML Tools**: Aprite un file XML, andate su **Plugins > XML Tools**. Le funzioni principali sono **Pretty print (XML only - with line breaks)** per formattare e **Validate now** per convalidare.

    * **Regex Trainer**: Andate su **Plugins > Regex Trainer** per aprire un pannello laterale dove scrivere e testare le espressioni con feedback in tempo reale.

    * **Regex Integrato**: Potete usare **Cerca > Sostituisci (Ctrl+H)**, impostando **Modalità di ricerca** su **Espressione regolare**.


    Spero che questa guida vi aiuti a configurare Notepad++ per il vostro lavoro. Se avete problemi con l'installazione di un plugin specifico, chiedete pure per ulteriori dettagli.

    # mod by lululla 20251209

    # -fix Error updating config choices: weatherlocation

    # -fixz Error syncing config: weatherlocation


    FULL GUIDE (ENGLISH – DETAILED VERSION)

    How to Use FileZilla with an Enigma2 Receiver – Complete Step-by-Step Guide

    1. What You Need

    • A computer with FileZilla Client installed

    • An Enigma2 receiver (Dreambox, Vu+, Zgemma, Edision, Amiko, etc.)

    • PC and receiver must be on the same network

    • Optional: files to upload (picons, plugins, settings, softcams, etc.)

    2. Find Your Receiver’s IP Address

    On your Enigma2 box:

    1. Press Menu

    2. Go to Information

    3. Select Network

    4. Write down the IP Address

    It usually looks like: 192.168.1.xxx.

    3. Set Up FileZilla

    1. Open FileZilla

    2. At the top, enter:

      • Host: your receiver’s IP (e.g., 192.168.1.42)

      • Username: root

      • Password: leave empty or use the password you set

      • Port: 21

    3. Click Quickconnect

    After connecting:

    • Left side = your PC

    • Right side = your Enigma2 box directory

    4. Important Enigma2 Folders

    These are the paths you will use most often:

    Purpose Folder
    Settings, bouquets, channels /etc/enigma2/
    Plugins (.ipk, files) /usr/lib/enigma2/python/Plugins/
    Skins /usr/share/enigma2/
    Picons /usr/share/enigma2/picon/ or /media/usb/picon/
    Softcam files /etc/tuxbox/config/ or /usr/keys/
    Recordings /media/hdd/movie/

    5. How to Transfer Files Using FileZilla

    1. On the left, browse to your file

    2. On the right, browse to the correct receiver folder

    3. Drag & drop from left → right

    4. Wait until the transfer completes

    6. Restarting Enigma2 After Transfers

    To activate new skins, settings, plugins:

    1. Press Menu

    2. Go to Standby / Restart

    3. Select Restart GUI (Enigma2)

    7. Installing Plugins (.ipk) Using FileZilla

    Method 1 — Upload and Install via GUI

    1. Upload the .ipk file to:

      /tmp/

    2. On the receiver open:

      Menu → Setup → Software Management → Install local extension

    3. Select the file and confirm

    4. Restart GUI

    Method 2 — Manual (for advanced users)

    Upload plugin folder to:

    /usr/lib/enigma2/python/Plugins/

    Then restart GUI.

    8. Installing Picons

    There are two common locations:

    Internal flash:

    /usr/share/enigma2/picon/

    USB stick (recommended):

    /media/usb/picon/

    Just drop all PNG files (normally 220x132 px).

    Restart GUI → Picons should appear.

    9. Installing Softcams (general instructions)

    Quote
    Instructions stay generic to comply with system and legal safety.
    1. Upload configuration files to:

      /etc/tuxbox/config/ or /usr/keys/

    2. Install softcam from Image Panel (OpenATV, OpenPLi, etc.)

    3. Reboot cam

    10. Troubleshooting

    FileZilla won’t connect

    • Check IP address

    • Make sure username = root

    • Try leaving password empty

    • Check if FTP is enabled in Image settings

    • Ensure box and PC are in same network

    Picons not showing

    • Wrong folder

    • Wrong resolution

    • Wrong picon name format

    Plugins not appearing

    • Wrong destination folder

    • You forgot to restart the GUI

    📸 Screenshot-style Descriptions (Text Only)

    FileZilla Connection Bar

    Code
    -----------------------------------------------
    Host: 192.168.1.42 | Username: root | Password: | Port: 21 | Quickconnect
    -----------------------------------------------

    FileZilla main window

    • Left pane: your PC folders

    • Right pane: Enigma2 folders

    • Transfer queue at bottom

    Enigma2 IP screen

    Code
    Network Configuration
    ---------------------
    IP Address: 192.168.1.42
    Netmask: 255.255.255.0
    Gateway: 192.168.1.1

    🇮🇹 VERSIONE ITALIANA COMPLETA

    Come usare FileZilla con un decoder Enigma2 – Guida completa

    1. Cosa serve

    • PC con FileZilla

    • Decoder Enigma2

    • Connessione nella stessa rete

    • File da caricare (picons, plugin, ecc.)

    2. Ricavare l’indirizzo IP

    Menu → Informazioni → Rete → IP Address

    3. Connessione con FileZilla

    • Host: IP del decoder

    • Nome utente: root

    • Password: vuoto o quella impostata

    • Porta: 21 → Quickconnect

    4. Cartelle principali

    • /etc/enigma2/ → liste canali e impostazioni

    • /usr/share/enigma2/ → skin, picons

    • /usr/lib/enigma2/python/Plugins/ → plugin

    • /tmp/ → file .ipk da installare

    • /media/hdd/ / usb → registrazioni

    5. Trasferire file

    Trascina da sinistra (PC) a destra (decoder).

    6. Riavvio GUI

    Menu → Standby/Riavvio → Riavvia GUI

    7. Installare plugin (.ipk)

    • Caricare il file in /tmp/

    • Menu → Gestione software → Installa estensione locale

    • Riavviare GUI

    8. Installare picon

    • /usr/share/enigma2/picon/

    • oppure

    • /media/usb/picon/

    9. Softcam

    Carica i file in:

    /etc/tuxbox/config/ o /usr/keys/

    Poi avvia softcam dal pannello dell’immagine.

    10. Problemi comuni

    • Controllare IP e credenziali

    • Riavviare GUI dopo modifiche

    • Controllare percorso corretto



    FileZilla Client - Page 4 - Enigma2 Tools - Linux Satellite Support Community





    I've already made it clear to all my forum friends that I'll only respond to those who provide detailed information about the problem, including a debug or photo, or something else.

    As long as I'm available to do so, since it's not mandatory


    Even if blocked, you can access it via FTP to:

    - remove the plugin folder ---> /usr/lib/enigma2/python/Plugins/Extensions

    - recover the debug log file, which will go to /tmp/output.log


    So use these commands from telnet and don't give me a headache. :exploding head:


    for Dreambox and CVS images.


    Code
    systemctl stop enigma2.service
    killall -9 enigma2
    journalctl -f -u enigma2 >> /tmp/output.log 2>&1 &


    for OpenPLi or Atv images .. etc.. instead use


    Code
    init 4
    killall -9 enigma2
    ENIGMA_DEBUG_LVL=4 enigma2.sh > /tmp/debug.log 2>&1 &

    :beer1:

    TV Garden Plugin for Enigma2

    by Lululla


    TV Garden is an advanced plugin for Enigma2 that provides streamlined access to a vast, organized library of IPTV content directly on your receiver.


    HELPERS ONLINE

    TVGarden/README.md at main · Belfagor2005/TVGarden

    Installation

    The plugin can be installed directly via the command line on your Enigma2 receiver.

    bash

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


    After installation, restart your GUI. You will find "TV Garden" in your plugin menu.

    We hope you enjoy using TV Garden. For feature requests or to report issues, please visit the project's GitHub page.


    VisitorsVersionEnigma2PythonLicense: GPL v3Python packageRuff Status Donate



    pasted-from-clipboard.png

    pasted-from-clipboard.png

    pasted-from-clipboard.png

    pasted-from-clipboard.png

    pasted-from-clipboard.png

    pasted-from-clipboard.png




    And don't do your usual thing, buy them a :hot beverage:

    You're really stingy! :zombie:


    kofi.png                  paypal.png




    This attached pot file for locale translate :eyes:


    TVGarden Locale Translate Language



    INSTALLABLE FROM LINUXSAT PANEL

    category "lululla"