sonarr_youtubedl
sonarr_youtubedl copied to clipboard
sonarr_youtubedl: Subtitle support
Never used this function but majority of videos do support them. Find a way to embed and have external file.
With ffmpeg, you also emded the srts. These are the settings from youtube-dl
--write-sub
--all-subs
--convert-subs srt
--embed-subs
thanks @kromo-s, my dev environment is a bit messed up but will look at this as soon as possible as you have shown interest in this TODO.
Thanks for the quick reply and the interested as well! I will try to test as fast as I can, when you push the update.
@kromo-s I have now added basic subtitle support. The readme has all the information in the example config. Let me know how it works for you and any improvements to be made.
I think this has broke? I know i was using it before but now seeing it download every subtitle instead of just the one i requested edit: trying out dev and seems to be working there