[Plugin] DVDArt - All artwork for MovingPictures, MyFilms, TVSeries, Music & more!!! (1 Viewer)

SpudR

Retired Team Member
  • Premium Supporter
  • July 27, 2007
    2,657
    718
    Yorkshire, UK
    Home Country
    England England
    There is an error in the desktop shortcut to the DLL - you have used the path to /program files(x86)/ but on a 32 bit system this does not exist, resulting in a 'File not found' error
     

    m3rcury

    Development Group
  • Team MediaPortal
  • August 12, 2010
    977
    733
    Home Country
    Malta Malta
    There is an error in the desktop shortcut to the DLL - you have used the path to /program files(x86)/ but on a 32 bit system this does not exist, resulting in a 'File not found' error

    SpudR, will try to fix that in the next release.

    Edit:

    Looked into the MPEI installer and there is no reference to the Program Files folder, only the following code is present:
    Code:
    <ActionItem Name="CreateShortCut" ActionType="CreateShortCut" ConditionGroup="Default">
                  <Params>
                    <Items>
                      <SectionParam Name="ShortCut location">
                        <Value>%Desktop%\DVDArt.lnk</Value>
                        <ValueType>Template</ValueType>
                        <Description>Location of shortcut</Description>
                      </SectionParam>
                      <SectionParam Name="ShortCut target">
                        <Value>%Base%\DVDArt_PluginLauncher.exe</Value>
                        <ValueType>Template</ValueType>
                        <Description>Target of short cut</Description>
                      </SectionParam>
                      <SectionParam Name="Description">
                        <Value>DVDArt launcher</Value>
                        <ValueType>String</ValueType>
                        <Description>Description tooltip text </Description>
                      </SectionParam>
                      <SectionParam Name="Icon of the shortcut">
                        <Value />
                        <ValueType>Template</ValueType>
                        <Description>Icon of the shortcut,
    if is empty the icon of the target will be used</Description>
                      </SectionParam>
                    </Items>
                  </Params>
                  <ExecuteLocation>AfterPanelShow</ExecuteLocation>
                </ActionItem>
     
    Last edited:

    m3rcury

    Development Group
  • Team MediaPortal
  • August 12, 2010
    977
    733
    Home Country
    Malta Malta
    Doesn´t work on MP 1.6 - MPConfig crashes ;)

    catavolt, can you try from the desktop icon, although for me it does work properly from MPConfig on 1.6. If still no luck, I have a new version of the plugin at .Net 4.0 Framework which I can send you separately.
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,597
    10,590
    Königstein (Taunus)
    Home Country
    Germany Germany
    catavolt, can you try from the desktop icon, although for me it does work properly from MPConfig on 1.6. If still no luck, I have a new version of the plugin at .Net 4.0 Framework which I can send you separately.
    The desktop item does not work as already described by SpudR above ;)
     

    m3rcury

    Development Group
  • Team MediaPortal
  • August 12, 2010
    977
    733
    Home Country
    Malta Malta
    catavolt, can you try from the desktop icon, although for me it does work properly from MPConfig on 1.6. If still no luck, I have a new version of the plugin at .Net 4.0 Framework which I can send you separately.
    The desktop item does not work as already described by SpudR above ;)

    Can't you change the link to point to the correct path and give it a try?
     

    m3rcury

    Development Group
  • Team MediaPortal
  • August 12, 2010
    977
    733
    Home Country
    Malta Malta
    There isn't an option to change the path, it just comes up with the file not found error...

    @SpudR and @catavolt, I believe I found what the issue was. Attached find a fix to the DVDArt_PluginLauncher.exe which should be placed in C:\Program Files (x86)\Team MediaPortal\MediaPortal for x64 or C:\Program Files\Team MediaPortal\MediaPortal for x86.

    Edit: attachment removed... wrong one :eek: apologies... updated version in this post.
     
    Last edited:

    Users who are viewing this thread

    Top Bottom