EasyInfo plugin - latest updates

  • Nice work with the latest updates!


    I want to skin this plugin complete, but the screen "EasyInfo" is making it problematic. I can see in python that this screen has two appearances dependent on config settings. Could we get two different screen names for these screens? aka. "EasyInfo" and "EasyInfo_EventView" or something like that.

    - FoxyRabbit - Peter Pan team -

  • First, I have to say this is completely unchanged to the previous version. But I can have a look at it.

    Gruss
    Dre


    Boxen (im Einsatz): DM920, DM900, DMOne
    Developer Project Merlin - we are OpenSource

  • Nice if we could test code before you push dre :smiling_face:


    With latest push we no longer can see plugin names in "EasyInfo" screen.


    I found the error:


    You have used definition getPluginByName() twice.


    text = getPluginByName(func)

    getPluginByName(text)


    It could be very nice if this plugin also uses paths from config.usage.configselection_piconspath (UsageConfig.py) instead of its own paths. also with a view to provide support for developers that implement more paths to their images into this file. In my opinion every plugin should point to system paths if they exist.


    Thanks.

    - FoxyRabbit - Peter Pan team -

  • No, I won't reuse the picon path set for the channel selection. It's not a must to use the same picon size in channel selection and in EasyInfo. The name issue was caused by a late change which I did only test with the other view. That's why I didn't see it.

    Gruss
    Dre


    Boxen (im Einsatz): DM920, DM900, DMOne
    Developer Project Merlin - we are OpenSource