Jean van Kasteel

Results 93 comments of Jean van Kasteel

What would be the process like, in your mind?

the code logic behind it would be the same, it's just a GUI over it, no big deal. The hard part is the coding.

> Or at least do not clear "Video file" section on upload, so we can choose just srt over and over again. that's not happening, the uploader is meant to...

> Another way to approach this issue is if the whole upload process could be done via CLI, with settings being passed as arguments, users could arrange a simple for...

You're right, I've hardcoded /fr/ in the url. Would you have the url it sends you to for me to check some things? The API doesn't send back where the...

Okay great, thanks. Looks like omitting the language does work. Would this url be more like what you expect: https://www.opensubtitles.org/subtitles/8950971 ? It seems to opens in english by default for...

I'll have to check that, thanks

I've reported the issue here: https://forum.opensubtitles.org/viewtopic.php?f=8&t=17478

You can check my one-click-packager script and improve it: https://github.com/vankasteelj/opensubtitles-uploader/blob/master/dist/deb-maker.sh

subscribing (from #1224 ) What's your DHT tuned option? I'm only using this so far: ```js Streamer.client = new (require('webtorrent'))({ maxConns: 40, tracker: { wrtc: false } }); ```