jlesage / docker-handbrake

Docker container for HandBrake
MIT License
932 stars 98 forks source link

[Feature request] Add support for the new --clear-queue and --auto-start-queue linux startup flags #368

Closed WillGunn closed 6 months ago

WillGunn commented 6 months ago

Idea

Handbrake 1.8.0 added support to auto start or clear linux queues on application start, which was a previously requested feature here. Having support for these flags via environmental variables would be helpful, especially the --auto-start-queue flag in combination with the KEEP_APP_RUNNING variable

jlesage commented 6 months ago

Done with the latest image.

WillGunn commented 6 months ago

Thanks! I updated to the most recent :latest tag, created a new queue, restarted the container and it immediately started the queue on startup! I then restarted the container in the middle of the encode and it restarted the encode correctly, so I think we're good!