-
Notifications
You must be signed in to change notification settings - Fork 18
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
Integrate Yomitan or 10ten into video player #13
Comments
In the future I plan to support yomitan or 10ten or whatever, but first I would like to support Japanese word segmentation using NmeCab. I’m considering two methods of integrating browser extensions. One is to display a transparent WebView with an overlay element, like a subtitle, so that specific browser extensions can be integrated (only specific extensions). The second is to set up a web server so that you can view a current subtitle or list of subtitles via a browser. Please comment if you have ideas, including others, PR is welcome. |
Is it possible that Matt that made Yomininja used this approach? His OCR program creates an overlay and supports yomitan and 10ten. Maybe his code can serve as inspiration? https://github.com/matt-m-o/YomiNinja |
I have found that it is possible to integrate with browser extensions such as reference First implement this feature right away, and then will consider incorporating browser extensions into the video player. (one method above) |
I have added the ability to integrate with the browser extensions via clipboard in v0.1.0. Please refer to the following page for details. I will continue to consider incorporating it into the video player. |
Right now LLPlayer is using its own popup-dictionary. It would be great if it could support Yomitan, that is a default tool for Japanese, has hundreds of dictionaries and very lively community: https://github.com/yomidevs/yomitan .
The text was updated successfully, but these errors were encountered: