mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 02:35:56 +02:00
Prefer FILE_ID.ANS > FILE_ID.DIZ
This commit is contained in:
parent
e37409e9b5
commit
88049a3c7a
1 changed files with 2 additions and 1 deletions
|
@ -653,8 +653,9 @@ function getDefaultConfig() {
|
||||||
fileNamePatterns: {
|
fileNamePatterns: {
|
||||||
// These are NOT case sensitive
|
// These are NOT case sensitive
|
||||||
// FILE_ID.DIZ - https://en.wikipedia.org/wiki/FILE_ID.DIZ
|
// FILE_ID.DIZ - https://en.wikipedia.org/wiki/FILE_ID.DIZ
|
||||||
|
// Some groups include a FILE_ID.ANS. We try to use that over FILE_ID.DIZ if available.
|
||||||
desc : [
|
desc : [
|
||||||
'^[^/\]*FILE_ID\.DIZ$', '^[^/\]*DESC\.SDI$', '^[^/\]*DESCRIPT\.ION$', '^[^/\]*FILE\.DES$', '^[^/\]*FILE\.SDI$', '^[^/\]*DISK\.ID$'
|
'^[^/\]*FILE_ID\.ANS$', '^[^/\]*FILE_ID\.DIZ$', '^[^/\]*DESC\.SDI$', '^[^/\]*DESCRIPT\.ION$', '^[^/\]*FILE\.DES$', '^[^/\]*FILE\.SDI$', '^[^/\]*DISK\.ID$'
|
||||||
],
|
],
|
||||||
|
|
||||||
// common README filename - https://en.wikipedia.org/wiki/README
|
// common README filename - https://en.wikipedia.org/wiki/README
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue