Flickr display images only by user ID

Now you can upload your own bird images to your Flickr account and see them in BirdNET-Pi!
This commit is contained in:
ehpersonal38
2022-06-08 08:44:55 -04:00
parent 28571c09da
commit 1480321dbd
6 changed files with 49 additions and 4 deletions
+4
View File
@@ -81,5 +81,9 @@ if [ ! -f $HOME/BirdNET-Pi/model/labels.txt ];then
&& logger "[$0] Installed new language label file for '$DATABASE_LANG'";
fi
if ! grep FLICKR_FILTER_EMAIL /etc/birdnet/birdnet.conf &>/dev/null;then
sudo -u$USER echo "FLICKR_FILTER_EMAIL=" >> /etc/birdnet/birdnet.conf
fi
sudo systemctl daemon-reload
restart_services.sh