Posts by Lululla

    remove .log in tmp
    and retry..
    give log updated

    Due to major and unavoidable commitments, the TivuStream project will soon undergo a drastic downsizing.

    The Android apps and Kodi add-ons will no longer be functional and accessible for download (effective now).

    The forum will be closed, and instead, you can access corvoboys here: https://corvoboys.org where you can request additions or restorations in the dedicated TivuStream section. Email requests for additions, reports, or restorations of channels will not be considered.

    Only the .m3u lists from which all Twitch channels have been removed will be maintained. The lists are hosted on Github at this link: https://github.com/Belfagor2005/TivuStreamList/tree/list/ios. (To obtain the ink to insert into the Player, click on the list of interest and then the Raw button in the top right, copy the link that appears in the browser bar and insert it into the Player.) Once the time to optimize the changes has passed, this Telegram group will also be closed.

    We thank you in advance for your understanding.

    Due to major and unavoidable commitments, the TivuStream project will soon undergo a drastic downsizing.

    The Android apps and Kodi add-ons will no longer be functional and accessible for download (effective now).

    The forum will be closed, and instead, you can access corvoboys here: https://corvoboys.org where you can request additions or restorations in the dedicated TivuStream section. Email requests for additions, reports, or restorations of channels will not be considered.

    Only the .m3u lists from which all Twitch channels have been removed will be maintained. The lists are hosted on Github at this link:

    Belfagor2005/TivuStreamList at list

    . (To obtain the ink to insert into the Player, click on the list of interest and then the Raw button in the top right, copy the link that appears in the browser bar and insert it into the Player.) Once the time to optimize the changes has passed, this Telegram group will also be closed.

    We thank you in advance for your understanding.

    Due to major and unavoidable commitments, the TivuStream project will soon undergo a drastic downsizing.

    The Android apps and Kodi add-ons will no longer be functional and accessible for download (effective now).

    The forum will be closed, and instead, you can access corvoboys here: https://corvoboys.org where you can request additions or restorations in the dedicated TivuStream section. Email requests for additions, reports, or restorations of channels will not be considered.

    Only the .m3u lists from which all Twitch channels have been removed will be maintained. The lists are hosted on Github at this link:

    Belfagor2005/TivuStreamList at list

    (To obtain the ink to insert into the Player, click on the list of interest and then the Raw button in the top right, copy the link that appears in the browser bar and insert it into the Player.) Once the time to optimize the changes has passed, this Telegram group will also be closed.

    We thank you in advance for your understanding.

    try with this

    and feedback please

    read here..


    If you read carefully... You suspended the widgets with <!-- -->

    It means the code can't find those items, and if you know how to debug via telnet, you'll notice the error.


    Regards.


    ps
    as for the shouting.. the caps key was locked on the keyboard, never used caps.. even when I get angry.

    YOU DON'T NEED TO PAUSE THOSE WIDGETS, TAKE THEM OFF SCREEN, BUT YOU DON'T NEED TO PAUSE THEM THAT'S WHY YOU DID SOMETHING STUPID.


    and me too before I read you.


    v.1.1.8



    Code
    Custom Skins (New)
    You can customize the look of the plugin by creating your own skin files. The plugin looks for skins in the following order:
    
    1. **Custom skins** – placed in the plugin folder under `skins_user/<resolution>/`.
    2. **Built‑in skins** – located in `skins/<resolution>/` (with fallback to `hd` if the exact resolution is missing).
    
    #### How to create a custom skin
    - Create the folder structure inside the plugin directory:


    /usr/lib/enigma2/python/Plugins/Extensions/Foreca1/skins_user/

    ├── hd/

    ├── fhd/

    └── wqhd/

    The quick access button displays the plugin version, and the info button shows the credits that mention you.

    This isn't a problem for me; I'll continue adapting it for my personal use so I don't need your graphical interface.

    sure, with other people's asses you can act gay

    I just explained to you that widgets must be in the skin if they are mentioned in the code, and you could have even skipped this rant.

    If you do this, I won't do it.

    You've suspended widgets that are included in the source.


    Code
            self["title_main"] = StaticText()
            self["title_version"] = StaticText()
            self["maintener"] = StaticText()
            self["title_loading"] = StaticText(_("Please wait ..."))


    This is a mistake.

    Just an example:



    Code
    <!--
        <widget source="title_loading" render="Label" position="876,534" size="985,56" font="Liberation;34" foregroundColor="#0053a9ff" backgroundColor="#000000" transparent="1" valign="center" zPosition="20" halign="center" />
    -->
     <!-- Button icons 
        <widget source="title_version" render="Label" position="1760,990" size="142,70" font="Liberation; 24" foregroundColor="#0053a9ff" backgroundColor="#000000" transparent="1" valign="center" zPosition="10" halign="center"  />
        <widget source="maintener" render="Label" position="819,989" size="136,70" font="Liberation; 24" foregroundColor="#0053a9ff" backgroundColor="#000000" transparent="1" valign="center" zPosition="10" halign="center"  />
    -->


    I can't accept this!

    I made the plugin myself, and credits are necessary and must be visible. That's all.

    Then there's the version and the titles... and anyway, it would give you an error if you debug from Telnet.

    You should know that even an error could block the continuation of the code.

    Then do you complain if a value or something else isn't output?



    pasted-from-clipboard.png

    Hi,
    Would it be possible to add a custom skin folder to the menu?
    Here's my cosmetic fix, for example.
    qpnl.jpg

    :) this is flat screen.. :)

    You should still use essential widgets in the screens, since the code plays with these widgets and modifies them.

    From the plugin, we can change the skin settings, such as color, etc.

    So you need to stick to the essential widgets and classes.

    That is, the names of the widgets (all of them) must be in the custom skins.

    You take screenshots of all the classes,

    try placing them in the fhd folder, delete the originals, or rename them.

    If everything works, I'll see if I can accommodate you... no promises, though.