UI#

Sonarr user interface configuration can also be set directly from Buildarr.

sonarr:
  settings:
    ui:
      first_day_of_week: "monday"
      week_column_header: "day-first"
      short_date_format: "word-month-second"
      long_date_format: "day-first"
      time_format: "twentyfour-hour"
      show_relative_dates: true
      enable_color_impaired_mode: false
first_day_of_week: FirstDayOfWeek = FirstDayOfWeek.sunday class-attribute instance-attribute #

The first day of the week that Sonarr will show in the calendar.

Values:

  • sunday - Sunday
  • monday - Monday
week_column_header: WeekColumnHeader = WeekColumnHeader.month_first class-attribute instance-attribute #

The format of the date in columns when "Week" is the active view in the calendar.

Values:

  • month-first - Print month first (e.g. Tue 3/25)
  • month-first-padded - Print month first with padded numbers (e.g. Tue 03/25)
  • day-first - Print day first with padded numbers (e.g. Tue 25/3)
  • day-first-padded - Print day first with padded numbers (e.g. Tue 25/03)
short_date_format: ShortDateFormat = ShortDateFormat.word_month_first class-attribute instance-attribute #

The format of short dates in the user interface.

Values:

  • word-month-first - Month as word, print month first (e.g. Mar 4 2014)
  • word-month-second - Month as word, print month second (e.g. 4 Mar 2014)
  • slash-month-first - Slash-separated date, print month first (e.g. 03/4/2014)
  • slash-month-first-padded - Slash-separated date, print month first (e.g. 03/04/2014)
  • slash-day-first - Slash-separated date, print day first (e.g. 04/03/2014)
  • iso8601 - ISO-8601 date (e.g. 2014-03-04)
long_date_format: LongDateFormat = LongDateFormat.month_first class-attribute instance-attribute #

The format of long dates in the user interface.

Values:

  • month-first - Print month first (e.g. Tuesday, March 4 2014)
  • day-first - Print day first (e.g. Tuesday, 4 March 2014)
time_format: TimeFormat = TimeFormat.twelve_hour class-attribute instance-attribute #

The format of time in the user information.

Values:

  • twelve-hour - 12-hour time (e.g. 5pm/5:30pm)
  • twentyfour-hour - 24-hour time (e.g. 17:00/17:30)
show_relative_dates: bool = True class-attribute instance-attribute #

When set to True, Sonarr will show relative dates (e.g. today, yesterday) instead of absolute dates (e.g. Monday, Tuesday ...).

enable_color_impaired_mode: bool = False class-attribute instance-attribute #

Enable an altered view style to allow colour-impaired users to better distinguish colour-coded information.