MoshiMoshi0

Results 42 comments of MoshiMoshi0

Maybe easier alternative to this would be just CLI arguments? That way we could batch upload easily. Dont know if you can even do that as I dont write HTML5/js...

What I was thinking about was to add arguments for loading/uploading one subtitle, so instead of drag&drop like it works now, you could for example pass --video and --subtitle to...

I think napiproject provider is still disabled because it wasn't always downloading subtitles in srt format. You can add the provider in extensions.py yourself and rebuild.

You also need to add the same line in setup.py. Then to build run `python setup.py install` in subliminal root dir. I'm assuming you cloned the repo. I dont know...

Since the controller does not know it is sleeping you have to threat it like initialization when booting the pc, so just send init bytes after you detect resume event...

I dont have much to input but from what I've gathered [0xfe, 0x31] is controller init. So you should override ```init_controller``` in ```ThermaltakeiRGBPLUSControllerDriver```. Also it seems to return psu P/N....

Ok I got almost everything. https://moshimoshi0.github.io/ttrgbplusapi/controllers/dpsg.html

> The modified date will only change if change the file contents. Exactly, so if you copy a file that you encoded a long time ago subliminal will not pick...

Any updates on the PR?

I think i tried to design the GUI 3 or 4 times throughout the whole development time but never got anything that I was satisfied with. I would like to...