sonarr_youtubedl icon indicating copy to clipboard operation
sonarr_youtubedl copied to clipboard

sonarr_youtubedl: Subtitle support

Open whatdaybob opened this issue 4 years ago • 5 comments

Never used this function but majority of videos do support them. Find a way to embed and have external file.

whatdaybob avatar Aug 18 '20 00:08 whatdaybob

With ffmpeg, you also emded the srts. These are the settings from youtube-dl

--write-sub
--all-subs
--convert-subs srt
--embed-subs 

kromo-s avatar Nov 25 '20 17:11 kromo-s

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.

whatdaybob avatar Nov 25 '20 18:11 whatdaybob

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 avatar Nov 25 '20 18:11 kromo-s

@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.

whatdaybob avatar Feb 22 '21 03:02 whatdaybob

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

jaredcat avatar May 03 '22 01:05 jaredcat