Added "Copy Command" button to queue view for running and pending jobs, allowing users to copy the FFmpeg command to clipboard for manual execution. Changes: - internal/ui/queueview.go: Add onCopyCommand parameter and buttons - main.go: Implement onCopyCommand handler in showQueue() The handler retrieves the job, generates the FFmpeg command with INPUT/OUTPUT placeholders using buildFFmpegCommandFromJob(), and copies it to the clipboard with a confirmation dialog. |
||
|---|---|---|
| .. | ||
| app | ||
| benchmark | ||
| convert | ||
| interlace | ||
| logging | ||
| metadata | ||
| modules | ||
| player | ||
| queue | ||
| thumbnail | ||
| ui | ||
| utils | ||