various NFOguard versions

This commit is contained in:
2025-09-12 10:30:12 -04:00
parent 08cddf7799
commit 77295cc400
48 changed files with 2051 additions and 92 deletions
+28
View File
@@ -0,0 +1,28 @@
# NFOGuard Emby Plugin Releases
This directory contains versioned releases of the NFOGuard Emby plugin DLL.
## Release Structure
```
releases/
├── v1.0.0-working/ # Current proven working version
├── v1.1.0-free-tier/ # Version with free tier limitations
├── v1.2.0-production/ # Full production version
└── changelog.md # Version history and changes
```
## Installation
1. Choose your version from the appropriate folder
2. Copy `NFOGuard.Emby.Plugin.dll` to your Emby plugins folder
3. Restart Emby Server
4. Check version in Emby Dashboard → Plugins
## Version Guidelines
- **Working versions**: Proven stable in testing
- **Free tier versions**: Limited functionality for trial users
- **Production versions**: Full-featured, licensed versions
## Current Status
- **Latest Working**: v1.0.0 - Full functionality, no restrictions
- **Latest Free Tier**: Not yet released
- **Latest Production**: Not yet released
Binary file not shown.
+37
View File
@@ -0,0 +1,37 @@
# NFOGuard Emby Plugin v1.0.0 - Working Version
**Release Date**: 2025-01-12
**Status**: ✅ PROVEN WORKING
**License**: Full functionality, no restrictions
## 🎉 Test Results
- **Episodes Processed**: 15,039
- **Successfully Updated**: 14,661
- **Success Rate**: 97.5%
- **Processing Speed**: ~1,500 episodes/second
## ✅ Features
- **Real-time Processing**: Automatic sync on media add/update
- **Scheduled Task**: Weekly batch processing (enabled by default)
- **TV Episodes Support**: Full episode date synchronization
- **Movies Support**: Full movie date synchronization
- **High Performance**: Processes thousands of items in seconds
## 🔧 Configuration
- `EnableRealTimeSync = true` (default)
- `EnableScheduledTask = true` (default)
- `LogVerbose = false` (default)
## 📋 Installation
1. Copy `NFOGuard.Emby.Plugin.dll` to Emby plugins folder
2. Restart Emby Server
3. Plugin loads automatically - no configuration needed
4. Check "Scheduled Tasks" for "NFOGuard Date Sync"
## 🎯 What It Does
Syncs `PremiereDate``DateCreated` so Emby displays import dates from NFO files instead of scan dates.
## ⚠️ Notes
- No configuration UI (disabled to prevent crashes)
- All settings hardcoded to optimal values
- Licensing framework present but disabled
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.