GIMP 2.10 will be here before we know it, and currently https://registry.gimp.org is in read-only mode and is a bit of a mess. My understanding is that it’ll be retired once a suitable replacement is found.
Currently there are a ton of filters and scripts on the registry, but we don’t really know which ones work and which ones don’t.
But wouldn’t it be nice if we knew for many of them which worked and which didn’t for 2.10?
What I would propose is:
Get all files from the registry into a git repo.
Put all scripts and filters in a folder called untested.
As things are tested,
do a git mv untested/myscript.scm working/myscript.scm and optionally put a comment in the file of something like “working as of version 2.9.8” if the script is working
do a git mv untested/myscript.scm not_working/myscript.scm if the script is not working
I agree that something needs to be done so that people can find something that works for them. This mess is what motivated me to start using and learning about G’MIC.
I was thinking in web scraping the registry to download every plugin but it’s a mess. I mean, plugin pages doesn’t follow a clear pattern some of them should be downloaded from external websites, others are attachments, other are simple links, some are scm, other are zip…)
Sounds like a tremendous effort. Would it not be more useful to sort the scripts by popularity and only to test and upload those whose purpose is not already covered by G’MIC?