-
Notifications
You must be signed in to change notification settings - Fork 10
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
Tried several things, couldn't get the script working. #11
Comments
Current script didn't works with stable mpv 0.32.0, i mention it here mpv package from repo was builted with @xNinjaKittyx my recomendation, read this and then rebuild your own mpv package with custom hopefully this can solve your problem |
@cniw so to be clear, this doesn't work unless you build mpv yourself? |
@indeedwatson yes |
For anyone who can't get this working or don't want to build mpv yourself, maybe you could check out my alternative version: https://github.com/tnychn/mpv-discord. It's cross-platform and without any dependencies (no It was tested working with mpv v0.33.0 on OSX. |
Manjaro Linux 5.6.10-3
mpv 0.32.0
Lua 5.3.5
Running this script with -v, i see the following error...
The scripts are correctly there. I tried referencing main.lua directly using
--script=...
but that ended up failing to import the catalogs.lua script.Then I tried moving catalogs.lua and the other lua script into the PWD, I had the config file point to python, but for some reason it wasn't respecting the scripts-opt folder and tried to run the lua script (which failed because I don't have ffi installed).
I was wondering if this was related to mpv-player/mpv#7399
The text was updated successfully, but these errors were encountered: