-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support for Celluloid #7
Comments
Their readme claims the only compatibility issues with user scripts are keybindings. I'm not sure what could be breaking, do you have any error logs to share? |
I got this:
Obviously this is only the parts that seem relevant for sponsor block, the whole output was cloose to 5mb in size. I hope that helps. |
So Does it work if you replace line 74 with this? local scripts_dir = mp.command_native({"expand-path", "~~/scripts/"}) Will update the script if that does fix it. |
After replacing line 74 it is still not working. New logs:
|
You can manually set the path in order for the plugin to work with celluloid. In sponsorblock.lua:
|
I understand that you're officially supporting only mpv, so if you consider this out of scope, please consider it a feature suggestion.
I've tried to run mpv_sponsorblock under Celluloid and it does not seem to work. :(
If you're not familiar, Celluloid is a GTK frontend for mpv. It supports most of mpv's configs and scripts, at least according to the readme.
Any chance you could add support for it?
Thanks for doing this project, even without Celluloid support, it is amazing.
The text was updated successfully, but these errors were encountered: