-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration files (json)
WRITING IN PROGRESS
## 1- Overview ArcadeRoom is plently configurable through json format files.Following features can be configured: * General preferences * Platform * Application styles ## 2- General preferences > FILENAME preferences.json
The json preferences allows to configure the following:
| Feature | Json tag |
|---|---|
| Cover size factor | coverSizeFactor |
| Language | language |
| Layout type | layoutType |
| Display consoles | showConsoles |
| Display No Covers games | showNoCovers |
| Display Status Bar | showStatusBar |
| Display Tools Bar | showToolsBar |
| ArcadeRoom Style | style |
Allowing to size the diplayed game covers by applying a scale factor.
It can be adjusted using TODO link to tools bar page.
| Values | Description |
|---|---|
| Real number from 0.5 to 1.5 | Scaling factor to apply |
Allowing to choose the ArcadeRoom language.
Language can be choosen using TODO link to preferences windows page.
| Values | Description |
|---|---|
| en_english | English |
| es_espanol | Spanish |
| fr_francais | French |
Allowing to choose the layout for game displayed in game tab TODO link to game tab page.
Layout type can be choosen using TODO link to tools bar page.
| Values | Description |
|---|---|
| 0 | Grid 3 columns |
| 1 | Grid 4 columns |
| 2 | Grid 5 columns |
| 3 | Horizontal (single line) |
| 4 | List |
Allowing to display consoles tab TODO link to consoles tab page.
It can be choosen using TODO link to view menu page.
| Values | Description |
|---|---|
| true | Display |
| false | No display |
Allowing to display no cover game in game tab TODO link to game tab page.
It can be choosen using TODO link to Tools Bar page.
| Values | Description |
|---|---|
| true | Display |
| false | No display |
Allowing to display status bar TODO link to status bar page.
It can be choosen using TODO link to view menu page.
| Values | Description |
|---|---|
| true | Display |
| false | No display |
Allowing to display Tools Bar in game tab TODO link to Tools Bar page.
It can be choosen using TODO link to view menu page.
| Values | Description |
|---|---|
| true | Display |
| false | No display |
Allowing to choose the ArcadeRoom style to be applied.
Style can be choosen using TODO link to preferences windows page.
| Values | Description |
|---|---|
| Name of json style file without extension |
Style to be applied |