I am unable to get subtitles to work with YoutubeDL-Material. I need the subtitles to be in SRT format as I am using a Windows 11 machine and VLC media player.
custom_args: Added --write-sub --sub-lang en --convert-subs srt to the custom_args field under Downloader. This should ensures that subtitles are downloaded in SRT format.
I have followed all the installation instructions, and they have worked perfectly. Videos can be downloaded without any issues. However, I can't get the subtitles to work. That's the only issue I am facing.
Despite these settings, the subtitles are not being downloaded or converted to SRT format. Any help resolving this issue would be greatly appreciated.
Steps to Reproduce:
Set up YoutubeDL-Material using the provided docker-compose.yml.
Configure the default.json as shown.
Attempt to download a YouTube video with subtitles.
Issue Description:
I am unable to get subtitles to work with YoutubeDL-Material. I need the subtitles to be in SRT format as I am using a Windows 11 machine and VLC media player.
Configuration Details:
Docker Configuration:
default.json:
custom_args
: Added --write-sub --sub-lang en --convert-subs srt to the custom_args field under Downloader. This should ensures that subtitles are downloaded in SRT format.I have followed all the installation instructions, and they have worked perfectly. Videos can be downloaded without any issues. However, I can't get the subtitles to work. That's the only issue I am facing.
Despite these settings, the subtitles are not being downloaded or converted to SRT format. Any help resolving this issue would be greatly appreciated.
Steps to Reproduce:
YoutubeDL-Material
using the provideddocker-compose.yml
.default.json
as shown.Thank you for your assistance!