mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 17:28:06 +02:00
Better handling of TIC import descriptions
* Add descPriority config option (default='diz') * Really prefer diz/ldesc over *generated* descriptions e.g. from filename or info extractors
This commit is contained in:
parent
1ad7ce848a
commit
af52ed6153
3 changed files with 30 additions and 9 deletions
|
@ -639,6 +639,7 @@ function getDefaultConfig() {
|
|||
secureInOnly : true, // only bring in from secure inbound (|secInbound| path, password protected)
|
||||
uploadBy : 'ENiGMA TIC', // default upload by username (override @ network)
|
||||
allowReplace : false, // use "Replaces" TIC field
|
||||
descPriority : 'diz', // May be diz=.DIZ/etc., or tic=from TIC Ldesc
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue