Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic subtitles #158

Open
CodingPeak opened this issue Oct 20, 2014 · 7 comments
Open

Automatic subtitles #158

CodingPeak opened this issue Oct 20, 2014 · 7 comments

Comments

@CodingPeak
Copy link
Contributor

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)

@jansmolders86
Copy link
Owner

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.

@matita
Copy link
Contributor

matita commented Apr 13, 2015

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

@samgranger
Copy link

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

@matita
Copy link
Contributor

matita commented Apr 13, 2015

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

@jansmolders86
Copy link
Owner

makes sense! This is a nice quick addition!

@haarts
Copy link
Contributor

haarts commented Nov 23, 2015

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

@jansmolders86
Copy link
Owner

That is very exciting! Thanks for letting me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants