From 34c51a3bfa57e309d0748a44da5ad73ef6d833f1 Mon Sep 17 00:00:00 2001 From: Filtik Date: Fri, 3 Jul 2026 10:40:21 +0200 Subject: [PATCH] updeate --- .gitignore | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 224df98..a8be81c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ dist/ update-manifest.ps1 .vs/ *.user +*.psd diff --git a/README.md b/README.md index b2a72ad..9c93cd0 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,12 @@ A Jellyfin plugin that automatically creates scheduled backups of your Jellyfin 3. Place the DLL in your Jellyfin plugins folder (e.g. `/config/plugins/AutoBackup/`) 4. Restart Jellyfin +## Screenshots + +| Schedules | Retention | Backups | +|:---------:|:---------:|:-------:| +| ![Settings](images/Settings.png) | ![Retention](images/Retention.png) | ![Backups](images/Backups.png) | + ## Configuration After installation, open **Auto Backup** from the Jellyfin sidebar or via **Dashboard → Plugins**.