cdgriffith / FastFlix

FastFlix is a free GUI for HEVC and AV1 encoding, GIF/WebP/AVIF creation, and more!
MIT License
1.07k stars 54 forks source link

unable to remove from queue #560

Open 54x1 opened 2 weeks ago

54x1 commented 2 weeks ago

FastFlix Version: 5.6.0 Operating System: windows 10 Describe the bug once video's are process in the converting stage i cant remove add videos from the queue that i no longer need To Reproduce

  1. add a bunch of video's to the queue
  2. start converting
  3. try and remove some of the videos form the queue
cdgriffith commented 2 weeks ago

Right now the queue is not modifiable when the encoding is ongoing as it's all sent to a separate process to complete, with some basic intercommunication to stop if needed.

This would be a decent amount of work to allow it to be worked on while encoding in the background, but will keep as a feature request.

sclu1034 commented 1 day ago

Ran into this the other days as well. While it's understandable that the queue cannot be edited while its running, having the buttons greyed out and unresponsive to clicks would at least alleviate the source confusion with the current UI.