File Explorer (6 Viewers)

Edalex

Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,959
    1,270
    Saratov
    Home Country
    Russian Federation Russian Federation
    I'll try FileExplorer with 1.4.0 final myself soon and will tell you. No promises.
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,959
    1,270
    Saratov
    Home Country
    Russian Federation Russian Federation
    Ok, I'm on Final.
    I just rebuilded fileexplorer against new mp dlls without changes.
    Attach included mptvseries/movpics code so please test it only if you have both installed. I'll probably make clean version later.
    @powermarcel10 please, test
     

    Attachments

    • File Explorer.zip
      403.2 KB
    Last edited:

    powermarcel10

    Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,839
    898
    36
    Groningen
    Home Country
    Netherlands Netherlands
    @Edalex: New version is not compatible for me.. It is giving me the following error:

    I just putted the plugin file into the windows plugin folder. But there is also a file called: Compression.dll. Does that one need to be changed aswell maybe?

    EDIT: My bad.. There where no language files located. Installed them from the MPE1 package from the topicstart. Now the plugin is loaded fine..

    Thanks a lot!!!
     

    Attachments

    • fileexplorer.jpg
      fileexplorer.jpg
      42 KB
    Last edited:

    Shukuyen

    Community Plugin Dev
  • Premium Supporter
  • May 8, 2008
    557
    300
    Lake of Constance
    Home Country
    Germany Germany
    @Edalex: Did you change anything besides rebuilding against the latest dlls? I have the same / a similar problem with mpnzb and referencing the latest mediaportal dlls doesn't work. Can't find anything specific in the wiki and the error message I get is quite generic:
    Plugin Manager: Plugin mpNZB.mpNZB is incompatible with the current MediaPortal version! (File: mpNZB.dll)

    Edit: Had an old dll in the process plugin folder for whatever reason -.- deleted that, now it's working.
     
    Last edited:

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,959
    1,270
    Saratov
    Home Country
    Russian Federation Russian Federation
    @Shukuyen all devs are updating AssemblyInfo for their plugins with evry new version.
    For 1.4.0 final it could look like this:
    Code:
    [assembly: CompatibleVersion("1.4.0.0", "1.1.6.27644")]
    [assembly: UsesSubsystem("MP.SkinEngine")]
    but if you are sure your plugin wouldnt brake on every version between 1.2.0 and 1.4.0 (i.e. you have no togglebutton in code) you can set it to just
    Code:
    [assembly: CompatibleVersion(""1.1.6.27644")]
    without subsystem.
    Generally, rebuilding against updated dlls is not needed.
     

    Crix1990

    MP Donator
  • Premium Supporter
  • February 9, 2011
    421
    23
    34
    Home Country
    Germany Germany
    I never Use this Plugin before (use MePo 1.4).
    I've install the MPE1 (version 1.6 +Titan) then I see the plugin as incompatible.
    Then I've copyed the File Explorer.dll from Edalex and now I don't see the plugin in MePo.

    What is my mistake?
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,959
    1,270
    Saratov
    Home Country
    Russian Federation Russian Federation
    Post logs, please. And chekc if you have translations in language folder, filexplorer.dll and compression.dll in plugins/windows and skin file in your skin folder. Also it was experimantal build and it has dependencies on mptvseries and movingpictures and if you haven't them it could fail too.
     

    750913372

    Portal Pro
    June 25, 2009
    52
    15
    Bruxelles
    Home Country
    Belgium Belgium
    I never Use this Plugin before (use MePo 1.4).
    I've install the MPE1 (version 1.6 +Titan) then I see the plugin as incompatible.
    Then I've copyed the File Explorer.dll from Edalex and now I don't see the plugin in MePo.

    What is my mistake?

    Hello,

    I've got the same problem. You can find MP config logs here attached.

    In Configuration.log, I found the warning here below:
    PluginsNew: C:\Program Files\Team MediaPortal\MediaPortal\Plugins\windows\File Explorer.dll has a bad image format

    I used the File Explorer.dll posted by Edalex on Jun 22, 2013.

    Any idea ?

    Thanks
     
    Last edited:

    Users who are viewing this thread

    Top Bottom