node-makemkv icon indicating copy to clipboard operation
node-makemkv copied to clipboard

Web UI for MakeMKV

Results 11 node-makemkv issues
Sort by recently updated
recently updated
newest added

Is there meant to be something here? 😓 ![Capture](https://user-images.githubusercontent.com/6336048/110772439-b86d7180-82af-11eb-9a68-08a80fdcc3b3.PNG)

Installing the server lib, you'll get the latest version of socketio. The client code requires v2, and won't work with servers running v3 or higher. Just need to change package.json,...

Renaming isn't resilient, but it also fails: ``` Renaming "Movie, the t04.mkv" to "Movie, the t04.mkv" Rename fail: title04.mkv,itle,04 TypeError: Cannot read property '2' of null ```

bug

@lasley Here's what I have so far. Everything seems right, however it doesn't rip the tracks selected. I'm wondering if I'm passing the parameters to the `socket.emit(` incorrectly. When I...

* Switch to React * Move away from CoffeeScript * Refactor (allthethings)

work in progress

Add an automatic ejection option in the server settings for when rip is done Add an eject/close button to UI

Is there a way for me to choose the playlist to stream to watch on-the-fly (i.e. with vlc)? The equivalent of this: ``` makemkvcon --upnp=1 --cache=128 --minlength=180 stream disc:0 &...

enhancement

Split the UI, put disc overview on left and open discs on right. Allow disc window close and whatnot. Put the log on the left

Add config to override drive names

enhancement

Then switch all the backend log calls to send that direction

enhancement