ownphotos icon indicating copy to clipboard operation
ownphotos copied to clipboard

View progress of scan?

Open ohnx opened this issue 6 years ago • 1 comments

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! :)

ohnx avatar Jan 02 '19 22:01 ohnx

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

guysoft avatar Jan 03 '19 08:01 guysoft