Extensions: A GUI Plugin for MediaPortal's MPEI Installer (2 Viewers)

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    New release (v1.0.7) available:
    • Added setting to ignore certain packages from full screen install. These packages are usually ones that do not respect silent installs such Backup Settings. By default BackupSettings, OnlineVideos and LAV Filters (can prompt for restart) are ignored but users can add/remove any package GUID to the mediaportal.xml settings file.
    • Fixed error message not correctly formatted for setting maxvalue and minvalue check in Settings GUI.
    Download Here or update with-in MediaPortal/Extensions Installer.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    To update the ignored packages search for the following in mediaportal.xml:

    Code:
    <entry name="ignoredfullscreenpackages">["b7738156-b6ec-4f0f-b1a8-b5010349d8b1","88f9a821-bd54-4a40-9bfc-222b3324973d","269bd257-7ce5-450a-b786-1c2834c81849"]</entry>
     

    seco

    Retired Team Member
  • Premium Supporter
  • August 7, 2007
    1,575
    1,239
    Home Country
    Finland Finland
    If you browse extensions using "MP Website Extensions" view and navigate to single extension, "Changelog" does not show anything for any plugin. It's nothing critical but a bit confusing.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    If you browse extensions using "MP Website Extensions" view and navigate to single extension, "Changelog" does not show anything for any plugin. It's nothing critical but a bit confusing.
    Maybe you have an outdated skin, the button should be hidden when there is no change logs to show...this is the case for all extensions when viewing from the Website view. If its happening in the latest StreamedMP / DefaultWide let me know and I can fix it there.
     

    Lbr_Lion

    Extension Designer
    July 19, 2008
    243
    372
    Home Country
    Netherlands Netherlands
    Hello,

    Please find attached an updated Dutch language file according to the latest version.

    Cheers,
     

    Attachments

    • nl.xml
      9.1 KB

    MrCrabs

    Portal Pro
    January 21, 2010
    884
    129
    Braunschweig
    Home Country
    Germany Germany
    To update the ignored packages search for the following in mediaportal.xml:

    Code:
    <entry name="ignoredfullscreenpackages">["b7738156-b6ec-4f0f-b1a8-b5010349d8b1","88f9a821-bd54-4a40-9bfc-222b3324973d","269bd257-7ce5-450a-b786-1c2834c81849"]</entry>

    Wouldn't it be nice to have a value set by the author to the installation file to tell Extensions plugin wether or not it should show up. That way it is not up to the user to know which plugins not to install with extensions plugin.
    The other way around a user who doesn't know will not edit that xml you mentioned and will end up with a hung up system.
    This feature is nice since it will keep MP from crashing and is one more step for user friendliness, but this needs to be automatic to give advantage to unexperienced users.

    What do you think?
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    Hi Mr Crabs, there is nothing stopping a plugin installer setting this at install time. Although it will probably only take affect after the first install as the setting would be in memory.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    New release (v1.0.8) available:
    • Compatibility with MediaPortal 1.3 Alpha.
    • Updated Dutch translations, thanks Lbr_Lion.
    Download Here or update with-in MediaPortal/Extensions Installer.
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,364
    10,400
    Königstein (Taunus)
    Home Country
    Germany Germany
    Hi Damien, THX for the new version - still have this error in the extension information when going from view "updates" to the details window:

    11-26-58.jpg
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    Thanks catavolt, I will take a look.

    EDIT: all that extended info should only be shown when in web-view, this is conditionally hidden from the skin. Im not sure why that is not working as it should.

    Code:
    <visible>string.equals(#MPE.View.Name,#MPEI.Translation.MPOnlineExtensions.Label)</visible>
     
    Last edited:

    Users who are viewing this thread

    Top Bottom