28 lines
977 B
Markdown
28 lines
977 B
Markdown
# 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 |