Is there a place to see a simple spread sheet listing each camera and where it is being recorded to?
# of days recorded would be nice too..
I am on 5.7.0.5
Not that I am aware of, the details of the camera record location is stored in the windows registry along with all of the camera details that are shown on the camera setup screens. Info on the uptime of the cameras is shown in the "Blue Iris Status" on the Camera tab, but it does not show the hours recorded and the status can be reset, so it is only from the last time the reset button was pushed! What are you trying to accomplish with the information?
I've created a PowerShell script for summarizing the contents of the Blue Iris clip directories.
I created this script because I've always found examining the unindexed Blue Iris clips folders using Windows Explorer to be tedious at best.
I'm confident to say that the first time you use this script, you will learn something new or interesting about the contents of your clips directories.
Output and Features:
The following screenshots illustrate typical output - in this case for the 'New' and 'Alerts' directories.
Other directories can be summarized as well (see...
It's one of the first of a number of Blue Iris 'helper' projects I've posted here.
I migrated this one from a personal PHP script -- to make it more accessible, as I suspect very few users also have PHP installed on their Blue Iris server.