Posts by Lululla

    I confirm, I went to version 1.34 but if I download the userbouqchet and go to see the channels it gives me a green screen and does not start while it works directly on the Vavoo plugin. (dm920 openpli 8.3)


    To go back to the previous version?


    Thanks

    but let me understand how it works here!

    Instead of giving feedback to find the problem, we go back to "see"

    In my day they called them lamers.

    keep the 1.33

    And thanks for everything.. greetings

    Now I'm sending an update to delete all the plugins.. what do you think about this? as if it were paid..

    instead of inserting the crash code to see if it can be fixed.. do the lamers

    -Now i added Cache :)


    -configurable from plugin setup

    Concrete advantages of cache

    Fewer API calls

    If you call search_tmdb twice with the same parameters, it does not make another request to TMDb or TVDb.

    → You avoid consuming API-keys or daily limits.


    More speed

    If you have already searched for a title, the result is taken directly from memory (RAM), instantaneous.

    → You do not have to wait for the internet connection again.


    Reduces the workload

    If you have, for example, the channel list or EPG that calls the same function many times, lru_cache blocks duplicates without you having to think about it.


    Perfect if the function is "expensive"

    Like a remote search, parsing, data control... they are slow, so the cache is perfect.


    pasted-from-clipboard.png

    kitte888

    converter xtraeventgenre


    Fixed translation errors:

    Corrected minor translation issues, like "Childrens" (changed to "Pre-School Children"), "ExpFilm" (changed to "Experimental Film/Video"), and others.


    Added new genres:

    We introduced modern genres like "Reality TV", "Esports", "True Crime", and "Anime" which reflect current trends in TV programming and IPTV services.


    we've cleaned up the genres and updated them to match current standards without altering how your existing code works.


    xtraInfo: fix code py2/py3 and PEP8

    • Well I think I'm done, at least the setup and display part
    • Now everything is manageable from the setup plugin
    • I added other providers: ElCinema, iMdb, Omdb ....
    • I put Omdb on hold for now, I don't have time to test everything, but I take posters and banners and information from all the providers that can guarantee the search.
    • The speed seems quite performing, the cache is minimal: there could be conflicts with the display of the posters: I put the bare minimum.
    • The space management on the devices is automatic and the clean is controlled and managed by two different factors: space and time.
    • I haven't been able to test the Stars, the Info_events, Parental and the Genres for now: but I have compiled and updated them with the latest EPG standards
    • As for ApiKeys (Tmdb, Fanart, Omdb, Imdb), everyone should have their own keyapi, in fact the default standard apis exceed the daily limit because everyone uses the same apikey.
      Just register on the provider's site and get your own keyapi: insert it in a text file and put it in /tmp to import it from plugins. Or type it in the plugin itself, or insert it in your skin's folder. The hel is online and the readme is well done in my personal opinion.
    • apikeys are no longer handled by the file: Agp_apikeys.py


    pasted-from-clipboard (1).png


    pasted-from-clipboard.png


    pasted-from-clipboard.png



    pasted-from-clipboard.png




    Have fun. :thank_you2:

    have you this file?
    /etc/enigma2/iconpack.cfg

    put here


    thia is last

    We can also customize the skin setup plugin: you need to know that the download of the posters/backdrops happens immediately as soon as you open the channel list or eventview for example.

    So I inserted in the setup the desire or not to download all the events in png format. This makes the channel change system faster but slow in displaying the posters.



    Code
    section = '--------------------------( SKIN UTILITY SETUP )-----------------------'
    list.append(getConfigListEntry(_('Automatic download of poster'), config.plugins.Aglare.pstdown, _("Download favorite list posters with Epg automatically at startup")))
    list.append(getConfigListEntry(_('Automatic download of backdrop'), config.plugins.Aglare.bkddown, _("Download favorite list backdrop with Epg automatically at startup")))
    list.append(getConfigListEntry(_('Remove all png (poster - backdrop) (OK)'), config.plugins.Aglare.png, _("This operation remove all png from folder device (Poster-Backdrop)")))



    pasted-from-clipboard.png



    or better set our minutes


    pasted-from-clipboard.png

    Sorry. Straight over my head!! But is that just add the slashes etc to the existing lines??

    But I'm happy with the autotimer plugin line.

    you took care of those configurations I gave you the solution.

    just mention what you want to eliminate, remove from the commands what is not needed. However if you use autotimer the config recreates its line.
    regards

    from telnet too


    command


    add fix in try:





    BUT THIS WAY YOU RISK NOT TAKING ANYTHING... TRY AND SEE IF IT'S OK...