Recent content by M Hotchin

  1. M

    Blue Iris Clips and Files - Disk Usage Utility

    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...
  2. M

    Blue Iris Clips and Files - Disk Usage Utility

    You say you can use the settings file from V6, but I get the following error: ERR/user setting '$bi_webserver' is missing Look like web server information is now required for the script to run. I'd say make it optional, and just skip whatever part of the script needs that information if not set.
  3. M

    Blue Iris Clips and Files - Disk Usage Utility

    In my opinion, even the warning is un-needed. The script now works like any other command - just execute the name if it's in the path, otherwise you need to call it by full pathname. This is the expected behaviour on Windows, there's no need to inform people that the script isn't in the path.
  4. M

    Blue Iris Clips and Files - Disk Usage Utility

    If you change line 938 thusly: . $ScriptPath\$user_settings_filename then the script directory does not have to be in the path. Lines 117 through 132 no longer needed.