From 7b9c946d5b866aa385cb3e48d7b88ac78ce76d72 Mon Sep 17 00:00:00 2001 From: Vincent-FK Date: Fri, 30 Oct 2020 08:14:38 +0100 Subject: [PATCH] added pbp file extension in PS1 collection and added uppercase default extensions in all collections --- .../usr/games/collections/Atari lynx/settings.conf | 2 +- .../usr/games/collections/Game Boy Advance/settings.conf | 2 +- .../usr/games/collections/Game Boy Color/settings.conf | 2 +- .../rootfs-overlay/usr/games/collections/Game Boy/settings.conf | 2 +- .../usr/games/collections/Game Gear/settings.conf | 2 +- .../rootfs-overlay/usr/games/collections/NES/settings.conf | 2 +- .../usr/games/collections/Neo Geo Pocket/settings.conf | 2 +- .../usr/games/collections/PCE-TurboGrafx/settings.conf | 2 +- .../rootfs-overlay/usr/games/collections/PS1/settings.conf | 2 +- .../rootfs-overlay/usr/games/collections/SNES/settings.conf | 2 +- .../usr/games/collections/Sega Genesis/settings.conf | 2 +- .../usr/games/collections/Sega Master System/settings.conf | 2 +- .../usr/games/collections/WonderSwan/settings.conf | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Atari lynx/settings.conf b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Atari lynx/settings.conf index 26ef112..ec833d5 100644 --- a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Atari lynx/settings.conf +++ b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Atari lynx/settings.conf @@ -1,7 +1,7 @@ # Uncomment and edit the following line to use a different ROM path. list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% list.includeMissingItems = false -list.extensions = zip,lnx +list.extensions = zip,ZIP,lnx,LNX list.menuSort = yes launcher = lynx diff --git a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Boy Advance/settings.conf b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Boy Advance/settings.conf index 37d4d4e..28a20da 100644 --- a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Boy Advance/settings.conf +++ b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Boy Advance/settings.conf @@ -1,7 +1,7 @@ # Uncomment and edit the following line to use a different ROM path. list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% list.includeMissingItems = false -list.extensions = gba +list.extensions = gba,GBA list.menuSort = yes launcher = gba diff --git a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Boy Color/settings.conf b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Boy Color/settings.conf index 8ffc665..b33b379 100644 --- a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Boy Color/settings.conf +++ b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Boy Color/settings.conf @@ -1,7 +1,7 @@ # Uncomment and edit the following line to use a different ROM path. list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% list.includeMissingItems = false -list.extensions = gbc +list.extensions = gbc,GBC list.menuSort = yes launcher = gameboy diff --git a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Boy/settings.conf b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Boy/settings.conf index 2237286..45fb176 100644 --- a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Boy/settings.conf +++ b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Boy/settings.conf @@ -1,7 +1,7 @@ # Uncomment and edit the following line to use a different ROM path. list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% list.includeMissingItems = false -list.extensions = gb +list.extensions = gb,GB list.menuSort = yes launcher = gameboy diff --git a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Gear/settings.conf b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Gear/settings.conf index a6ab662..896d072 100644 --- a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Gear/settings.conf +++ b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Gear/settings.conf @@ -1,7 +1,7 @@ # Uncomment and edit the following line to use a different ROM path. list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% list.includeMissingItems = false -list.extensions = zip,gg +list.extensions = zip,ZIP,gg,GG list.menuSort = yes launcher = gamegear diff --git a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/NES/settings.conf b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/NES/settings.conf index 6099a2f..c64f263 100644 --- a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/NES/settings.conf +++ b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/NES/settings.conf @@ -1,7 +1,7 @@ # Uncomment and edit the following line to use a different ROM path. list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% list.includeMissingItems = false -list.extensions = nes +list.extensions = nes,NES list.menuSort = yes launcher = NES diff --git a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Neo Geo Pocket/settings.conf b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Neo Geo Pocket/settings.conf index 775130e..b3b7530 100644 --- a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Neo Geo Pocket/settings.conf +++ b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Neo Geo Pocket/settings.conf @@ -1,7 +1,7 @@ # Uncomment and edit the following line to use a different ROM path. list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% list.includeMissingItems = false -list.extensions = zip,ngp +list.extensions = zip,ZIP,ngp,NGP list.menuSort = yes launcher = ngp diff --git a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/PCE-TurboGrafx/settings.conf b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/PCE-TurboGrafx/settings.conf index e20f517..ff8a64f 100644 --- a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/PCE-TurboGrafx/settings.conf +++ b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/PCE-TurboGrafx/settings.conf @@ -1,7 +1,7 @@ # Uncomment and edit the following line to use a different ROM path. list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% list.includeMissingItems = false -list.extensions = zip,pce,sgx +list.extensions = zip,ZIP,pce,PCE,sgx,SGX list.menuSort = yes launcher = pce diff --git a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/PS1/settings.conf b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/PS1/settings.conf index 7487ac8..45becd7 100644 --- a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/PS1/settings.conf +++ b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/PS1/settings.conf @@ -1,7 +1,7 @@ # Uncomment and edit the following line to use a different ROM path. list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% list.includeMissingItems = false -list.extensions = bin,cue +list.extensions = bin,BIN,cue,CUE,pbp,PBP list.menuSort = yes launcher = psone diff --git a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/SNES/settings.conf b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/SNES/settings.conf index 0ea277e..14e5583 100644 --- a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/SNES/settings.conf +++ b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/SNES/settings.conf @@ -1,7 +1,7 @@ # Uncomment and edit the following line to use a different ROM path. list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% list.includeMissingItems = false -list.extensions = sfc,smc +list.extensions = sfc,SFC,smc,SMC list.menuSort = yes launcher = snes diff --git a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Sega Genesis/settings.conf b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Sega Genesis/settings.conf index cfe1a4a..be04dd1 100644 --- a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Sega Genesis/settings.conf +++ b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Sega Genesis/settings.conf @@ -19,7 +19,7 @@ list.includeMissingItems = true ############################################################################### # Extensions are comma separated without spaces ############################################################################### -list.extensions = zip,md +list.extensions = zip,ZIP,md,MD ############################################################################### # If a menu.xml file exists, it will display the menu alphabetically. To diff --git a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Sega Master System/settings.conf b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Sega Master System/settings.conf index b1b9f19..91caa5c 100644 --- a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Sega Master System/settings.conf +++ b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/Sega Master System/settings.conf @@ -19,7 +19,7 @@ list.includeMissingItems = true ############################################################################### # Extensions are comma separated without spaces ############################################################################### -list.extensions = zip,sms +list.extensions = zip,ZIP,sms,SMS ############################################################################### # If a menu.xml file exists, it will display the menu alphabetically. To diff --git a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/WonderSwan/settings.conf b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/WonderSwan/settings.conf index efbbcad..cc4eda4 100644 --- a/FunKey/board/funkey/rootfs-overlay/usr/games/collections/WonderSwan/settings.conf +++ b/FunKey/board/funkey/rootfs-overlay/usr/games/collections/WonderSwan/settings.conf @@ -1,7 +1,7 @@ # Uncomment and edit the following line to use a different ROM path. list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% list.includeMissingItems = false -list.extensions = zip,wsc +list.extensions = zip,ZIP,wsc,WSC list.menuSort = yes launcher = wonderswan