You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the classify postprocessor setup to filter images, videos and archive file types and while it does work, it seems that when i want to re-run my script to check if there is anything new from the links, it redownloads the files first, THEN checks if it is there and skips it.
Is there anyway to tell it to check these folders first instead of after?
It might just be me to be fair, but by it doing this, slows the process down a lot, just to see if something new is there or not.
Thank you.
P.S. Apologies if this has already been asked or if I'm being stupid.
The text was updated successfully, but these errors were encountered:
Well yes, using an archive works, but skipping already downloaded files without it when using classify is also supposed to work. Turns out this is a bug introduced in commit 8124c16.
Do not manually build paths, which get later overwritten by
pathfmt.build_path() anyway. Just update the target directory and let
the rest of the "path logic" handle it.
Fixes skipping previously downloaded and categorized files,
which was broken since 8124c16
Hello,
I have the classify postprocessor setup to filter images, videos and archive file types and while it does work, it seems that when i want to re-run my script to check if there is anything new from the links, it redownloads the files first, THEN checks if it is there and skips it.
Is there anyway to tell it to check these folders first instead of after?
It might just be me to be fair, but by it doing this, slows the process down a lot, just to see if something new is there or not.
Thank you.
P.S. Apologies if this has already been asked or if I'm being stupid.
The text was updated successfully, but these errors were encountered: