mediacenterjs icon indicating copy to clipboard operation
mediacenterjs copied to clipboard

Automatic subtitles

Open CodingPeak opened this issue 9 years ago • 7 comments

Label: enhancement/suggestion

The possibility to add subtitles in just a few clicks, synced to where the movie's playing at that exact time. (I know this would be a big change to what we have now)

CodingPeak avatar Oct 20 '14 21:10 CodingPeak

While this isn't a big change code wise, the difficult part is finding a service with an API we can use that is reliable. Also we need to find a way to match the proper version of the subtile (ie framerate, version etc) with the movie in your library.

jansmolders86 avatar Oct 30 '14 13:10 jansmolders86

http://www.opensubtitles.org/ is a quite reliable source for subtitles for a lot of languages. For some subtitles it also have a perfect match with some files, through a file hash. It also has an easy node js client lib https://github.com/aetheon/node-opensubtitles-client

matita avatar Apr 13 '15 07:04 matita

Possible alternative for opensubtitles.org is www.addic7ed.com - I know that DuckieTV uses it: https://github.com/SchizoDuckie/DuckieTV/blob/angular/js/services/Addic7ed.js

samgranger avatar Apr 13 '15 07:04 samgranger

IMHO the best approach would be to develop a subtitles plugin system, so it will be easier to add any service for contributors

matita avatar Apr 13 '15 07:04 matita

makes sense! This is a nice quick addition!

jansmolders86 avatar Apr 13 '15 15:04 jansmolders86

Just a quick insight which might be helpful; I know that filebot uses the file's hash in combination with opensubtitles.org.

haarts avatar Nov 23 '15 15:11 haarts

That is very exciting! Thanks for letting me know!

jansmolders86 avatar Nov 23 '15 20:11 jansmolders86