From 13e79f31e8336ed2285e4d81ff47c5f9073c7da6 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Sun, 17 Jul 2022 13:37:20 -0400 Subject: [PATCH] only show purge excluded recordings --- scripts/play.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/scripts/play.php b/scripts/play.php index 9d7f923..8f4a3a6 100644 --- a/scripts/play.php +++ b/scripts/play.php @@ -282,12 +282,15 @@ if(isset($_GET['species'])){ ?>
- +
+ type="checkbox" name="only_excluded" onChange="submit()"> +
if(!file_exists($home."/BirdSongs/Extracted/".$filename)) { continue; } + if(!in_array($filename_formatted, $disk_check_exclude_arr) && isset($_GET['only_excluded'])) { + continue; + } $iter++; if($config["FULL_DISK"] == "purge") {