test jellyfin plugin, would be nice

This commit is contained in:
2026-08-22 22:00:28 +02:00
parent 7d6405c776
commit 4baee3fafe
23 changed files with 1713 additions and 1 deletions
@@ -0,0 +1,15 @@
name: "Personal Recordings"
guid: "7f3e9c2a-4b1d-4e8f-9a6c-2d5e8f1b3c4a"
version: "1.0.0.0"
targetAbi: "10.11.0.0"
framework: "net9.0"
owner: "bram"
overview: "Move completed Live TV recordings into per-user folders"
description: >
Tracks which Jellyfin user scheduled a Live TV recording and moves
completed files into {TargetRoot}/{Username}/ (default /recordings/Bram).
category: "Live TV"
artifacts:
- "Jellyfin.Plugin.PersonalRecordings.dll"
changelog: |-
- Initial release: ownership tracking + completed recording moves