Skip to content

Analysing previous days #543

Answered by mcguirepr89
phillprice asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, @phillprice -- I'm sorry BirdNET-Pi crapped out on you Saturday, that's a bummer.

If the raw data is still there, we ought to be able to tinker the system to fetch those files, though it does that already so I'm preparing myself for the possibility that we might find something which causes us to scratch our heads.

Let's see . . .

Using "Tools" > "File Manager" -- Navigate to the file `/home/[yourusername]/BirdNET-Pi/scripts/birdnet_analysis.sh

At the very bottom you'll see a section that looks like this:

YESTERDAY="$RECS_DIR/$(date --date="yesterday" "+%B-%Y/%d-%A")"
TODAY="$RECS_DIR/$(date "+%B-%Y/%d-%A")"
if [ $(find ${YESTERDAY} -name '*wav' 2>/dev/null | wc -l) -gt 0 ];then
  f…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@phillprice
Comment options

Answer selected by phillprice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants