dll integration

This commit is contained in:
2025-09-12 09:04:23 -04:00
parent dcbb25ca9e
commit 08cddf7799
57 changed files with 3293 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<PluginInfo>
<Name>NFOGuard</Name>
<Description>Synchronizes TV episode PremiereDate to DateCreated to preserve import dates in Emby</Description>
<Overview>This plugin automatically syncs PremiereDate to DateCreated for TV episodes to ensure Emby displays the correct import date from NFO files instead of scan dates.</Overview>
<Version>1.0.0.0</Version>
<MinServerVersion>4.7.0.0</MinServerVersion>
<MaxServerVersion>4.8.99.99</MaxServerVersion>
<Author>NFOGuard Team</Author>
<Category>General</Category>
<ImageUrl>thumb.png</ImageUrl>
<PluginUrl>https://github.com/NFOguard/NFOguard</PluginUrl>
<IsPremium>false</IsPremium>
<IsHidden>false</IsHidden>
<TargetFilename>NFOGuard.Emby.Plugin.dll</TargetFilename>
<SourceUrl>https://github.com/NFOguard/NFOguard/releases/latest/NFOGuard.Emby.Plugin.dll</SourceUrl>
<Changelog>
<Version number="1.0.0.0">
<Description>Initial release - TV episode date synchronization</Description>
</Version>
</Changelog>
</PluginInfo>