From 26276a11756a5d53f16cf1d6eb8cba8825078cc9 Mon Sep 17 00:00:00 2001 From: Thomas Gander Date: Sat, 29 Nov 2025 10:09:06 -0700 Subject: [PATCH] Initial commit --- manifest.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..f424f35 --- /dev/null +++ b/manifest.json @@ -0,0 +1,18 @@ +[ + { + "name": "Media Cleaner", + "guid": "fef007a8-3e8f-4aa8-a22e-486a387f4192", + "overview": "A cleaner for your stale media.", + "description": "Clean out the stale media from your library using scheduled tasks", + "category": "Library", + "owner": "T-Gander", + "versions": [ + { + "version": "0.0.0.1", + "targetAbi": "10.11.3", + "sourceUrl": "https://github.com/T-Gander/jellyfin-plugin-mediacleaner/archive/refs/tags/v0.0.1-alpha.zip", + "timestamp": "2025-11-29" + } + ] + } +] \ No newline at end of file