mpv-remote-app
mpv-remote-app copied to clipboard
[question] Can hooks be disabled, why are hooks used?
Can hooks be disabled, why are hooks used?
What is a file-local-option?
https://github.com/husudosu/mpv-remote-node/blob/master/mpvremote/main.js#L112
file-local-options being used for passing HTTP headers for online streams. MPV-remote app supports opening streams from Aniyomi and using Aniyomi providers requires HTTP headers for playing videos. https://github.com/husudosu/mpv-remote-app/blob/master/src/Container.vue#L184
Thanks for the info, I commented out the hook code.