Implements automatic queue processing when jobs are added from the Convert module via the 'Add to Queue' button: Features: - IsRunning() method added to queue package to check processing status - 'Add to Queue' button now auto-starts queue if not already running - Eliminates need to manually open Queue view and click 'Start Queue' - Seamless workflow: Add video → Queue → Auto-starts conversion Before: 1. Load video 2. Click 'Add to Queue' 3. Click 'View Queue' 4. Click 'Start Queue' After: 1. Load video 2. Click 'Add to Queue' (auto-starts!) 3. Load next video 4. Click 'Add to Queue' (already running) Perfect for batch operations where user loads multiple videos and expects them to start encoding immediately. |
||
|---|---|---|
| .. | ||
| queue.go | ||