Added feature to check duration of downloaded clips if ffprobe is present

This commit is contained in:
Sebastian Goscik
2022-03-06 18:06:08 +00:00
parent e3ed8ef303
commit 04694712d8
3 changed files with 48 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ retention period.
1. Install `rclone`. Instructions for your platform can be found here: https://rclone.org/install/#quickstart
2. Configure the `rclone` remote you want to backup to. Instructions can be found here: https://rclone.org/docs/#configure
3. `pip install unifi-protect-backup`
4. Optional: Install `ffprobe` so that `unifi-protect-backup` can check the length of the clips it downloads
## Usage