Skip to content

Commit

Permalink
updated presets for new limitToGroups format
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed Oct 23, 2024
1 parent 113f287 commit aa020a7
Show file tree
Hide file tree
Showing 73 changed files with 839 additions and 813 deletions.
6 changes: 3 additions & 3 deletions files/presets/Amazon Games.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"amazonGamesLauncherMode": true
},
"titleFromVariable": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
"skipFileIfVariableWasNotFound": false,
"limitToGroups": []
},
"fuzzyMatch": {
"replaceDiacritics": true,
"removeCharacters": true,
"removeBrackets": true
},
"presetVersion": 17,
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down
24 changes: 12 additions & 12 deletions files/presets/Amstrad CPC.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"glob": "${title}@(.7z|.7Z|.cdt|.CDT|.dsk|.DSK|.sna|.SNA|.tap|.TAP|.voc|.VOC|.zip|.ZIP)"
},
"titleFromVariable": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
"skipFileIfVariableWasNotFound": false,
"limitToGroups": []
},
"fuzzyMatch": {
"replaceDiacritics": true,
Expand All @@ -39,7 +39,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 17,
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -110,9 +110,9 @@
"glob": "${title}@(.7z|.7Z|.cdt|.CDT|.dsk|.DSK|.sna|.SNA|.tap|.TAP|.voc|.VOC|.zip|.ZIP)"
},
"titleFromVariable": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
"skipFileIfVariableWasNotFound": false,
"limitToGroups": []
},
"fuzzyMatch": {
"replaceDiacritics": true,
Expand All @@ -124,7 +124,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 17,
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -195,9 +195,9 @@
"glob": "${title}@(.7z|.7Z|.dsk|.DSK|.sna|.SNA|.kcr|.KCR|.zip|.ZIP)"
},
"titleFromVariable": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
"skipFileIfVariableWasNotFound": false,
"limitToGroups": []
},
"fuzzyMatch": {
"replaceDiacritics": true,
Expand All @@ -209,7 +209,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 17,
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -280,9 +280,9 @@
"glob": "${title}@(.7z|.7Z|.dsk|.DSK|.sna|.SNA|.kcr|.KCR|.zip|.ZIP)"
},
"titleFromVariable": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
"skipFileIfVariableWasNotFound": false,
"limitToGroups": []
},
"fuzzyMatch": {
"replaceDiacritics": true,
Expand All @@ -294,7 +294,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 17,
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down
6 changes: 3 additions & 3 deletions files/presets/Apple iOS.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"glob": "${title}@(.app|.APP|.ipa|.IPA)"
},
"titleFromVariable": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
"skipFileIfVariableWasNotFound": false,
"limitToGroups": []
},
"fuzzyMatch": {
"replaceDiacritics": true,
Expand All @@ -39,7 +39,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 17,
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down
62 changes: 38 additions & 24 deletions files/presets/Arcade.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
"glob": "${title}@(.7z|.7Z|.zip|.ZIP)"
},
"titleFromVariable": {
"limitToGroups": "${MAME}",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
"skipFileIfVariableWasNotFound": false,
"limitToGroups": [
"MAME"
]
},
"fuzzyMatch": {
"replaceDiacritics": true,
Expand All @@ -39,7 +41,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 17,
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -110,9 +112,9 @@
"glob": "${title}@(.7z|.7Z|.zip|.ZIP)"
},
"titleFromVariable": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
"skipFileIfVariableWasNotFound": false,
"limitToGroups": []
},
"fuzzyMatch": {
"replaceDiacritics": true,
Expand All @@ -124,7 +126,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 17,
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -195,9 +197,11 @@
"glob": "${title}@(7z|7Z|.zip|.ZIP)"
},
"titleFromVariable": {
"limitToGroups": "${FBN}",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
"skipFileIfVariableWasNotFound": false,
"limitToGroups": [
"FBN"
]
},
"fuzzyMatch": {
"replaceDiacritics": true,
Expand All @@ -209,7 +213,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 17,
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -280,9 +284,11 @@
"glob": "${title}@(7z|7Z|.zip|.ZIP)"
},
"titleFromVariable": {
"limitToGroups": "${FBN}",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
"skipFileIfVariableWasNotFound": false,
"limitToGroups": [
"FBN"
]
},
"fuzzyMatch": {
"replaceDiacritics": true,
Expand All @@ -294,7 +300,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 17,
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -365,9 +371,11 @@
"glob": "${title}@(7z|7Z|.zip|.ZIP)"
},
"titleFromVariable": {
"limitToGroups": "${MAME}",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
"skipFileIfVariableWasNotFound": false,
"limitToGroups": [
"MAME"
]
},
"fuzzyMatch": {
"replaceDiacritics": true,
Expand All @@ -379,7 +387,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 17,
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -450,9 +458,11 @@
"glob": "${title}@(7z|7Z|.zip|.ZIP)"
},
"titleFromVariable": {
"limitToGroups": "${MAME}",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
"skipFileIfVariableWasNotFound": false,
"limitToGroups": [
"MAME"
]
},
"fuzzyMatch": {
"replaceDiacritics": true,
Expand All @@ -464,7 +474,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 17,
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -535,9 +545,11 @@
"glob": "${title}@(.zip|.ZIP)"
},
"titleFromVariable": {
"limitToGroups": "${MAME}",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
"skipFileIfVariableWasNotFound": false,
"limitToGroups": [
"MAME"
]
},
"fuzzyMatch": {
"replaceDiacritics": true,
Expand All @@ -549,7 +561,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 17,
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -620,9 +632,11 @@
"glob": "${title}.xml"
},
"titleFromVariable": {
"limitToGroups": "${TeknoParrot}",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
"skipFileIfVariableWasNotFound": false,
"limitToGroups": [
"TeknoParrot"
]
},
"fuzzyMatch": {
"replaceDiacritics": true,
Expand All @@ -634,7 +648,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 17,
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down
18 changes: 9 additions & 9 deletions files/presets/Atari 2600.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"glob": "${title}@(.a26|.A26|.bin|.BIN|.rom|.ROM|.zip|.ZIP)"
},
"titleFromVariable": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
"skipFileIfVariableWasNotFound": false,
"limitToGroups": []
},
"fuzzyMatch": {
"replaceDiacritics": true,
Expand All @@ -39,7 +39,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 17,
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -110,9 +110,9 @@
"glob": "${title}@(.7z|.7Z|.a26|.A26|.bin|.BIN|.zip|.ZIP)"
},
"titleFromVariable": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
"skipFileIfVariableWasNotFound": false,
"limitToGroups": []
},
"fuzzyMatch": {
"replaceDiacritics": true,
Expand All @@ -124,7 +124,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 17,
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -195,9 +195,9 @@
"glob": "${title}@(.7z|.7Z|.a26|.A26|.bin|.BIN|.zip|.ZIP)"
},
"titleFromVariable": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
"skipFileIfVariableWasNotFound": false,
"limitToGroups": []
},
"fuzzyMatch": {
"replaceDiacritics": true,
Expand All @@ -209,7 +209,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 17,
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down
Loading

0 comments on commit aa020a7

Please sign in to comment.