Skip to content

Configuration files (json)

Grogall edited this page May 7, 2016 · 10 revisions

WRITING IN PROGRESS

Contents

  1. Overview
  2. General preferences
  3. Platforms
  4. Application styles
## 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
### 2.1- Cover Size Factor > JSON TAG coverSizeFactor DEFAULT VALUE 1

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
### 2.2- Language > JSON TAG language DEFAULT VALUE en_english

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
### 2.3- Layout type > JSON TAG layoutType DEFAULT VALUE 0

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
### 2.4- Display consoles > JSON TAG showConsoles DEFAULT VALUE true

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
### 2.5- Display no cover games > JSON TAG showNoCovers DEFAULT VALUE true

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
### 2.6- Display Status Bar > JSON TAG showStatusBar DEFAULT VALUE true

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
### 2.7- Display Tools Bar > JSON TAG showToolsBar DEFAULT VALUE true

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
### 2.8- Style > JSON TAG style DEFAULT VALUE dark

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
## Platforms TODO ## Application styles TODO

Clone this wiki locally