Project

General

Profile

AdvancedConfig » History » Revision 2

Revision 1 (Dan Smith, 06/28/2023 02:34 PM) → Revision 2/3 (Dan Smith, 06/28/2023 04:34 PM)

This is a list of "unadvertised" settings that CHIRP will honor from the config file. This allows some advanced tweaking of things that are not otherwise exposed in the GUI. Note that these are **not a stable interface** and are subject to change without notice. 

 The `chirp.config` file is an [INI-style file](https://en.wikipedia.org/wiki/INI_file), stored in `%APPDATA%\CHIRP` on Windows and `~/.chirp` on macOS/Linux. 

 | Group | Key | Type | Description | 
 |--|--|--|--|--| 
 | `printing` | `font_size` | Integer | A font size to use for printable output (default = 8) | 
 | `printing` | `rows_per_page` | Integer | The number of memory rows we will assume fit on a page (default = 35) | 
 | `prefs` | `force_language` | String | Override system locale detection and use this language (ISO language code like `en`, `es`, etc | 
 | `prefs` | `open_default_all_formats` | Boolean | Whether or not to default to "all formats" in *File > Open* | 
 | `prefs` | `restore_tabs` | Boolean | Whether or not to re-open tabs that were previously open across restarts | 
 | `prefs` | `stock_configs` `force_language` | String | Override the user's stock_configs directory to system locale detection and use this path language (ISO language code like `en`, `es`, etc | 
 | `state` | `favorite_ports` | String | A comma-separated list of ports to always show in the ports dialog, even if not present (or virtual/network) | 
 | `printing` | `font_size` | Integer | A font size to use for printable output (default = 8) | 
 | `printing` | `rows_per_page` | Integer | The number of memory rows we will assume fit on a page (default = 35) |