Posts by Lululla

    no video url?


    Code
    Traceback (most recent call last):
    File "/usr/lib/enigma2/python/Plugins/Extensions/KodiLite/plugins/plugin.video.cumination/default.py", line 199, in <module>
    sys.exit(main())
    File "/usr/lib/enigma2/python/Plugins/Extensions/KodiLite/plugins/plugin.video.cumination/default.py", line 192, in main
    url_dispatcher.dispatch(mode, queries)
    File "/usr/lib/enigma2/python/Plugins/Extensions/KodiLite/plugins/plugin.video.cumination/resources/lib/url_dispatcher.py", line 105, in dispatch
    raise Exception(message)
    Exception: Error: mode vidz7.v7_play requested argument url but it was not provided.


    english

    Code
    https://stackabuse.com/differences-between-pyc-pyd-and-pyo-python-files/


    italian man

    Code
    https://qastack.it/programming/8822335/what-do-the-python-file-extensions-pyc-pyd-pyo-stand-for

    skins file .xml is in folder

    XCplugin\skin\fhd
    XCplugin\skin\hd


    you can modify them to your liking but you will need to remove the update.py / .pyc / .pyo files
    from folder xcplugin/

    I added v.4.3 at the top of trehad


    in this version work youtube url................ :smiling face with sunglasses:


    I installed these libraries, and did a lot of testing

    the youtube link of the stram is detected and sent to the player


    Code
    opkg update && opkg install streamlink
    opkg install streamlinksrv



    Select

    ---Player Diect


    if no work...

    install next..


    Code

    Code
    enigma2-plugin-extensions-streamlinkwrapper
    enigma2-plugin-extensions-ytdlpwrapper
    enigma2-plugin-extensions-ytdlwrapper
    python3-yt-dlp
    python3-youtube-dl 

    I think he means the addons inside kodilite, it happened to me too but I put everything back without problems

    It is obvious, many files were deleted in the next version and many could no longer remain in their place, in compilation those files were no longer good, hard work was done for this, you can always compare in pythonstyle, even the way of writing and indemnification.

    Now it is easy to spot errors, if we do an update without deleting the files inside kodilite, we make a soup and a very heavy folder in megabytes ..



    I can say that kodilite is now 80% compatible with PY3 and PY2

    I am not sure of all the addons you will insert, I cannot control what you insert in your boxes.

    But a little bit of effort in backing up a folder of plugins or scripts ..

    (The fact remains that there are scripts (added to updated kodilite v.9.1r1 and PY3 compatible. So if you put the old evrsions back, don't write that kodilite doesn't work


    :shushing face:  :smiling face:

    if you are referring to the kodilite addon folders, as I said before, the ipk file removes the old version completely, even the addons. (the zip so to speak) which are in the kodilite folder


    all plugins (most image plugins are placed here)
    /usr/lib/enigma2/python/Plugins/Extensions/

    here there is Kodilite, as there is xcforever, as there is Xtreamitly and others


    here are kodilite

    /usr/lib/enigma2/python/Plugins/Extensions/Kodilite

    here plugins VIDEO of Kodilite

    /usr/lib/enigma2/python/Plugins/Extensions/Kodilite/plugins
    here are scripts

    /usr/lib/enigma2/python/Plugins/Extensions/Kodilite/scripts


    hence, all that is present here

    /usr/lib/enigma2/python/Plugins/Extensions/Kodilite

    will be removed

    i show control and preinstall file for ipk file


    PREINST

    Bash
    #!/bin/sh
    
    if [ -d /usr/lib/enigma2/python/Plugins/Extensions/KodiLite ]; then
      rm -rf /usr/lib/enigma2/python/Plugins/Extensions/KodiLite > /dev/null 2>&1
    fi
    
    exit 0

    POSTRM (REMOVE IPK)

    Bash
    #!/bin/sh
    
    
    if [ -d /usr/lib/enigma2/python/Plugins/Extensions/KodiLite ]; then
    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/KodiLite > /dev/null 2>&1
    fi
    exit 0


    CONTROL (INFO FOR FILE)



    Here are setting for show plugin KL in plugins browser in plugin.py




    the .ipk or .deb file is nothing more than a compressed file, which can execute instructions thanks to scripts (previously mentioned), there is no written remove or hide plugins.

    The preinst does nothing but check if there is an old version and remove it

    Then we proceed to extract the "data" file present in .ipk

    For the removal it uses the "postrm" file, it removes the plugins folder and the scripts mentioned


    We need to understand why they disappear: are the plugins folders present deleted?

    there is a specific error on the screen? there is a crash with relative log?



    I personally tested the installation file and it never happened to me

    Greetings mate, how are you, I know I'm boring, but let me tell you that now it won't open a single page, here's the error log

    if simple..


    HTTP Error 503: Service Unavailable


    the problem is not always the addons or plugins, the server in question often fails, SERVICE NOT AVAILABLE

    so it doesn't find the called url.

    Yesterday was all day DOWN ..

    did install the 9.1r1 IPK over the 9.1 .... after update all my plugins are gone.

    "nice" no i can download weeks to get it all back :-(

    Overshot the target, existing extensions can be overwritten but none simply completely deleted!

    are you sure what you say?

    does an installation of an ipk plugin make the other plugins disappear?

    I don't think this has happened to others who have already done so

    Can you explain better what you did to install the plguin, the various steps?

    what box do you have, what image do you have, maybe the problem was not in the kdl ipk or maybe yes, but I await others to confirm this statement
    Regards

    youtube links don't work for me,

    maybe it works on your box.

    I installed these libraries, and did a lot of testing

    the youtebe link of the stram is detected and sent to the player



    Code
    enigma2-plugin-extensions-streamlinkwrapper
    enigma2-plugin-extensions-ytdlpwrapper
    enigma2-plugin-extensions-ytdlwrapper
    python3-yt-dlp
    python3-youtube-dl 

    HelpConfig here

    Quote


    for trial.. report ,

    restart box and try, if no work, update from github


    regards