Automatic subtitle download
Sometimes finding the correct, synchronized subtitles file for a video is hard. It'd be great if Audience had a VLSub-like feature, where you can automatically search and download subtitles (name based search or hash based search ) from opensubtitles or similar site.
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- David Vilela
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Whiteboard
This is a must have! Most video players support this.
John Guerreiro: I think submarine's library (https:/
my early design:
* create a SubtitleFetcher class which will fetch language list, then create an object of those class in PlayerPage. fetch subtitle list on every PlayerPage construction
* the class should have this function:
+ fetch subtitle list, including filtering by language
+ download selected subtitle into video folder and rename it into video name
* as of ui this is my suggestion http://
* i'm still not sure whether we'll have language filtering and how to display and set it, need ux suggestion
- vikoadi