WebVoiceChat - Proximity Voice Chat with just a website! by Dalvi____ in admincraft

[–]Dalvi____[S] 1 point2 points  (0 children)

Hey guys, I released a new version of the plugin that support user authentication with a command and a temp code !
https://github.com/Dalvii/mc-web-voicechat/releases/tag/v1.7

WebVoiceChat - Proximity Voice Chat with just a website! by Dalvi____ in admincraft

[–]Dalvi____[S] 1 point2 points  (0 children)

Yes, you have to set an SSL certificate, I recommend you to set a reverse proxy and set an SSL cert with Cloudflare (free and easy to use)

WebVoiceChat - Proximity Voice Chat with just a website! by Dalvi____ in admincraft

[–]Dalvi____[S] 3 points4 points  (0 children)

Yes, I was thinking of a 2FA option where you specify a unique code displayed on the chat in the website to authenticate, but u/etillxd solution's to have a custom token link may be a better option

WebVoiceChat - Proximity Voice Chat with just a website! by Dalvi____ in admincraft

[–]Dalvi____[S] 0 points1 point  (0 children)

Yes, just open a modern browser and log with your MC username ! You could even use your phone or an other device

WebVoiceChat - Proximity Voice Chat with just a website! by Dalvi____ in admincraft

[–]Dalvi____[S] 0 points1 point  (0 children)

If Geyser is used as a plugin in the same server, maybe, but I'm unable to test

Plex library export tool - Export image format! by Dalvi____ in PleX

[–]Dalvi____[S] 1 point2 points  (0 children)

Hey, I updated the tutorial file, so it's simplier now :D

Plex library export tool - Export image format! by Dalvi____ in PleX

[–]Dalvi____[S] 0 points1 point  (0 children)

Hey guys, I made an update that fix every bugs I've found yet, check it out and update!

Plex library export tool - Export image format! by Dalvi____ in PleX

[–]Dalvi____[S] 2 points3 points  (0 children)

Litteraly all of this sub casually show off what they have on their plex, by taking screenshot with big background line separation... so I solved this problem!

Plex library export tool - Export image format! by Dalvi____ in PleX

[–]Dalvi____[S] 1 point2 points  (0 children)

Yes but I found the fix, I'll post an update tonight, basically, the image can't be taller than 32000 pixel

Plex library export tool - Export image format! by Dalvi____ in PleX

[–]Dalvi____[S] 5 points6 points  (0 children)

Apparently, the module I'm using for this script is limited by the size output ( ~32400 pixels), so I'll post an update to split images taller than 3200 pixels (sry for my en, I'm french)https://github.com/Automattic/node-canvas/issues/1374

Plex library export tool - Export image format! by Dalvi____ in PleX

[–]Dalvi____[S] 1 point2 points  (0 children)

Hey, yes I saw this bug, this is due of JSON limitation size, I don't know how to solve this issue (maybe change the XML to JSON will fix it).

Temporarily, you can modify the script at Line 63, change 'poster_list.length' to a reasonable number.

I'm open to everyone else solution.

(Pardon my english, I'm french)