Skip to content

fix: show skipped count when all files already synced#54

Merged
johnpc merged 1 commit into
mainfrom
fix/all-files-skipped-message
May 16, 2026
Merged

fix: show skipped count when all files already synced#54
johnpc merged 1 commit into
mainfrom
fix/all-files-skipped-message

Conversation

@johnpc
Copy link
Copy Markdown
Owner

@johnpc johnpc commented May 16, 2026

Fixes #48

When a scan finds 0 unprocessed files (because everything is already synced), the app previously threw "Process completed without starting a run" which looked like an error.

Now it creates a run with total_files=0 and skipped=N showing how many files were already synced. The run completes immediately and shows up in history with the skipped count, so users can see the scan worked — there was just nothing to do.

When all subtitle files are already synced, the scan now creates a run
with total_files=0 and skipped=N (the count of already-synced files)
instead of throwing 'Process completed without starting a run'.

The run history and UI will show the skipped count so users can see
that the scan completed successfully with nothing to do.
@johnpc johnpc merged commit 03ec4fa into main May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Confusing UI/Logs when scan is ran and all files are already processed

1 participant