From ad4ecc6daa76959b085ae7e6f174ac6e8b5b98b2 Mon Sep 17 00:00:00 2001 From: TDPI Date: Sun, 1 Mar 2026 16:28:10 +0100 Subject: [PATCH] fix: Dumme Readme --- README.md | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/README.md b/README.md index 1c01e4c..7c2c8fd 100644 --- a/README.md +++ b/README.md @@ -93,13 +93,6 @@ Staffel 1: Episode 1-4, 6, 8-12 Kimi no Na wa - Ein Junge und ein Mädchen... ``` -## Technische Details - -- **Framework:** .NET 8.0 -- **Jellyfin-Version:** 10.11+ -- **Datenbank:** LiteDB (lokal, im Plugin-Ordner) -- **Events:** `ILibraryManager.ItemAdded`, `ILibraryManager.ItemRemoved` - ## Bekannte Einschränkungen - Provider-IDs müssen vorhanden sein (AniDB, TMDB, etc.) @@ -117,38 +110,6 @@ https://git.tdpi.dev/TDPI/jellyfin-plugin-smartnotify/raw/branch/main/manifest.j 3. **Katalog** → SmartNotify installieren 4. Jellyfin neustarten -## CI/CD - -Das Repository nutzt drei Gitea Workflows: - -1. **create-release-pr.yaml** - Bei Push auf `main`: - - Analysiert Commits (feat/fix/chore) - - Bumpt Version nach Semantic Versioning - - Erstellt/aktualisiert Release-PR - -2. **create-release.yaml** - Bei PR-Merge: - - Erstellt Git-Tag - - Erstellt Gitea Release - -3. **build-publish.yaml** - Bei Release: - - Baut das Plugin mit `dotnet publish` - - Erstellt ZIP mit Checksum - - Lädt ZIP zum Release hoch - - Aktualisiert `manifest.json` automatisch - -### Commit Convention - -| Prefix | Beschreibung | Version Bump | -|--------|--------------|--------------| -| `feat:` | Neues Feature | Minor (1.x.0) | -| `fix:` | Bugfix | Patch (1.0.x) | -| `chore:` | Maintenance | Patch (1.0.x) | -| `feat!:` | Breaking Change | Major (x.0.0) | - ## Lizenz MIT - -## Contributing - -Pull Requests willkommen! Bitte teste auf Windows Dev-Umgebung.