- Moderator
- #671
FanartHandler and LatestMediaHandlerSorry, what is FH and LMH?
FanartHandler and LatestMediaHandlerSorry, what is FH and LMH?
FH and LMH work, you can check thisHmm, if I overwrite current v6 version by v13 then my own plugin(v6) will stop working.
Czech Republic
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.FH and LMH work, you can check this![]()
Start testing with Newtonsoft.Json.13.0.3 ...Well, maybe the plugin is working, until a moment when it needs to work with a Json objects.
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.Then will try to look for assembly v6, but I'm not absolutely sure - I'll try the plugin.
<PropertyGroup>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
</PropertyGroup>
<bindingRedirect oldVersion="0.0.0.0-13.0.3.0" newVersion="13.0.3.0" />
Czech Republic
Thanks, but I already tried bindingRedirect: no changeTry test with ...
or withXML:<PropertyGroup> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType> </PropertyGroup>
XML:<bindingRedirect oldVersion="0.0.0.0-13.0.3.0" newVersion="13.0.3.0" />
Czech Republic
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.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.
Its for exe or web ...bindingRedirect