Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified External/CSScriptLibrary.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions FanartHandler/Grabbers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private static bool LoadScript()
try
{
Environment.CurrentDirectory = Config.GetFolder(Config.Dir.Base);
_asmHelper = new AsmHelper(CSScript.LoadFile(scriptFileName, null, false));
_asmHelper = new AsmHelper(CSScript.Load(scriptFileName, null, false));
_awardsGrabber = (IAwardsGrabber)_asmHelper.CreateObject("AwardsGrabber");
logger.Debug("Grabbers LoadScript(): Awards grabber: {0}: {1} loaded...", _awardsGrabber.GetName(), scriptFileName);
}
Expand Down Expand Up @@ -155,4 +155,4 @@ public static void Debug(string format, params object[] arg)
logger.Debug(format, arg);
}
}
}
}
12 changes: 5 additions & 7 deletions scripts/fanarthandler.xmp2
Original file line number Diff line number Diff line change
Expand Up @@ -811,8 +811,8 @@ ajs</Value>
<Id />
<MinVersion>
<Major>1</Major>
<Minor>38</Minor>
<Build>0</Build>
<Minor>24</Minor>
<Build>100</Build>
<Revision>0</Revision>
</MinVersion>
<MaxVersion>
Expand All @@ -822,7 +822,7 @@ ajs</Value>
<Revision>999</Revision>
</MaxVersion>
<WarnOnly>false</WarnOnly>
<Message>This version of FanartHandler requires MediaPortal 1.38 Final</Message>
<Message>This version of FanartHandler requires MediaPortal 1.25 Pre</Message>
<Name>Installer</Name>
<Condition>None</Condition>
</DependencyItem>
Expand Down Expand Up @@ -875,15 +875,13 @@ ajs</Value>
* push fanart for selected music or movie

* push random images from selected folders</ExtensionDescription>
<VersionDescription>* Mediaportal 1.38 | Tatiana &amp; Leo

* CSScriptLibrary 3.30.5.2
<VersionDescription>* Configuration tune


*** We Stand with Ukraine ***</VersionDescription>
<DevelopmentStatus>Stable</DevelopmentStatus>
<OnlineLocation>https://github.com/andrewjswan/mediaportal-fanart-handler/releases/download/v[Version]/FanartHandler-[Version].mpe1</OnlineLocation>
<ReleaseDate>2025-07-15T13:13:13</ReleaseDate>
<ReleaseDate>2025-04-11T13:13:13</ReleaseDate>
<Tags>fanart,music,movies,thumbs,clearart,clearlogo,banner,cdart,dvdart,scraper,awards,genres,studios,animated</Tags>
<PlatformCompatibility>AnyCPU</PlatformCompatibility>
<Location>..\builds\FanartHandler-[Version].mpe1</Location>
Expand Down