User Tools

Site Tools


global_settings.conf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
global_settings.conf [2020/03/18 08:56]
phulshof
global_settings.conf [2020/11/02 16:00]
phulshof
Line 4: Line 4:
  
 ^  Variable ​             ^  Allowed values ​                 ^  Description ​ ^ ^  Variable ​             ^  Allowed values ​                 ^  Description ​ ^
 +^ numScreens ​            ​| ​ 1+                              | Defines the number of monitors used. Defaults to 1.  |
 ^ fullscreen ​            ​| ​ yes, true, no, false            | Run the front-end in fullscreen ​ | ^ fullscreen ​            ​| ​ yes, true, no, false            | Run the front-end in fullscreen ​ |
 ^ horizontal ​            ​| ​ stretch, #​pixels ​               | Screen pixel width (i.e. 1920)  | ^ horizontal ​            ​| ​ stretch, #​pixels ​               | Screen pixel width (i.e. 1920)  |
 ^ vertical ​              ​| ​ stretch, #​pixels ​               | Screen pixel height (i.e. 1080)  | ^ vertical ​              ​| ​ stretch, #​pixels ​               | Screen pixel height (i.e. 1080)  |
 +^ fullscreenx ​           |  yes, true, no, false            | Run the front-end in fullscreen on monitor x, e.g. fullscreen0 = no. Monitor numbers start at 0! |
 +^ horizontalx ​           |  stretch, #​pixels ​               | Screen pixel width (i.e. 1920) for monitor x, e.g. horizontal0 = 1920. Monitor numbers start at 0!  |
 +^ verticalx ​             |  stretch, #​pixels ​               | Screen pixel height (i.e. 1080) for monitor x, e.g. vertical0 = 1080. Monitor numbers start at 0!  |
 ^ layout ​                ​| ​ a folder name in /​layouts ​      | The layout/​theme to use for RetroFE (i.e. Aeon Nox)  | ^ layout ​                ​| ​ a folder name in /​layouts ​      | The layout/​theme to use for RetroFE (i.e. Aeon Nox)  |
 +^ fps                    |  frames per second (positive) ​   | Requested FPS while not in the idle state. Defaults to 60.|
 +^ fpsIdle ​               |  frames per second (positive) ​   | Requested FPS while in the idle state. Defaults to 60.|
 ^ hideMouse ​             |  yes, true, no, false            | Hide the mouse cursor on the screen when the FE is active ​ | ^ hideMouse ​             |  yes, true, no, false            | Hide the mouse cursor on the screen when the FE is active ​ |
 ^ showParenthesis ​       |  yes, true, no, false            | Hide item/ROM information between ()  | ^ showParenthesis ​       |  yes, true, no, false            | Hide item/ROM information between ()  |
Line 15: Line 21:
 ^ videoLoop ​             |  #​loops ​                         | Number of times to loop video playback (enter 0 to continuously loop)  | ^ videoLoop ​             |  #​loops ​                         | Number of times to loop video playback (enter 0 to continuously loop)  |
 ^ exitOnFirstPageBack ​   |  yes, true, no, false            | Exit the frontend when the back button is pressed on the first page  | ^ exitOnFirstPageBack ​   |  yes, true, no, false            | Exit the frontend when the back button is pressed on the first page  |
 +^ attractCyclePlaylist ​  ​| ​ yes, true, no, false            | Select between cycling through the full set of playlists or the ones defined in the cyclePlaylist ​ |
 ^ attractModeTime ​       |  time (in seconds) ​              | Enter 0 to disable attract mode, otherwise enter the number of seconds to wait before the menu scrolls to another random point  | ^ attractModeTime ​       |  time (in seconds) ​              | Enter 0 to disable attract mode, otherwise enter the number of seconds to wait before the menu scrolls to another random point  |
 ^ attractModeNextTime ​   |  time (in seconds) ​              | Enter the number of seconds before the menu scrolls to another random point while already in attract mode  | ^ attractModeNextTime ​   |  time (in seconds) ​              | Enter the number of seconds before the menu scrolls to another random point while already in attract mode  |
 ^ attractModePlaylistTime |  time (in seconds) ​             | Enter the number of seconds before the menu switches to the next playlist. Enter 0 to disable (default). | ^ attractModePlaylistTime |  time (in seconds) ​             | Enter the number of seconds before the menu switches to the next playlist. Enter 0 to disable (default). |
 ^ attractModeSkipPlaylist |  playlist name                  | Skip this playlist while switching playlist in attract mode. | ^ attractModeSkipPlaylist |  playlist name                  | Skip this playlist while switching playlist in attract mode. |
 +^ attractModeCollectionTime |  time (in seconds) ​             | Enter the number of seconds before the menu switches to the next collection. Enter 0 to disable (default). |
 +^ attractModeSkipCollection |  playlist name                  | Skip this collection while switching collections in attract mode. |
 ^ rememberMenu ​          ​| ​ yes, true, no, false            | Remember the last highlighted menu item if re-entering a menu  | ^ rememberMenu ​          ​| ​ yes, true, no, false            | Remember the last highlighted menu item if re-entering a menu  |
 ^ firstPlaylist ​         |  playlist name                   | Automatically switch to this playlist if it is available, often set to favorites. Replaces the autoFavorites parameter. ​ | ^ firstPlaylist ​         |  playlist name                   | Automatically switch to this playlist if it is available, often set to favorites. Replaces the autoFavorites parameter. ​ |
Line 37: Line 46:
 ^ lastPlayedSkipCollection |  collection name               | Do not include items from this collection in the lastplayed playlist ​ | ^ lastPlayedSkipCollection |  collection name               | Do not include items from this collection in the lastplayed playlist ​ |
  
 +In order to make scripted reconfiguration easier, RetroFE supports the filenames settings1.conf,​ settings2.conf,​ ..., settings9.conf as well.
global_settings.conf.txt ยท Last modified: 2022/03/28 12:32 by phulshof