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

windows #40

Closed
adriannedbailo opened this issue May 9, 2021 · 1 comment
Closed

windows #40

adriannedbailo opened this issue May 9, 2021 · 1 comment

Comments

@adriannedbailo
Copy link

How port it on windows. This is real?

@oltodosel
Copy link
Owner

https://github.com/mpv-player/mpv/blob/master/DOCS/man/ipc.rst#command-prompt-example

To port it you'd have to make some way for interSubs to be able to talk to mpv. I'd go through creating a *.lua monitoring tool that would allow mpv to receive commands through simple text files(that preferably would be on a ramdisk, or at least on ssd).

Or, alternatively, strip some of the inbuilt functionality from interSubs that requires it. Though in this case you'd have to pause playback manually each time you look up a word, because mpv would not have a way to know you want it to pause while a cursor hovers over a word.

Easiest way for a Window user is to consider installing VirtualBox and Ubuntu or some other user-friendly distro.

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

No branches or pull requests

2 participants