node-makemkv
node-makemkv copied to clipboard
Web UI for MakeMKV
Is there meant to be something here? 😓 
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 ```
@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)
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 &...
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