mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-25 08:08:55 +01:00
42 lines
2.5 KiB
Plaintext
42 lines
2.5 KiB
Plaintext
###############################################################################
|
|
# The location of where your ROM items exist. Examples:
|
|
# list.path = D:/ROMs/MAME (absolute path)
|
|
# list.path = ../ROMs/MAME (relative path to root of FE dir)
|
|
#
|
|
# If BASE_ITEM_PATH=D:/ROMs and the name of this collection is named "Arcade"
|
|
# then the configuration below will search in D:/ROMs/Arcade
|
|
###############################################################################
|
|
#list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%/roms
|
|
|
|
###############################################################################
|
|
# Extensions are comma separated without spaces
|
|
###############################################################################
|
|
list.extensions = zip
|
|
|
|
###############################################################################
|
|
# The executable to run when an item in a collection item is selected
|
|
###############################################################################
|
|
launcher = mame
|
|
|
|
###############################################################################
|
|
# On default, MAME roms are not clearly named. We need to use the MAME
|
|
# metadata for them.
|
|
###############################################################################
|
|
metadata.type = MAME
|
|
|
|
###############################################################################
|
|
# Default media paths to scan for artwork. Uncomment and edit to override
|
|
# the default values.
|
|
#
|
|
# media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot
|
|
# media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle
|
|
# media.artwork_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/artwork_back
|
|
# media.artwork_front = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/artwork_front
|
|
# media.logo = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/logo
|
|
# media.medium_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_back
|
|
# media.medium_front = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_front
|
|
# media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot
|
|
# media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle
|
|
# media.video = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/video
|
|
###############################################################################
|