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**.