Held queue shows misleading 'waiting for files in input/' #16

Open
opened 2026-06-21 18:01:14 +00:00 by Kessinen · 0 comments
Owner

When the queue is HELD (not auto-started) but input/ has files, the job card shows 'Idle - Waiting for files in input/', which is wrong: there ARE files, they are just held. The control bar already says 'held', so the job card contradicts it.

Fix renderJob's idle branch to consider d.running and the pending count:

  • held + files waiting -> 'Held - N files waiting; click Start'
  • held + empty -> 'Held - drop files in input/'
  • running + empty -> 'Idle - waiting for files in input/'
When the queue is HELD (not auto-started) but input/ has files, the job card shows 'Idle - Waiting for files in input/', which is wrong: there ARE files, they are just held. The control bar already says 'held', so the job card contradicts it. Fix renderJob's idle branch to consider d.running and the pending count: - held + files waiting -> 'Held - N files waiting; click Start' - held + empty -> 'Held - drop files in input/' - running + empty -> 'Idle - waiting for files in input/'
Kessinen added the bugui labels 2026-06-21 18:01:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Kessinen/av1dae#16