Node-MPV icon indicating copy to clipboard operation
Node-MPV copied to clipboard

A NodeJs Module for MPV Player

Results 19 Node-MPV issues
Sort by recently updated
recently updated
newest added

Hello, Is it possible to make mpv do the following ? - replace the current title with a URL - not start playing - start buffering - wait a specific...

#### Bug Description Calling the `seek()` function while there is no file loaded causes uncaught UnhandledPromiseRejection exception. #### How To Reproduce Create an mpv instance and call seek without loading...

bug

Is it possible to have a new instance of MPV open each time instead of overrides my current video/instance? As a test I even tried to trick the wrapper by...

Hello I am trying to embed mpv into an electron browser window using following code: //get browser window hwnd const winID = remote.getCurrentWindow().getNativeWindowHandle().hbuf.readInt32LE(0); const mpv = new mpvAPI({ binary: "C:\\Users\\UserA\\mpv\\mpv.exe"...

I am trying to pass the following options, the `--glsl-shader` option doesnt work while the other options work. ```js let mpv_options = [ "--vo=gpu", "--profile=gpu-hq", "--glsl-shader=pixels.glsl", "--scale=ewa_lanczos", "--fbo-format=rgba16hf", ]; ```...

Fixes an issue where typescript will complain about providing the mpv_args argument on the Node_MPV.start() method ---- To give you some context, projects that were not written in TypeScript can...

Node-MPV allows to load, append to- and move items around the current playlist. But how do we get the content of the current playlist? If there are 10 items on...

enhancement

On my app, I would like to stream the video in the browser;

#### Bug Description When starting a song I immediately get the stopped event and the player stops playing. This only happens on my debian install but it is working on...

bug