From 5cf0864b751d771daec339486203d3ea8b7f7402 Mon Sep 17 00:00:00 2001 From: Samuel ORTION Date: Fri, 1 Jul 2022 07:37:04 +0200 Subject: [PATCH] Update documentation --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3d225d..47544f9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ sudo make uninstall ## Configuration -In [./usr/local/etc/nbmrec/nbmrec.conf], you can specify a start and end time: +In [./usr/local/etc/nbmrec/nbmrec.conf](/usr/local/etc/nbmrec/nbmrec.conf), you can specify a start and end time: ```text START_TIME=22:00 @@ -45,6 +45,22 @@ sudo systemctl daemon-reload You could also prefer modify [./conf/nbmrec.conf](./conf/nbmrec.conf), and run `make install` after each modification. +You can set an other output folder for your records: + +```text +RECORD_DIR=/mnt/DATA/media/records +``` + +Or a filename prefix for your recordings: + +```text +PREFIX=nbmrec +``` + +This way, the records filename will be in the form `nbmrec_20220630_220000.wav`. + + +Enjoy ! ## Reference