diff --git a/Jellyfin/jellyfin-plugin-personal-recordings/build.yaml b/Jellyfin/jellyfin-plugin-personal-recordings/build.yaml index 24a7b18..1c51648 100644 --- a/Jellyfin/jellyfin-plugin-personal-recordings/build.yaml +++ b/Jellyfin/jellyfin-plugin-personal-recordings/build.yaml @@ -1,6 +1,6 @@ name: "Personal Recordings" guid: "7f3e9c2a-4b1d-4e8f-9a6c-2d5e8f1b3c4a" -version: "1.0.0.0" +version: "1.0.1.0" targetAbi: "10.11.0.0" framework: "net9.0" owner: "bram" diff --git a/Jellyfin/manifest.json b/Jellyfin/manifest.json index 61ccbf6..72fe4be 100644 --- a/Jellyfin/manifest.json +++ b/Jellyfin/manifest.json @@ -1,28 +1,36 @@ [ - { - "guid": "7f3e9c2a-4b1d-4e8f-9a6c-2d5e8f1b3c4a", - "name": "Personal Recordings", - "description": "Tracks which Jellyfin user scheduled a Live TV recording and moves completed files into /recordings//.", - "overview": "Move completed Live TV recordings into per-user folders", - "owner": "bram", - "category": "Live TV", - "versions": [ - { - "version": "1.0.0.0", - "changelog": "Release 1.0.0", - "targetAbi": "10.11.0.0", - "sourceUrl": "https://gitea.bramkelchtermans.be/Bram/projects/releases/download/jellyfin-plugin-personal-recordings-v1.0.0/personal-recordings_1.0.0.0.zip", - "checksum": "63ed4d39770330b8fd714f116cd57f4c1e8744b88afb9865ccbed6599f043b49", - "timestamp": "2026-08-22T20:19:39Z" - }, - { - "version": "1.0.0.0", - "changelog": "Release 1.0.0", - "targetAbi": "10.11.0.0", - "sourceUrl": "https://gitea.bramkelchtermans.be/Bram/projects/releases/download/jellyfin-plugin-personal-recordings-v1.0.0/personal-recordings_1.0.0.0.zip", - "checksum": "66cd0155334fd10b77d35af8ddba07d0e2e60fa886bd63369a5e0d4ce289a441", - "timestamp": "2026-08-22T20:07:03Z" - } - ] - } -] \ No newline at end of file + { + "guid": "7f3e9c2a-4b1d-4e8f-9a6c-2d5e8f1b3c4a", + "name": "Personal Recordings", + "description": "Tracks which Jellyfin user scheduled a Live TV recording and moves completed files into /recordings//.", + "overview": "Move completed Live TV recordings into per-user folders", + "owner": "bram", + "category": "Live TV", + "versions": [ + { + "version": "1.0.1.0", + "changelog": "Release 1.0.1", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://gitea.bramkelchtermans.be/Bram/projects/releases/download/jellyfin-plugin-personal-recordings-v1.0.1/personal-recordings_1.0.1.0.zip", + "checksum": "69bb2094dc7eb81e674e0afac42cedfd", + "timestamp": "2026-08-22T20:31:14Z" + }, + { + "version": "1.0.0.0", + "changelog": "Release 1.0.0", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://gitea.bramkelchtermans.be/Bram/projects/releases/download/jellyfin-plugin-personal-recordings-v1.0.0/personal-recordings_1.0.0.0.zip", + "checksum": "63ed4d39770330b8fd714f116cd57f4c1e8744b88afb9865ccbed6599f043b49", + "timestamp": "2026-08-22T20:19:39Z" + }, + { + "version": "1.0.0.0", + "changelog": "Release 1.0.0", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://gitea.bramkelchtermans.be/Bram/projects/releases/download/jellyfin-plugin-personal-recordings-v1.0.0/personal-recordings_1.0.0.0.zip", + "checksum": "66cd0155334fd10b77d35af8ddba07d0e2e60fa886bd63369a5e0d4ce289a441", + "timestamp": "2026-08-22T20:07:03Z" + } + ] + } +]