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

Settings

About These Tools

Use these tools to manage your image library. You can trigger imports, configure filters, and clean up unwanted images.

Note: Resetting the database does not delete the actual image files from disk.

Admin Actions

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.

Last Import Statistics

- Processed
- Imported
- Filtered (size)
- Filtered (transparent)

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.

Import Queue Status

Monitor and control the Celery-based import queue system.

- Pending
- Queued
- Processing
- Complete
- Skipped
- Failed

Workers: - | Active Tasks: -

Recent Tasks

File Type Status Error Time
Loading...
{% endblock %}