-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
The Overview page shows storage statistics for your entire library: total size per media type, item counts, and the last added and deleted items.
Browse all downloaded movies. Filter by watched status per Jellyfin user. Sort by file size to find the largest files. Select one or more movies and delete them with a single confirmation step.
Browse all series with downloaded content. Expand a series to see seasons, expand a season to see individual episodes. Select at any level — full series, single season, or individual episodes. Filter and sort by file size at every level.
Browse all artists with downloaded content. Expand an artist to see albums, expand an album to see individual tracks. Select at any level — full artist, single album, or individual tracks. Filter by listened status per Jellyfin user.
- Select one or more items using the checkboxes
- Click the Delete button
- Review the confirmation summary showing exactly what will be deleted
- Confirm — files are removed from disk and the entry is removed from the relevant *arr app so nothing gets re-downloaded
When dry_run is set to true in config.yaml, deletions are simulated but nothing is actually removed. The confirmation summary still shows what would happen. Disable dry-run when you are ready to delete for real.
The Logs page shows a full history of all deletion actions, including timestamp, media type, title, and whether it was a dry-run.