Skip to content
xanderburchartz edited this page May 18, 2026 · 1 revision

Usage

Overview page

The Overview page shows storage statistics for your entire library: total size per media type, item counts, and the last added and deleted items.

Movies

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.

Series

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.

Music

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.

Deleting media

  1. Select one or more items using the checkboxes
  2. Click the Delete button
  3. Review the confirmation summary showing exactly what will be deleted
  4. Confirm — files are removed from disk and the entry is removed from the relevant *arr app so nothing gets re-downloaded

Dry-run mode

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.

Logs

The Logs page shows a full history of all deletion actions, including timestamp, media type, title, and whether it was a dry-run.

Clone this wiki locally