Add MediaList4 option

This commit is contained in:
Yutaka Sawada
2023-09-30 18:47:27 +09:00
committed by GitHub
parent ca2c7731d4
commit bcbdc2fe38

View File

@@ -1,4 +1,4 @@
[ MultiPar GUI - version 1.3.2.9 or later ] [ MultiPar GUI - version 1.3.3.0 or later ]
Usage: MultiPar.exe [command] [/base path] [/list path] [files] Usage: MultiPar.exe [command] [/base path] [/list path] [files]
@@ -106,6 +106,12 @@ Because of alphabet, "MRUMax=26" is the maximum.
If you write "MRUMax=0" or remove the line, If you write "MRUMax=0" or remove the line,
"Most Resent Used List" is disabled. "Most Resent Used List" is disabled.
If you want to add 5th item in "Media size" list on Create window,
write this line "MediaList4=name:size" under "[Option]" section.
Because the name and size are splitted by ":",
you cannot include ":" in the name.
The max size is 999999999999 bytes. (931 GB)
Example of lines on "MultiPar.ini"; Example of lines on "MultiPar.ini";
@@ -114,5 +120,6 @@ FontName=Arial
RedundancyMax=10 RedundancyMax=10
Sort=8 Sort=8
RecoveryFileLimit=1 RecoveryFileLimit=1
MediaList4=7.9GB DVD:8480000000
[Path] [Path]
MRUMax=5 MRUMax=5