Skip to content

lidarr_naming

Lidarr naming configuration with track and artist folder format strings. Uses integer colon_replacement_format like Sonarr.

Column Type Nullable Default Description
name VARCHAR(100) No
rename INTEGER No 1
standard_track_format TEXT No
artist_name TEXT No
multi_disc_track_format TEXT No
artist_folder_format TEXT No
replace_illegal_characters INTEGER No 1
colon_replacement_format INTEGER No 4
custom_colon_replacement_format TEXT Yes
created_at TEXT No CURRENT_TIMESTAMP
updated_at TEXT No CURRENT_TIMESTAMP

No foreign key relationships.

  • Primary key: (name)
  • Arr-type note: Lidarr-only. Columns include standard_track_format, multi_disc_track_format, and artist_folder_format — distinct from Radarr movie or Sonarr episode formats.
  • See Structure for arr-specific media management overview.