Jack Vasti
Jack Vasti
Yup my bad, I don't know what cat walked on my keyboard to add "shrc" (I guess I was editing my `.bashrc` file at the time?) but the correct link...
I'll investigate your crash. The fact that downgrading Grabber doesn't work is strange though. It seems to be caused by the monitoring, would you be able to share your `favorites.json`...
You should put it where Grabber can find it. As suggested above, it could be in Grabber's install folder, but it could also be anywhere in your `%PATH%`.
Which source is that? And does it happen on all sources or only that one?
After testing it out, different display modes indeed do not play well with Grabber. I pushed a fix in nightly to properly parse them all, but I would recommend using...
I can't reproduce currently, was it temporary? Do you have any log of when this happens? If there's a "Cloudflare wall" error message, there's nothing that can really be done...
This is an exiftool error, what are your exiftool settings? There must be something up there, because while there's an issue with UTF-8 encoding in exiftool tags (issue #2647), that...
@Railline What problem do you mean, the one in the original post? "FileName encoding not specified"? What's your exiftool/filename settings? I've never seen this, could it be that your filename...
For sources that are not implemented yet, you need to create a new source adapter yourself: https://bionus.github.io/imgbrd-grabber/docs/sites/source.html This requires knowing how to do basic JavaScript (or TypeScript) coding. Then, you're...
Strange, this function should be installed with Qt by the `build.sh` script here: ```sh apt-get install -qq "qtbase5-dev" "qtscript5-dev" "qtmultimedia5-dev" "qtdeclarative5-dev" "qttools5-dev" "qttools5-dev-tools" ``` Could it be that the Qt...