Blue Iris Clips and Files - Disk Usage Utility

jaydeel

BIT Beta Team
Joined
Nov 9, 2016
Messages
1,186
Reaction score
1,266
Location
SF Bay Area
Changing two lines as follows:
913 - :
if ($cur_ary_cnt -gt 0 -and $Days -ne 0) {

2722:
if ($timestamp_output_csv_files_flg -and $archive_lifetime_days -ne 0) {

allows the option $archive_lifetime_days to be set to negative numbers. ANY negative number will prune ALL the CSV files. Other values behave the same as before.

I don't need history of usage, this cleans up the CSV files created for the report.
Nice. I'll make the change.
 

jaydeel

BIT Beta Team
Joined
Nov 9, 2016
Messages
1,186
Reaction score
1,266
Location
SF Bay Area
Script updated to V7.1. See post #1 to download the file.

Please note the BREAKING CHANGE
see changelog item 1 below

Once again, you will need to edit the user settings file.

Changelog:
  1. BREAKING CHANGE: additional user-setting; change to a user setting
  2. NEW: added user setting $experienced_user_flg to hide output intended for first-time users
  3. CHANGE: user setting $archive_lifetime_days now supports negative integer (prunes all archive files)
 
Top