ripose-jp / Memento

An mpv-based video player for studying Japanese
https://ripose-jp.github.io/Memento/
GNU General Public License v2.0
434 stars 21 forks source link

autosubsync-mpv plugin not working #191

Closed zen-watts closed 5 months ago

zen-watts commented 6 months ago

I can't get autosubsync-mpv to work in Memento (MacOS). It isn't a simple install so Memento might not be to blame. However, this script works just fine using MPV on my Windows machine.

The script loads, but its attempts to sync subtitles always fail.

Thank you for Memento, it's really great!

ripose-jp commented 6 months ago

Post your autosubsync.conf file.

zen-watts commented 5 months ago

Absolute paths to the executables, if needed:

1. ffmpeg

ffmpeg_path=/opt/homebrew/bin/ffmpeg

2. ffsubsync

ffsubsync_path=/Library/Frameworks/Python.framework/Versions/3.12/bin/ffsubsync

ripose-jp commented 5 months ago

If I had to guess, it's probably the same issue as #141. You should try running the executable from the command line and seeing if it works. You can do this by running path/to/Memento.app/Contents/MacOS/Memento from your terminal. If it works, that means it's related to macOS not populating your PATH variable when running app bundles. Unfortunately, I don't think there's a solution to this.

ripose-jp commented 5 months ago

Closing this due to inactivity.