Add zip, cue, cso,... extensions support (from DrUm78 script)

This commit is contained in:
Vincent-FK 2021-04-05 11:09:56 +02:00
parent 65a52717c8
commit f56ac1ccb6
10 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
# Uncomment and edit the following line to use a different ROM path. # Uncomment and edit the following line to use a different ROM path.
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
list.includeMissingItems = false list.includeMissingItems = false
list.extensions = gba,GBA list.extensions = gba,GBA,zip,ZIP
list.menuSort = yes list.menuSort = yes
launcher = gba launcher = gba

View File

@ -1,7 +1,7 @@
# Uncomment and edit the following line to use a different ROM path. # Uncomment and edit the following line to use a different ROM path.
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
list.includeMissingItems = false list.includeMissingItems = false
list.extensions = nes,NES,fds,FDS list.extensions = nes,NES,fds,FDS,zip,ZIP
list.menuSort = yes list.menuSort = yes
launcher = NES launcher = NES

View File

@ -1,7 +1,7 @@
# Uncomment and edit the following line to use a different ROM path. # Uncomment and edit the following line to use a different ROM path.
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
list.includeMissingItems = false list.includeMissingItems = false
list.extensions = zip,ZIP,pce,PCE,sgx,SGX list.extensions = zip,ZIP,pce,PCE,sgx,SGX,cue,CUE
list.menuSort = yes list.menuSort = yes
launcher = pce launcher = pce

View File

@ -1,7 +1,7 @@
# Uncomment and edit the following line to use a different ROM path. # Uncomment and edit the following line to use a different ROM path.
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
list.includeMissingItems = false list.includeMissingItems = false
list.extensions = sfc,SFC,smc,SMC list.extensions = sfc,SFC,smc,SMC,zip,ZIP
list.menuSort = yes list.menuSort = yes
launcher = snes launcher = snes

View File

@ -19,7 +19,7 @@ list.includeMissingItems = true
############################################################################### ###############################################################################
# Extensions are comma separated without spaces # Extensions are comma separated without spaces
############################################################################### ###############################################################################
list.extensions = zip,ZIP,md,MD,bin,BIN,smd,SMD list.extensions = zip,ZIP,md,MD,bin,BIN,32x,32X,cue,CUE,cso,CSO,chd,CHD,smd,SMD
############################################################################### ###############################################################################
# If a menu.xml file exists, it will display the menu alphabetically. To # If a menu.xml file exists, it will display the menu alphabetically. To

View File

@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
Categories=emulators; Categories=emulators;
selectorbrowser=true selectorbrowser=true
SelectorDir=/mnt/NES SelectorDir=/mnt/NES
SelectorFilter=nes,NES,fds,FDS SelectorFilter=nes,NES,fds,FDS,zip,ZIP

View File

@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
Categories=emulators; Categories=emulators;
selectorbrowser=true selectorbrowser=true
SelectorDir=/mnt/SNES SelectorDir=/mnt/SNES
SelectorFilter=sfc,SFC,smc,SMC SelectorFilter=sfc,SFC,smc,SMC,zip,ZIP

View File

@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
Categories=emulators; Categories=emulators;
selectorbrowser=true selectorbrowser=true
SelectorDir=/mnt/Game Boy Advance SelectorDir=/mnt/Game Boy Advance
SelectorFilter=gba,GBA SelectorFilter=gba,GBA,zip,ZIP

View File

@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
Categories=emulators; Categories=emulators;
selectorbrowser=true selectorbrowser=true
SelectorDir=/mnt/PCE-TurboGrafx SelectorDir=/mnt/PCE-TurboGrafx
SelectorFilter=zip,ZIP,pce,PCE,sgx,SGX SelectorFilter=zip,ZIP,pce,PCE,sgx,SGX,cue,CUE

View File

@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
Categories=emulators; Categories=emulators;
selectorbrowser=true selectorbrowser=true
SelectorDir=/mnt/Sega Genesis SelectorDir=/mnt/Sega Genesis
SelectorFilter=zip,ZIP,md,MD,bin,BIN,smd,SMD SelectorFilter=zip,ZIP,md,MD,bin,BIN,32x,32X,cue,CUE,cso,CSO,chd,CHD,smd,SMD