tubesync
tubesync copied to clipboard
Add source level options for subtitles
As raised in #1 there should be some options to obtain subtitles automatically.
Bumped. Needs a lot of testing.
If this is implemented, after that can we get an option to go download and embed subtitles for already downloaded videos? :) Would be useful for old documentaries and other big videos to not redownload everything <3
It isn't yet, sorry, but it is on the roadmap.
Oh, I know! Just a thought :smiley: :hugs:
Oh sorry, my mistake. I read that as "Is this implemented yet" for some reason. I don't think youtube-dl supports arbitrary merging of subtitles to existing video files so if this is possible it would likely require downloading the video again completely which is probably not what you want.
No worries :)
I'm guessing a simple bash script to detect the video id, grab the subtitles and merge them with the existing video (or just move it and name it as the video file) could also work - and shift the burden away from you so you can work on something else.
I'll take a look and post the script here if/when I do this :)
Has this gotten anywhere? If implemented, would it be able to retroactively get the subtitles for already downloaded media or would the source have to be purged and re-added?
Hope there will be any development of this feature request at some point.
I believe this is now a feature flag I can pass through to yt-dlp so it should be a lot easier, I'll re-review it.