Posts by Lululla

    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.

    epgimport_2.9.3_iet5_all It should already be using my git for the sources... but if not, post a picture...

    Reinstall epgimport_2.9.3_iet5_all,

    Let me see the configuration. Then blue-click to see the sources if the plugins are there... but what can I tell you?

    I explained very well what to do.

    The XML sources don't mean the plugin works, because it shouldn't open.

    I can't sit there looking at all the plugins from all the developers :(



    export the channels from your list first, you will find the vavoo entry in epgimport

    OK,

    I'll try to explain better.

    Export your list.

    1 list, yours from your country.

    Look at the file in /etc/enigma2/vavoo_epg_cache.json.

    Place it on your desktop and open it with Notepad++.


    Now you'll have

    a list of channels with service references and IDs.

    eg.


    Code
        "animal planet .s_it": {
            "country": "it",
            "id": "CanaleItalia.it",
            "matched": true,
            "name": "ANIMAL PLANET .s",
            "sref": "4097:0:1:1361:33f4:13e:820000:0:0:0:",
            "timestamp": "2026-03-21 23:19:24"
        },


    this is wrong


    Code
     "id": "CanaleItalia.it",
     "sref": "4097:0:1:1361:33f4:13e:820000:0:0:0:", 



    edit it for example

    Code
     "id": "AnimalPlanet.it",
     "sref": "4097:0:1:1A2:1518:13E:820000:0:0:0:",



    save,.. test if work..


    oh yes..

    epgimport..


    The vavoo plugin produces a source.xml and a channel list.xml

    that integrate perfectly with epgimport, as I've written above several times.

    So using epgimport is essential to get the EPG.


    PS: Sometimes, after creating the complete EPG list, the channels don't get EPGs or picons. Do a reboot or reload service.

    Go to bouquets (up button), press menu - and then reload service.

    Something will appear.


    One list per person is enough to get everything updated.

    Italy is fine for me, but I did it myself.

    Guys, I can't create your lists for EPG.

    Do them a little at a time and upload your file (the json file for your country's list).


    I updating the plugin but steel seems 1.1.1 v.,Open ATV 8.0.0 Alpha image.

    Thanks.


    The problem with sunrise and sunset times not being displayed is likely because the free API (ForecaFreeAPI) doesn't provide this data in the daily forecast. The code uses the following logic:


    Code
    daily_all = self.weather_api.get_daily_forecast(location_id, days=days_needed)
    if not daily_all and self.weather_api_auth:
        daily_all = self.weather_api_auth.get_daily_forecast(location_id, days=days_needed)

    If the free API returns a valid object (even without sunrise/sunset), the fallback to the authenticated API is not performed. Therefore, day_selected.sunrise and day_selected.sunset are None and the widgets display N/A.


    try update

    and feedback if work otherwise,, register for api auth ;)