fix: Dumme Readme
This commit is contained in:
39
README.md
39
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.
|
||||
|
||||
Reference in New Issue
Block a user