Author Topic: little request for the sttings.conf file  (Read 2551 times)

GoodWill Emu

  • Newbie
  • *
  • Posts: 26
  • Karma: +4/-0
  • Maker of the RetroFE Setup Tool
    • View Profile
little request for the sttings.conf file
« on: April 01, 2020, 10:29:16 AM »
Hi Pieter!

I am still working on my RetroFEST program, but there is one problem:
In the settings.conf fiel there are two "rememberMenu" items.
ConfigObj does not understand 2 lines that are the exact same.
If it is not a hassle to you, could you please eidt them to for example "RememberMenuGeneral"
and "RememberMenuDisplay" or such....

Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: little request for the sttings.conf file
« Reply #1 on: April 03, 2020, 07:33:39 PM »
RetroFE does not support that either. It will ignore any entry after the first one. Is this the official settings.conf in my release?

GoodWill Emu

  • Newbie
  • *
  • Posts: 26
  • Karma: +4/-0
  • Maker of the RetroFE Setup Tool
    • View Profile
Re: little request for the sttings.conf file
« Reply #2 on: April 03, 2020, 08:38:35 PM »
##############################################################################
#
# For support, visit www.retrofe.nl
# or visit irc.foreverchat.net  (channel #retrofe)
#
# For Documentation, also visit www.retrofe.nl
#
##############################################################################


#######################################
# Display
#######################################

fullscreen = yes
horizontal = stretch# or enter in the screen pixel width (i.e 1024)
vertical = stretch# or enter in the screen pixel width (i.e 768)
layout = Aeon Nox

# Hide the mouse
hideMouse = yes

# Hide () and [] from game titles
showParenthesis = yes
showSquareBrackets = yes

# specify the name of the first collection to load on start
firstCollection = Main

# specify the first playlist RetroFE should start in; default is "all"
firstPlaylist = favorites

# specify the size of the lastplayed playlist
lastplayedSize = 10

# specify whether RetroFE should remember the last selected game
rememberMenu = true


#######################################
# Video playback settings
#######################################

# set to "no" for very old/slow systems
videoEnable = yes

# Number of times to loop video playback (enter 0 to continuously loop)
videoLoop = 0


#######################################
# General
#######################################

# specify whether RetroFE should close when pressing back on the main menu
exitOnFirstPageBack = no

# enter 0 attract mode, otherwise enter the number of seconds to wait before enabling attract mode
attractModeTime = 60
attractModeNextTime = 20

# specify whether RetroFE should remember the last highlighted menu when re-entering a menu
rememberMenu = yes

# specify whether RetroFE should clear the input queue on entering/exiting a collection
collectionInputClear = true

# specify whether RetroFE should minimize when running in full-screen mode
minimize_on_focus_loss = no

# specify whether RetroFE should unload SDL when running a program/game
# This is needed to prevent emulators from launching behind the front-end, e.g. on RetroPie.
# Set to false or comment out to prevent briefly seeing your Windows environment if you don't
# need this feature.
# unloadSDL = true


#######################################
# Base folders of media and ROM files
#######################################
# Override if you choose to have your media stored outside of RetroFE.
# If this is commented out your artwork will be searched in #collections/<collectionname>/<imagetype>
# baseMediaPath=d:/media

# Override if you choose to have your ROMs stored outside of RetroFE.
# If this is commented out your roms will be searched in collections/<collectionname>/roms
# baseItemPath=d:/roms

Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: little request for the sttings.conf file
« Reply #3 on: April 03, 2020, 09:00:34 PM »
I'll have a look; perhaps I forgot to delete one. Just remove either one.

Sent from my SM-G950F using Tapatalk