ownphotos
ownphotos copied to clipboard
View progress of scan?
Hi
I am currently running a scan of a large directory and was hoping that there could be some way to see how many files have been processed or, even better, have some sort of progress bar.
Thanks! :)
At the moment you can see it in the logs. so:
sudo docker logs ownphotos-backend --tail 50 --follow
There is also a log file inside the backend container at:
/code/logs/rqworker.log
The progress bar is created by tqdm which is defined here in the code: https://github.com/hooram/ownphotos/blob/dev/api/directory_watcher.py#L182
Having a better status from the rq worker should be done IMHO