How to add subtitle download options to docker compose #543
-
|
Hi, I'm trying to add the options '--write-subs --sub-langs "en" --sub-format "srt/ass/best" --write-auto-subs' to Docker Compose via environment variables or any other way to do that. I was successful with What I need is for the container to set the default configuration for the video download folder structure, and the subtitles should always download with the videos and be saved in the same folder. I can add Is there any way or option to achieve this goal? Below is my docker-compose.yml file |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello, You simply create a preset with the options and output template you need and set that as default preset. This approach is more elegant and user friendly as you can alter presets as you wish without having to restart the container. This also allows you to experiment with different options should you choose to. Unfortunately we no longer support global options via environment variables. |
Beta Was this translation helpful? Give feedback.
Hello,
You simply create a preset with the options and output template you need and set that as default preset.
This approach is more elegant and user friendly as you can alter presets as you wish without having to restart the container. This also allows you to experiment with different options should you choose to.
Unfortunately we no longer support global options via environment variables.