UI#

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

radarr:
  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
      theme: auto
      movie_info_language: english
      ui_language: english
first_day_of_week: FirstDayOfWeek = FirstDayOfWeek.sunday class-attribute instance-attribute #

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

Values:

  • sunday
  • 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, Radarr will show relative dates (e.g. today, yesterday) instead of absolute dates (e.g. 4 Mar 2014).

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.

theme: Theme = Theme.auto class-attribute instance-attribute #

The theme to use when browsing the Radarr UI.

Values:

  • auto (Auto-detect based on browser settings)
  • light (Light-coloured theme)
  • dark (Dark-coloured theme)
movie_info_language: LowerCaseNonEmptyStr = 'english' class-attribute instance-attribute #

The language that Radarr will use for movie information in the UI.

Set to original to use the original language of the media.

ui_language: LowerCaseNonEmptyStr = 'english' class-attribute instance-attribute #

The display language for the Radarr UI.