abdnh / intersubs

Interactive subtitles for mpv
MIT License
11 stars 0 forks source link

Installation #1

Open jamesdeluk opened 2 years ago

jamesdeluk commented 2 years ago

So... How exactly do you install/use this on Windows? Assuming mpv installed from https://sourceforge.net/projects/mpv-player-windows/files/64bit-v3/

abdnh commented 2 years ago

This project is currently not useful by itself, as no dictionaries are supported out of the box. I'll publish releases when the time comes.

In the meantime, you can use this in Anki with the Create subs2srs cards with mpv add-on. Please see https://forums.ankiweb.net/t/create-subs2srs-cards-with-mpv-interactive-subs/24029 for details.

jamesdeluk commented 2 years ago

Ah, I see - thank you!

ghost commented 8 months ago

@abdnh any updates on this? I can't install. I did python setup.py build python setup.py install but no bueno. Furthermore, I tried to run it via python main.py I got

Traceback (most recent call last):
  File "C:\Users\\intersubs\intersubs\main.py", line 8, in <module>
    from . import config
ImportError: attempted relative import with no known parent package

running w11 pro 23h2 python3.11

abdnh commented 8 months ago

@toprak this should work:

pip install .[standalone,qt6]
python -m intersubs file.mp4

I don't currently use this project or the Anki add-on, so this probably won't get any updates soon.