-
Notifications
You must be signed in to change notification settings - Fork 246
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
Comments
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. |
http://www.opensubtitles.org/ is a quite reliable source for subtitles for a lot of languages. |
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 |
IMHO the best approach would be to develop a subtitles plugin system, so it will be easier to add any service for contributors |
makes sense! This is a nice quick addition! |
Just a quick insight which might be helpful; I know that filebot uses the file's hash in combination with opensubtitles.org. |
That is very exciting! Thanks for letting me know! |
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)
The text was updated successfully, but these errors were encountered: