PureVisionHD 1080 (2 Viewers)

framug

Super Moderator
  • Team MediaPortal
  • January 31, 2005
    5,884
    1,956
    South of France
    Home Country
    France France
    Tested.
    All is working as expected except Spectrum Analyzer :

    zz.png
     

    framug

    Super Moderator
  • Team MediaPortal
  • January 31, 2005
    5,884
    1,956
    South of France
    Home Country
    France France
    Thx for this information and for the plugin (is not in extensions ?).
    I saw you installed skininfo plugin, maybe spectrum could be integrated in mpe1 skin ?
    I have a problem with this plugin :

    zz.png

    It is only when I go in configuration.
    Spectrum is working in the skin :

    zz1.png
     
    Last edited:

    framug

    Super Moderator
  • Team MediaPortal
  • January 31, 2005
    5,884
    1,956
    South of France
    Home Country
    France France
    You don´t have to configure it in MP Config - the configuration is done via a file in PVHD Folder (by me) ;)
    OK then, (the bad) 50 value has to be changed by you ;)

    For ajs (hope you will understand it's not bad criticisms, take this as constructive criticisms) :)
    If no configuration is needed then, don't let users ability, in the plugin code :

    Code:
            public bool HasSetup()
            {
                return true;
            }

    should be replaced by :

    Code:
            public bool HasSetup()
            {
                return false;
            }

    BTW, thanks for this plugin (y)
     

    Users who are viewing this thread

    Top Bottom