Jack Vasti

Results 261 comments of Jack Vasti

Just added a new "Import cookies" button in the "Cookies" tab of a source settings window. It supports 4 formats: * JSON as a file made of an array of...

Indeed, I did a similar fix on the `develop` branch. The idea of doing a round-robin (or simply picking one at random with something like `Math.floor(Math.random() * 4) + 1`)...

Seems like enabling real high DPI in 7.13 had some adverse effects for parts of the program that should not respect scaling. I'll have a look.

Indeed, I was just thinking about this the other day. The thing is that for Grabber to be in "portable mode", it requires the `settings.ini` to be besides `Grabber.exe`. So...

So if I understand correctly there are 3 issues: * Timer for videos use the previous media's duration * Timer for videos start when fullscreen starts (even if the video...

I guess that's for the `.xmp` extension? Makes sense (it could even be set by default) 👍

What version of OpenSSL are you using when running Grabber? Make sure it's a 3.x version.

Hello 👋 > I want it to substitute a copyrite when there are no artists. Something like this should work: ``` /%md5%.%ext% ``` You don't need the `:underscores` things in...

Hello 👋 I see a bunch of parsing errors, which leads me to think what the network returns is not what Grabber expects. Also, with the fact that the last...

Does it really need an option though? In what situation would you overwrite the file but not the sidecar file? Feels like it could just simply always be on.