Hi, hopes you are doing well.
This extension is a life saver, and absolutely the best extension for commons, I've tried it and it works like magic.
I have a small issue related to thumbs, if another api repo is used, for instance:
'apibase' => 'en.wikipedia.org/w/api.php',
then:
'thumbUrl' => 'upload.wikimedia.org/wikipedia/commons/thumb',
It won't load thumbs of en.wikipedia.org when the image is only available for that particular wiki(en), where the thumb url has to be like:
upload.wikimedia.org/wikipedia/en
instead of
upload.wikimedia.org/wikipedia/commons
At the same time, all thumbs that are presented on commons are just loading fine.
changing the thumbUrl to upload.wikimedia.org/wikipedia/en
solved the problem of thumbs on en.wikipedia but created another problem for thumbs on commons, and thumbs on commons will not load because of url.
This sounds a bit tricky to me, you might be able to solve it, since you are the master of this extension. Thank you very much.