Feat : add species whitelist (#110)
* Add white_list to server.py https://github.com/Nachtzuster/BirdNET-Pi/issues/108 * Create whitelist_list.php * Add whitelist to views * Make more explicit the usage * Update views.php * Align with uppercase * Align with "species" https://github.com/Nachtzuster/BirdNET-Pi/issues/108 * Update views.php * Correct python code https://github.com/Nachtzuster/BirdNET-Pi/issues/108 * Align clear_all_data.sh * Align install_services.sh * Embed whitelist_species_list in PREDICTED_SPECIES_LIST * Only embed whitelist in predicted list * Correct python append @dalogue1 https://github.com/Nachtzuster/BirdNET-Pi/issues/108#issuecomment-2183508903 * Update scripts/server.py Co-authored-by: Nachtzuster <Nachtzuster@users.noreply.github.com> * Use preexisting functions Co-authored-by: Nachtzuster <Nachtzuster@users.noreply.github.com> * Alert not a recommended WoW --------- Co-authored-by: Nachtzuster <Nachtzuster@users.noreply.github.com>
This commit is contained in:
@@ -24,6 +24,7 @@ echo "Re-creating necessary directories"
|
||||
|
||||
sudo -u ${USER} ln -fs $(dirname $my_dir)/exclude_species_list.txt $my_dir
|
||||
sudo -u ${USER} ln -fs $(dirname $my_dir)/include_species_list.txt $my_dir
|
||||
sudo -u ${USER} ln -fs $(dirname $my_dir)/whitelist_species_list.txt $my_dir
|
||||
sudo -u ${USER} ln -fs $(dirname $my_dir)/homepage/* ${EXTRACTED}
|
||||
sudo -u ${USER} ln -fs $(dirname $my_dir)/model/labels.txt ${my_dir}
|
||||
sudo -u ${USER} ln -fs $my_dir ${EXTRACTED}
|
||||
|
||||
Reference in New Issue
Block a user