[Approved] Small Setup Patch (1 Viewer)

Smeulf

Retired Team Member
  • Premium Supporter
  • October 27, 2010
    672
    454
    France
    Home Country
    France France
    Hi,

    Just moved shortcuts from "StartMenu\MediaPortal 2" to "StartMenu\Team MediaPortal\MediaPortal 2" folder.

    Patch attached.

    Cheers.
     

    Attachments

    • 0001-Moved-shortcuts-from-StartMenu-MediaPortal-2-to-Star.patch
      2.3 KB

    Oxan

    Retired Team Member
  • Premium Supporter
  • August 29, 2009
    1,730
    1,124
    Home Country
    Netherlands Netherlands
    I might be wrong, but I don't think the ICE 38 workaround is needed. We use code like in the patch below (untested) in MPExtended without triggering any ICE warnings. Clue is to don't have an Id attribute on the directory.

    Code:
    diff --git a/MediaPortal/Setup/MP2-Setup/MediaPortal2.wxs b/MediaPortal/Setup/MP2-Setup/MediaPortal2.wxs                                                                           
    index 8e5711f..3bd8ec1 100644                                                                                                                                                      
    --- a/MediaPortal/Setup/MP2-Setup/MediaPortal2.wxs                                                                                                                                 
    +++ b/MediaPortal/Setup/MP2-Setup/MediaPortal2.wxs                                                                                                                                 
    @@ -105,7 +105,9 @@                                                                                                                                                                
           </Directory>                                                                                                                                                                
                                                                                                                                                                                       
           <Directory Id="ProgramMenuFolder">                                                                                                                                          
    -        <Directory Id="MP2StartMenu" Name="MediaPortal 2" />                                                                                                                      
    +        <Directory Name="Team MediaPortal">                                                                                                                                       
    +          <Directory Id="MP2StartMenu" Name="MediaPortal 2" />
    +        </Directory>
           </Directory>
     
           <Directory Id="DesktopFolder" />
     

    Smeulf

    Retired Team Member
  • Premium Supporter
  • October 27, 2010
    672
    454
    France
    Home Country
    France France
    Thanks Oxan for the input. I'll check this later, I moved to another issue ATM ;)

    Smeulf.
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,070
    7,459
    Home Country
    Germany Germany
    AW: Small Setup Patch

    I've applied this path to the recent installer. Without adding a Component for the directory it did not work.
     

    Users who are viewing this thread

    Similar threads

    you are right.. I spotted why it's not working. For what ever reason, the 3x recently added / watched for TV series, etc was killing it.. I've removed it for now and it's started working again. I'll have to dig a little deeper as to why it's happened all of a sudden.
    you are right.. I spotted why it's not working. For what ever reason, the 3x recently added / watched for TV series, etc was...
    Hi Guys... Long time fan. using MP for over 20 years. Currently running MediaPortal x64 v1.38.3.0 on Win11 with all recent windows...
    Replies
    2
    Views
    491
    Thanks for the update on this. I should have searched before posting, always assume it is something I have done wrong.
    Thanks for the update on this. I should have searched before posting, always assume it is something I have done wrong.
    Hi All, I have a strange one. I recently added 2 new TV series to my setup and they are not being correctly identified in the...
    Replies
    2
    Views
    477
    As Alexander Pope said: A little learning is a dangerous thing, and Dr Google explains this as: The quotation warns that superficial knowledge of a subject can make people arrogant or foolish, suggesting one should either learn deeply or not at all. "Superficial", and "arrogant or foolish" would be me :eek: . However... I would...
    As Alexander Pope said: A little learning is a dangerous thing, and Dr Google explains this as: The quotation warns that...
    I have just discovered that I can no longer receive any of the independent radio channels broadcast on DVB-T in the UK. In...
    Replies
    12
    Views
    5K
    that really sounds like an authorization issue. do you already have an OpenSubtitlesConfiguration.xml in the programfiles\tean mediaportal\subtitledownloaders folder? there you can fill in your credentials. I'm sure it is documented somewhere...
    that really sounds like an authorization issue. do you already have an OpenSubtitlesConfiguration.xml in the programfiles\tean...
    I'm having a strange issue with Subcentral & Subtitle Downloader. Everytime I try to download subtitles the list come out empty...
    Replies
    3
    Views
    557
    Hi. I was probably being a bit fast and loose with my terminology. I meant "somewhere within the files that MP2 uses in its database". Anyway, I found a way to do this which was far from automated but relatively low effort. I found what looked like all the images (CD covers, DVD covers, backgrounds etc all lumped together in...
    Hi. I was probably being a bit fast and loose with my terminology. I meant "somewhere within the files that MP2 uses in its...
    I am in the process of setting up a legacy media player (Mede8er) which I happened to have laying around into my home cinema setup...
    Replies
    2
    Views
    597
    Top Bottom