custom_formats
Purpose
Section titled “Purpose”Custom formats define patterns and conditions for media matching. Each format has a name, optional description, and an include_in_rename flag controlling whether the format name appears in renamed filenames.
Columns
Section titled “Columns”| Column | Type | Nullable | Default | Description |
|---|---|---|---|---|
id |
INTEGER | Yes | — | — |
name |
VARCHAR(100) | No | — | — |
description |
TEXT | Yes | — | — |
include_in_rename |
INTEGER | No | 0 | — |
created_at |
TEXT | No | CURRENT_TIMESTAMP | — |
updated_at |
TEXT | No | CURRENT_TIMESTAMP | — |
Relationships
Section titled “Relationships”Referenced by:
Constraints
Section titled “Constraints”- Primary key: (id)
- Unique: UNIQUE (name)