Added hyperlists

This commit is contained in:
emb
2015-01-19 16:40:15 -06:00
parent 226e250ab7
commit ef4ed3c299
85 changed files with 207080 additions and 990 deletions

View File

@@ -1,13 +1,43 @@
# override the default layout with something else if desired
#layout = SomeNewLayout
###############################################################################
# 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
list.path = ../ROMs/Nintendo NES
list.extensions = nes
media.video = ../Media/Nintendo NES/Videos
media.title = ../Media/Nintendo NES/Titles
media.box = ../Media/Nintendo NES/Boxes
media.cart = ../Media/Nintendo NES/Carts
media.snap = ../Media/Nintendo NES/Snaps
###############################################################################
# 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