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
As av-spex works right now, if I'm processing a large batch of files and one of them does not pass a standard, it stops running. Most recently I had an empty folder in my batch, and av-spex did not process any other folders and files after it, so I had to re-run it this morning.
Specifically what I think could be good is if av-spex would analyze and process all files in the batch and give a printout in terminal afterward of how many files were successfully processed (in green) and how many files aren't up to snuff (in red).
The text was updated successfully, but these errors were encountered:
If there is a file naming error or av-spex does not find an mkv in an input directory, it hard exits. I will change this so that it simply notes the issue and does not stop processing.
'Normal' errors like the ffprobe resolution being wrong or something, should not cause the app to stop processing. Are there other situations, other than missing MKV files or incorrectly named MKV files, where the app is exiting without finishing?
I will work on a report or maybe some kind of dashboard for looking at results in aggregate
As of v0.4.9.3 (this commit forward: 5da1510) av-spex will not hard exit on empty directories or file/directory naming issues.
If av-spex cannot accurately id a JPC mkv video (due to either none, or more than one mkv in the input directory matching the file naming convention) the directory will be skipped.
As av-spex works right now, if I'm processing a large batch of files and one of them does not pass a standard, it stops running. Most recently I had an empty folder in my batch, and av-spex did not process any other folders and files after it, so I had to re-run it this morning.
Specifically what I think could be good is if av-spex would analyze and process all files in the batch and give a printout in terminal afterward of how many files were successfully processed (in green) and how many files aren't up to snuff (in red).
The text was updated successfully, but these errors were encountered: