Axel Terizaki

Results 23 comments of Axel Terizaki

Tried to add this to my code : ``` player.on('error', (err: any) => { logger.error(`[mpv] Error: ${err}`); if (err.errcode === 8) startmpv(); sentry.error(new Error(err)); }); ``` But it didn't seem...

It is usually a good idea. The thing is I'm not entirely sure if it's my code, but isn't node-mpv sending commands by itself, like from a setInterval call or...

Hello. I understand completely :) For Karaoke Mugen we stopped using node-mpv completely in favor of our own implementation of the module, from scratch, to better react to any issues...

Hey :p Don't worry, it's okay. Without node-mpv we wouldn't have started Karaoke Mugen anyway, and it was very helpful for rewriting a shorter version of it for our needs....

Oh my, indeed, I didn't see that one. I assumed since the bot part was compatible with the file db, the web part was as well. No hurry needed, the...

Actually this could be extended a little further, but I'm not sure of how to think about it. Favicon/logo could be customizable as well. I was thinking that a "Powered...

Being able to hide/show the "show only openings/only endings" button would be nice, as we can't use it on karaokes.moe (it fails to properly detect openings/endings due to our naming...

That's pretty good news, and I'd love for it to be implemented in the module by the author :)

Haha, I just realized now that you weren't the author of postgrator but just of the cli-tool. Should I post my issue there instead, before bothering you with it? I'm...

Thanks for the reply. I tried the plugin today but the soundbar never appears in Homekit for some reason (nor it doe sin Homebridge's accessory list. When looking through the...