check if files are really present in the opus tree

This commit is contained in:
2026-06-30 15:04:23 +02:00
parent 7826f52b25
commit bd4abcaf82
2 changed files with 13 additions and 4 deletions
+6 -1
View File
@@ -3,7 +3,12 @@ RKT=/usr/local/bin/racket
MYNAME=`basename $0`
MYDIR=`echo $0 | sed s/$MYNAME//`
cd $MYDIR
$RKT -e "(enter! \"audio-manager.rkt\") (audio-manager \"/mnt/music\" \"/mnt/music-opus\" #:log-level 'info) (exit)"
$RKT -e "(enter! \"audio-manager.rkt\") (audio-manager \"/mnt/music\" \"/data/cloud/hans/files/muziek-opus\" #:log-level 'info) (exit)"
pushd /data/www/cloud
php occ files:scan hans --path="/hans/files/muziek-opus"
popd