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

Pablik

Development Group
  • Team MediaPortal
  • August 19, 2010
    700
    1,125
    Home Country
    Czech Republic Czech Republic
    FH and LMH work, you can check this :)
    Well, maybe the plugin is working, until a moment when it needs to work with a Json objects. Then will try to look for assembly v6, but I'm not absolutely sure - I'll try the plugin.:)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,965
    11,006
    Kyiv
    Home Country
    Ukraine Ukraine
    Then will try to look for assembly v6, but I'm not absolutely sure - I'll try the plugin.
    Ups ... Yes, you are right, it does not work, it looks for Newtonsoft.Json, Version=6.0.0.0, but then it turns out that those who have FanartHandler and DVDArt installed, one of the plugins does not work ... Either FanartHandler or DVDArt.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,965
    11,006
    Kyiv
    Home Country
    Ukraine Ukraine
    Try test with ...
    XML:
    <PropertyGroup>
        <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
        <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
    </PropertyGroup>
    or with
    XML:
    <bindingRedirect oldVersion="0.0.0.0-13.0.3.0" newVersion="13.0.3.0" />
     

    Pablik

    Development Group
  • Team MediaPortal
  • August 19, 2010
    700
    1,125
    Home Country
    Czech Republic Czech Republic
    Try test with ...
    XML:
    <PropertyGroup>
        <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
        <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
    </PropertyGroup>
    or with
    XML:
    <bindingRedirect oldVersion="0.0.0.0-13.0.3.0" newVersion="13.0.3.0" />
    Thanks, but I already tried bindingRedirect: no change:(.
     

    Pablik

    Development Group
  • Team MediaPortal
  • August 19, 2010
    700
    1,125
    Home Country
    Czech Republic Czech Republic
    Ups ... Yes, you are right, it does not work, it looks for Newtonsoft.Json, Version=6.0.0.0, but then it turns out that those who have FanartHandler and DVDArt installed, one of the plugins does not work ... Either FanartHandler or DVDArt.
    That's what I'm affraid of. I did a test with one movie in FH - it worked, but according the code the plugin is using RegEx to parse Json data from fanart web.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,965
    11,006
    Kyiv
    Home Country
    Ukraine Ukraine
    Bad idea, we can still get a conflict, and these settings are more to Mediaportal than to libraries...
    I suggest just to update plugins to support Newtonsoft.Json.13.0.3 and that's all, I can already update mine...
    @m3rcury How about you?
     

    Users who are viewing this thread

    Top Bottom