added some RECORDING_LENGTH testing documentation in birdnet.conf
This commit is contained in:
@@ -411,6 +411,14 @@ VENV=${my_dir}/miniforge/envs/birdnet
|
|||||||
#_____________These variables are for testing. Please don't touch______________#
|
#_____________These variables are for testing. Please don't touch______________#
|
||||||
#_______________them if you are not testing these features.____________________#
|
#_______________them if you are not testing these features.____________________#
|
||||||
|
|
||||||
|
# To test different values for RECORDING_LENGTH, first:
|
||||||
|
# 1) stop the birdnet_recording.service:
|
||||||
|
#### run: \`sudo systemctl stop birdnet_recording.service`
|
||||||
|
# 2) remove any remaining audio files in the day's recording directory:
|
||||||
|
#### Example: to remove recordings for Saturday, October 2nd, 2021, you would
|
||||||
|
#### run: \`rm -rf /home/pi/BirdSongs/October-2021/02-Saturday/*`
|
||||||
|
# 3) restart the birdnet_recording.service:
|
||||||
|
#### run: \`sudo systemctl restart birdnet_recording.service`
|
||||||
|
|
||||||
RECORDING_LENGTH=
|
RECORDING_LENGTH=
|
||||||
|
|
||||||
|
|||||||
@@ -239,6 +239,14 @@ VENV=$(dirname ${my_dir})/miniforge/envs/birdnet
|
|||||||
#_____________These variables are for testing. Please don't touch______________#
|
#_____________These variables are for testing. Please don't touch______________#
|
||||||
#_______________them if you are not testing these features.____________________#
|
#_______________them if you are not testing these features.____________________#
|
||||||
|
|
||||||
|
# To test different values for RECORDING_LENGTH, first:
|
||||||
|
# 1) stop the birdnet_recording.service:
|
||||||
|
#### run: `sudo systemctl stop birdnet_recording.service`
|
||||||
|
# 2) remove any remaining audio files in the day's recording directory:
|
||||||
|
#### Example: to remove recordings for Saturday, October 2nd, 2021, you would
|
||||||
|
#### run: `rm -rf /home/pi/BirdSongs/October-2021/02-Saturday/*`
|
||||||
|
# 3) restart the birdnet_recording.service:
|
||||||
|
#### run: `sudo systemctl restart birdnet_recording.service`
|
||||||
|
|
||||||
RECORDING_LENGTH=
|
RECORDING_LENGTH=
|
||||||
|
|
||||||
|
|||||||
@@ -432,6 +432,15 @@ VENV=$(dirname ${my_dir})/miniforge/envs/birdnet
|
|||||||
#_____________These variables are for testing. Please don't touch______________#
|
#_____________These variables are for testing. Please don't touch______________#
|
||||||
#_______________them if you are not testing these features.____________________#
|
#_______________them if you are not testing these features.____________________#
|
||||||
|
|
||||||
|
# To test different values for RECORDING_LENGTH, first:
|
||||||
|
# 1) stop the birdnet_recording.service:
|
||||||
|
#### run: \`sudo systemctl stop birdnet_recording.service`
|
||||||
|
# 2) remove any remaining audio files in the day's recording directory:
|
||||||
|
#### Example: to remove recordings for Saturday, October 2nd, 2021, you would
|
||||||
|
#### run: \`rm -rf /home/pi/BirdSongs/October-2021/02-Saturday/*`
|
||||||
|
# 3) restart the birdnet_recording.service:
|
||||||
|
#### run: \`sudo systemctl restart birdnet_recording.service`
|
||||||
|
|
||||||
|
|
||||||
RECORDING_LENGTH=
|
RECORDING_LENGTH=
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user