{% extends "layout.html" %} {% block title %}Settings{% endblock %} {% block content %}

Settings

System Overview

- Total Images
- Total Tags
- Storage Used
- Files to Import
- Archives to Import

Import Queue Status

Monitor and control the Celery-based import queue system.

- Pending
- Queued
- Processing
- Complete
- Skipped
- Failed
Clear tasks:

Note: Failed/skipped tasks older than 7 days are auto-cleaned daily.

Workers: - | Active Tasks: -

Import Tasks

Showing 0 of 0 tasks
File Type Status Error/Reason Time
Loading...

Import Filters

Configure filters to skip certain images during import.

Useful for filtering out UI elements, overlays, and buttons.

Controls how similar images must be to be considered duplicates.

Delete Images by Tag

Permanently delete all images associated with a specific tag.

Clean Up Existing Images

Scan and remove images that don't meet filter criteria.

Images with more than this % transparent pixels will be flagged.

Duplicate Detection

Scan for visually similar images using perceptual hash comparison. The first image in each group has the highest resolution and will be kept.

Lower values find only very similar images. Higher values find more potential duplicates but may include false positives.

{% endblock %}