Skip to content

custom_formats

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.

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

Referenced by:

  • Primary key: (id)
  • Unique: UNIQUE (name)