How to use Multiple Storage Areas
You can save recordings in different locations as per your monitor selection.
Date Added : Sat Aug 26 2017 16:26:04 GMT+0000 (Coordinated Universal Time)
Last Updated : Sat Aug 26 2017 16:26:04 GMT+0000 (Coordinated Universal Time)
If you are not Installed fresh after August 26 2017 from the Development Branch
You will have to run an SQL update on your system to enable the feature.
- update-26-08-2017.sql
or simply run in your SQL client
use ccio ALTER TABLE `Videos` ADD COLUMN `details` TEXT NULL DEFAULT NULL AFTER `status`;
Then you can update your Shinobi to make use of the feature.
If you have the feature already enabled
Setup storage areas in your conf.json file as follows. __DIR__ will automatically be replaced with the running directory of Shinobi.
"addStorage": [ {"name":"second","path":"__DIR__/videos2"}, {"name":"second","path":"__DIR__/videos3"} ]
Once you have modified your conf.json file you must restart Shinobi and refresh any clients for the changes to take effect.