mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-28 23:02:48 +01:00
Porting to new directory structure format (lowercase convention).
This commit is contained in:
48
Package/Environment/Common/collections/Arcade/settings.conf
Normal file
48
Package/Environment/Common/collections/Arcade/settings.conf
Normal file
@@ -0,0 +1,48 @@
|
||||
###############################################################################
|
||||
# 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%
|
||||
|
||||
###############################################################################
|
||||
# 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
|
||||
|
||||
###############################################################################
|
||||
# Uncomment and edit the following line to override the global Settings layout
|
||||
###############################################################################
|
||||
# layout = Default
|
||||
|
||||
###############################################################################
|
||||
# Media paths on default scan for artwork:
|
||||
# %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/Video
|
||||
# %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/Title
|
||||
# %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/Snap
|
||||
# %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/Box
|
||||
# %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/Cart
|
||||
#
|
||||
# This is done to help enforce a consistent directory stucture and streamline
|
||||
# the configuration process. To individually override artwork, uncomment and
|
||||
# edit the lines below:
|
||||
###############################################################################
|
||||
# media.video = ../Media/%ITEM_COLLECTION_NAME%/Video
|
||||
# media.title = ../Media/%ITEM_COLLECTION_NAME%/Title
|
||||
# media.snap = ../Media/%ITEM_COLLECTION_NAME%/Snap
|
||||
# media.box = ../Media/%ITEM_COLLECTION_NAME%/Box
|
||||
# media.cart = ../Media/%ITEM_COLLECTION_NAME%/Cart
|
||||
4
Package/Environment/Common/collections/Main/menu.xml
Normal file
4
Package/Environment/Common/collections/Main/menu.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<menu>
|
||||
<item collection="Nintendo Entertainment System"/>
|
||||
<item collection="Arcade"/>
|
||||
</menu>
|
||||
@@ -0,0 +1,6 @@
|
||||
###############################################################################
|
||||
# This main collection is intended to be a menu for navigating to other
|
||||
# collections (although this can also be configured to list and launch items).
|
||||
# See Menu.xml to configure the menu
|
||||
###############################################################################
|
||||
layout = Showcase 16x9
|
||||
@@ -0,0 +1,43 @@
|
||||
###############################################################################
|
||||
# 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 "Nintendo
|
||||
# Entertainment System" then the configuration below will search in
|
||||
# "D:/ROMs/Nintendo Entertainment System"
|
||||
###############################################################################
|
||||
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||
|
||||
###############################################################################
|
||||
# Extensions are comma separated without spaces
|
||||
###############################################################################
|
||||
list.extensions = zip
|
||||
|
||||
###############################################################################
|
||||
# The executable to run when an item in a collection item is selected
|
||||
###############################################################################
|
||||
launcher = Nestopia
|
||||
|
||||
###############################################################################
|
||||
# Uncomment and edit the following line to override the global Settings layout
|
||||
###############################################################################
|
||||
# layout = Default
|
||||
|
||||
###############################################################################
|
||||
# Media paths on default scan for artwork:
|
||||
# %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/Video
|
||||
# %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/Title
|
||||
# %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/Snap
|
||||
# %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/Box
|
||||
# %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/Cart
|
||||
#
|
||||
# This is done to help enforce a consistent directory stucture and streamline
|
||||
# the configuration process. To individually override artwork, uncomment and
|
||||
# edit the lines below:
|
||||
###############################################################################
|
||||
# media.video = ../Media/%COLLECTION_NAME%/Video
|
||||
# media.title = ../Media/%COLLECTION_NAME%/Title
|
||||
# media.snap = ../Media/%COLLECTION_NAME%/Snap
|
||||
# media.box = ../Media/%COLLECTION_NAME%/Box
|
||||
# media.cart = ../Media/%COLLECTION_NAME%/Cart
|
||||
Reference in New Issue
Block a user