Windows UpdateControl plugin v1.10.0 for MediaPortal 1.3.0 and higher (2 Viewers)

Micropolis

Portal Pro
July 22, 2009
1,588
1,796
Bavaria
Home Country
Germany Germany
Here it is, a plugin to show, search, download and install windows updates!

Highlights:
  • show installed updates
  • search for available updates using different search options
  • download and install available updates
  • open knowledge base articles in your favorite browser
Installation:
  • download and start the suitable installer file "UpdateControl.mpe1" from the download repository
    or
  • download and extract the attached file "UpdateControl.zip" from this post (MediaPortal v1.6 and above) and copy all required files to your MediaPortal directory manually (see manual below for detailed instructions)
Skin Support:
  • Blue3
  • StreamedMP
  • PurevisionHD family
  • Black Glass family
  • Maya
  • Titan
  • aMPed
Language Support:
  • german, english, dutch (thx to powermarcel10)
Latest Changes (for a detailed version history, please consult the attached manual):
  • v1.7.0 – rework of configuration dialog, minor enhancements
  • v1.8.0 – functionality to share settings and profiles added, support for MediaPortal v1.12.0
  • v1.8.2 – compatibility fixes for Windows 10, rework of message management routines, improvements to sharing functionality, maintenance
  • v1.9.0 – support for plugin framework v1.4.0, support for MediaPortal v1.13.0
  • v1.9.1 – maintenance release, support for MediaPortal v1.14.0
  • v1.10.0 - recompiled release, deconstruction of not working functionalities, support for MediaPortal v1.15.0 and higher

GUI Screenshots.JPG

This is a stable version and was tested with Windows 7, 8 and 10 only, please report any bugs in this thread.

If you would like to show your appreciation and also help me to continue to provide free software please make a donation by clicking here. Thank you.
 

Attachments

  • UpdateControl for MediaPortal.pdf
    573.4 KB
  • UpdateControl v1.10.0.zip
    3.8 MB
Last edited:

joz

Portal Pro
March 17, 2008
1,353
306
Home Country
Netherlands Netherlands
Re: Windows UpdateControl plugin for MediaPortal v0.3.0

Nice addition again Alex, :D a lot

Just skinned it for streamedmp

p.s.
The skin relies on a non standard background for streamedmp. I use this also in my HTPCInfo skin files, so if you use those you are good otherwise you need to edit the xml and change the background.
 

Attachments

  • 19-40-36.jpg
    19-40-36.jpg
    109.5 KB
  • 19-40-14.jpg
    19-40-14.jpg
    49.1 KB
  • UpdateControl.xml
    6 KB

catavolt

Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,367
    10,405
    Königstein (Taunus)
    Home Country
    Germany Germany
    AW: Windows UpdateControl plugin for MediaPortal v0.3.0

    Hi Alex, :D for this new helpful plugin.
    Screenshot and xml for PureVisionHD attached :D
     

    Attachments

    • Image1.jpg
      Image1.jpg
      204.3 KB
    • UpdateControl.xml
      3 KB

    joz

    Portal Pro
    March 17, 2008
    1,353
    306
    Home Country
    Netherlands Netherlands
    Re: Windows UpdateControl plugin for MediaPortal v0.3.0

    Got a little question;

    What do the notifications display? Does the plugin autocheck say once a day for new updates and am I able to show somewhere in the skin that there are windows updates available?
    That would be really cool!

    Just not too sure about what the difference is between the notifications and the confirmations (last one I guess is the popup that displays when you have done a search for example?!)
     

    Micropolis

    Portal Pro
    July 22, 2009
    1,588
    1,796
    Bavaria
    Home Country
    Germany Germany
    Re: Windows UpdateControl plugin for MediaPortal v0.3.0

    Hi joz,
    notification dialogs comes up, if this plugin want inform you, e.g. "10 updates available." or "Cannot retrieve update list. Error code: 0815." Confirmation dialogs are used, to get an final feedback about a planned action, e.g. ""1 update(s) available. Install these updates?" or "A reboot is required to install updates. Continue?".
    Currently you have the option to run a silent update at startup. After the search phase (which process in background), you can display the update count using the property #UpdateControl.AvailableUpdateCount. Now, if you have switch on the option "Show confirmation dialogs", the plugin will ask you and you can decide to start or stop the installation, otherwise available updates are installed in background.
    Hopefully it's a good explanation.

    Cheers, Micropolis ;-)
     

    Micropolis

    Portal Pro
    July 22, 2009
    1,588
    1,796
    Bavaria
    Home Country
    Germany Germany
    Windows UpdateControl plugin for MediaPortal v0.3.5

    Dear community,
    the updated version v0.3.5 of this plugin is ready for downloading.

    Informations for users:
    • list sensitive properties added
    • severity images added

    Informations for skinners:
    • If you want to display the new properties, skin changes are required. For a list of new properties, please consult the attached manual.

    Cheers, Micropolis ;-)
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,367
    10,405
    Königstein (Taunus)
    Home Country
    Germany Germany
    AW: Windows UpdateControl plugin for MediaPortal v0.3.5

    Hi Alex, :D for the update. Added the additional properties and images (see screenshots).
    Please find attached the xmls for PureVisionHD and PureVisionHD Blue :D
     

    Attachments

    • Image30.jpg
      Image30.jpg
      211.5 KB
    • Image21.jpg
      Image21.jpg
      204.4 KB
    • UpdateControl for PureVisionHDBlue.zip
      1 KB
    • UpdateControl for PureVisionHD.zip
      1 KB

    Scrounger

    Retired Team Member
  • Premium Supporter
  • January 21, 2009
    1,032
    514
    Stuttgart
    Home Country
    Germany Germany
    Re: Windows UpdateControl plugin for MediaPortal v0.3.5

    Hey Mircopolis,

    thanks for this great plugin. I have been looking for such a plugin for years.

    One Question:
    Is it possible to select or deselect any updates? If not, could you please implement this in a future version?

    Edit:
    I updated joz StreamedMP xml files:
    Updatecontrol_streamedMP.jpg Updatecontrol_streamedMP_2.jpg

    Anyone knows which visible condition i need to hide the ( ~ ) in searching mode ?
     

    Attachments

    • UpdateControl.xml
      6.9 KB

    Micropolis

    Portal Pro
    July 22, 2009
    1,588
    1,796
    Bavaria
    Home Country
    Germany Germany
    Re: Windows UpdateControl plugin for MediaPortal v0.3.5

    Hi Scrounger,
    currently all updates are handled as one download stream, because of this you don't have the possibility to select/deselect updates.
    Maybe later, if I understand the mysterious API of Windows Update better and find a working solution based on a MediaPortal standard control, this functionality can be included.

    Regarding your condition question: use <visible>string.equals(#UpdateControl.UpdateTitle, )</visible>

    Cheers, Micropolis ;-)
     

    Users who are viewing this thread

    Top Bottom