Thread: Useful programs
View Single Post
  #7  
Old 29-06-2022, 17:40
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Talking ListExt v1.0.0.2 - Update

Quote:
Originally Posted by BLACKFIRE69 View Post
Ext Listing Of All Files In A Folder

Code:
Usage:
 ListExt.exe <Dir>
I've improved ListExt a bit to be able to recommend a compression method for that folder if needed. The purpose of this was to simplify some of the things I do on a daily basis, and I hope it will be useful for you too.

This is based on the "arc.groups" file. So place the first "arc.groups" file next to the "ListExt.exe" file.
The next step is to set up the "ListExt.ini" file. The aim is to introduce compression methods for each group of files.

It is done as follows,
Code:
ListExt.ini

; Freearc Compression Methods according to the 'arc.groups' file.

$default = srep+nz

$text = dict:p+lzp+ppmd:10:512mb+nz
$binary = precomp+rep:512mb+lzma:1gb:200:ht4:mc128
$exe = bcj2+rep:512mb+delta+exe+rz
$iso = ecm+precomp+rep:512mb+bcj2+delta+lzma:1gb:273:ht4:mc256
$obj = precomp+srep+nz
$bmp = bmp+nz
$wav = tta+nz
$mod = rep:512mb+lzma:1gb:200:ht4:mc128
$precomp = precomp+rep:512mb+delta+rz
$jpg = jpg+nz
$jpgsolid = precomp+rep:32+nz
$compressed = rep:64m+lzma:128m:128:ht4:mc16



; Other ListExt Settings
OverwriteLogs = 1

We're all set now. All that is left is to drag a folder through "ListExt.exe".
At the end of the process it'll recommend an appropriate compression method for your respective folder.
The file groups and the recommended compression method can be viewed in the ListExt_log.log file created at the end of the process.

.
Attached Images
File Type: png 0.png (193.3 KB, 289 views)
File Type: png 2.png (12.9 KB, 282 views)
File Type: png 1.png (13.3 KB, 284 views)
Attached Files
File Type: rar ListExt v1.0.0.2 + Example.rar (56.7 KB, 47 views)

Last edited by BLACKFIRE69; 29-06-2022 at 18:30.
Reply With Quote
The Following 7 Users Say Thank You to BLACKFIRE69 For This Useful Post:
:( Sad8669 (29-06-2022), Ele (26-06-2023), ffmla (30-06-2022), Gehrman (30-06-2022), kj911 (30-06-2022), Lord.Freddy (22-08-2022), ScOOt3r (29-06-2022)