Porting to new directory structure format (lowercase convention).

This commit is contained in:
Don Honerbrink
2015-02-25 15:11:05 -06:00
parent 17a3ecd97f
commit 1b18117658
99 changed files with 25 additions and 32 deletions

View 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

View File

@@ -0,0 +1,4 @@
<menu>
<item collection="Nintendo Entertainment System"/>
<item collection="Arcade"/>
</menu>

View File

@@ -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

View File

@@ -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