Posts by Lululla

    here there sir enigma2-plugin-extensions-novacampro-py3.9_3.0-r0_all


    please sir add these Emu's

    this plugin are a cam manager??

    The cams I think are identical to the ones we have online. I don't know if the plguin does other things "together" with the cams. Can you use the plugin along with the cams you have attached?


    i use icam bin..

    As soon as I can we will make the updated oscam if you want.. But you can also install 11751 and then just change the .bin file to /usr/bin with the same name you have and giving 755 permissions

    Tested ver 1.1 deb on dm920 GP 4.2.

    After installation Plugin Vavoo doesn't appear on plugins list...

    please for all user.. Pay attention

    before replying to the post, please read more.


    I created a .deb with Ubuntu, but strangely I was convinced that everything was ok as always.Instead,

    it creates files with a different extension inside the deb. and...


    patience.. Soon you will have your .deb




    If you notice the "cut" flags on FHD skin, you can remove the plugin,

    download the new and updated version again, reinstall it.


    Sorry for the trouble, but I was in a hurry, you are impatient.



    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 &




    FOR NEW VAVOO PROXY READ HERE
    RE: Vavoo Stream Live - discussion & support

    screen9.gif



    📺 Streaming & Playback

    • 🎥 Live TV Streaming from multiple servers (Vavoo, Oha, Kool, Huhu)
    • 🔄 Auto-refresh streams with configurable intervals
    • 🎭 Multiple Player Support: GStreamer, Exteplayer3, ServiceApp
    • 🌐 IPv6 Support with toggle option
    • Fast Channel Switching with next/previous navigation

    🗂️ Content Organization

    • 🌍 Dual View Modes: Countries view & Categories view
    • 🏴 Country Flags with automatic icon detection
    • 📑 Hierarchical Bouquet Export with container structure
    • 🔍 Search Functionality within categories
    • 📊 Channel Filtering by country and genre

    ⚙️ Configuration & Management

    • 🛠️ Comprehensive Settings: DNS, servers, update intervals
    • 💾 Automatic Bouquet Updates with scheduling
    • 📁 M3U File Generation for external players
    • 🎨 Customizable UI: Backgrounds, fonts, layouts
    • 🔄 Auto-update System with version checking

    🔧 Technical Features

    • 🐍 Python 2.7/3.x Compatible
    • 📱 Multi-resolution Support (HD, FHD, WQHD)
    • 🌍 RTL Language Support (Arabic, etc.)
    • 🔒 Authentication Handling
    • 📝 Comprehensive Logging




    Thank's oktus for great desiner :.. He's a great


    There is not much to say, we had already talked about this little plugin in another topic.


    The plugin is free, anyone can implement anything else in development.


    While maintaining the current form and credits.


    GITHUB community share


    I'm not saying that you have to offer a coffee

    to the community or to me,

    but at least a Like. is due!!!


    DEBIAN FILE / IPK FILE


    CHANGELOG:

    v.1.0 init version (thank's KiddaC for suggestion

    v.1.1 fix dreamos (Title in to skin/plugin "undigested")

    v.1.2 fix language - fonts - skin remake ( oktus) - player with CH+/CH+ & minor fix

    v.1.3 add Search Channels - add Check IPV6 (On/Off)

    v.1.4 add Search Channels - add Check IPV6 (On/Off) - fonts fix

    v.1.5 add Config setup: schedule task for export channels

    v.1.6 fix export loop bouquet -change raise server - add. reference on config

    v.1.7 fix new code for export to bouquet list channels favorite

    v.1.8 fix player and conversion bouquet

    v.1.9 fix skin issue: finally work atv and open image only for yourself configuration

    v.1.10 fix : finally work on CVS image with configuration tested from me..(gp4.2) - fix ssl_certificate

    v.1.11 fix minor - startup - add your font here pluginFolder--> /fonts" and select from config - add HALIGN for arabic language (Right)

    v.1.12 fix server default(not None) - removed popup

    v.1.13 test(ok zipped)

    v.1.14 minor fix - fix crash on exit from config - suggestions

    v.1.15 fix skin Vti - update locale

    v.1.16 thank's pQu4k3r for Updater Online

    v.1.17 minor fix

    v.1.18 local lang fix

    v.1.19 test for epg and logo channels - infolong = Force Update Plugin

    v.1.20 stable version

    v.1.21 Add Picons-Epg - Fix Block Stream on Player (test)

    v.1.22 Add Language Locale - Add many Background screen

    v.1.23 (test upgrade)

    v.1.24 minor fix (export bouquet remove)

    v.1.25 fix HDD screen - recovery export bouquet!

    v.1.26 Fix Export Bouquet - Fix Crash on menu dreamOs (Thank's Tittisat)

    v.1.27 Minor Fix

    v.1.28 Fix Screen Hd - Fix Menulist

    v.1.29 add set Dns net

    v.1.30 minor fix

    v.1.31 Fix server token

    v.1.32

    v.1.33
    v.1.34
    v.1.35
    v.1.36
    v.1.37
    v.1.38
    v.1.39 generate category and cowntry

    v.1.40 recoded all sources..

    v.1.41 fix crash parse - fix search


    READ FIRST



    LOCALE POT FILE:

    Make your locale language ;)
    put folder language (en - it - ar - uk) compiled to .mo in to ftp

    Eg:

    /usr/lib/enigma2/python/Plugins/Extensions/vavoo/locale/en/LC_MESSAGES/vavoo.mo



    FOR BLACK SCREEN TRY THIS COMMAND FROM TELNET

    thank's rambo

    Code
    echo '#!/bin/bash
    echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6' > /etc/init.d/ipv6dis.sh
    chmod 755 /etc/init.d/ipv6dis.sh
    ln -s /etc/init.d/ipv6dis.sh /etc/rc3.d/S99ipv6dis.sh


    SCRIPT ATTACHED INSTALL VAVOO ALL BOUQUETS (MOD BY LULULLA)

    *chmod 775 all files

    Quote

    Vavoo-Script on an idea of Clever999 modified by Demosat

    thx to MasterX, giniman and Oyster for the authkey

    more info https://www.digital-eliteboard…ript-vavoo-auf-e2.513335/


    READ HERE IF YOU ARE DIFFICULTY



    EPG AND PNG PICONS

    ESSENTIALLY


    FOR EPGIMPORT I ATTACHED FOLDER TO PUT

    /etc/epgimport



    ADD LIBRARY NECESSARY DEPENDENCES:


    check your python version in telnet:

    python -V


    FOR DREAMOS 2.5/2.6

    apt-get update

    apt-get install wget

    apt-get install python-requests


    FOR OE IMAGE 2.0


    opkg update

    opkg install wget

    [ -e "/usr/bin/python3" ] && PY="python3" || PY="python"; opkg update; opkg install "${PY}-requests"






    Alternative for install this plugin:

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




    PC VERSION ARE HERE


    Code
    https://mega.nz/file/XFgFjb7Z#Q6QtqYNliFVzfolx5-bovSiRRdjBlHa2ugvnnScX9dM


    Python package Version License Python

    FOR ERROR OR NO BOUQUET OR IMAGE VBOX ETC ETC




    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:

    Quote

    based on the work from RSS Simmple by DDamir v.0.2

    This Software is Free, use it where you want

    when you want for whatever you want and modify it if you want but don't remove my copyright!

    • adapted for py3 and added fhd screens Lululla 20240524
    • thank's biko for background image


    -I think the Add a line from the config settings are still not finished.

    As soon as there's time I hope to fix it.



    v.0.6 DD RSS FEED

    # adapted for py3 and added fhd screens Lululla 20240524


    v.07

    # recode write Lululla 20240906


    1.jpg

    2.jpg


    3.jpg


    4.jpg




    biko i'm sorry, but format right no emplemented



    Github Update feed


    Changelog:

    V. 0.4 Fix config (add url & save)

    v.0.6 upgrade online from menu config



    command install from telnet


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



    *******************

    I'm hoping for a Like for every download you make.

    Time prevents you from doing many things,

    from dedicating the same amount of time to your loved ones,

    but doing something for others is still a kind of internal well-being.

    It's like playing as a child.


    for your screen??

    is


    Code
    if (getDesktop(0).size().width() >= 1920):
            res.append(MultiContentEntryText(pos=(0, 8), size=(8, 45), font=0, flags=HALIGN, text='', color=0xffffff, color_sel=0xffffff))
            res.append(MultiContentEntryText(pos=(8, 8), size=(850, 45), font=0, flags=HALIGN, text=item['title'], color=0xffffff, color_sel=0x00fffc00))