Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-09 Thread Maarten Dammers
A couple of years ago I uploaded 1,8M images. I prepared batches using the code at http://git.wikimedia.org/tree/labs%2Ftools%2Fmultichill.git/HEAD/bot%2Fgeograph The batches could be imported with an one liner. Hope this helps. Maarten James Montalvo schreef op 7-7-2014 22:32: Care to

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Florian Schmidt
Hello! O think that is the right for you: https://m.mediawiki.org/wiki/Manual:ImportImages.php Simply upload the images via FTP for example to the server and run the script like explainend on Manual page. Kind regards Florian Gesendet mit meinem HTC - Reply message - Von: Yury Katkov

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Yury Katkov
It's a nice one, thanks! I will need to add just a little bit to it to suit my needs! - Yury Katkov On Mon, Jul 7, 2014 at 4:42 PM, Florian Schmidt florian.schmidt.wel...@t-online.de wrote: Hello! O think that is the right for you: https://m.mediawiki.org/wiki/Manual:ImportImages.php

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Nasir Khan
The ImportImages.php https://m.mediawiki.org/wiki/Manual:ImportImages.php maintenance script is very useful. I used this to upload about 5000 images to one of mediawiki projects. -- *Nasir Khan Saikat* www.nasirkhn.com On Mon, Jul 7, 2014 at 9:03 PM, Yury Katkov katkov.ju...@gmail.com wrote:

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread hoo
I guess you can just use the importImages maintenance script. I usually use that for small scale uploads (big videos etc.) to commons, but it should work well for larger amounts of media also. Cheers, Marius On Mon, 2014-07-07 at 16:36 +0200, Yury Katkov wrote: Hi everyone! Does anyone

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread rupert THURNER
glamwikitoolset might be an option as well. http://m.mediawiki.org/wiki/Extension:GWToolset/Technical_Design rupert Am 07.07.2014 17:03 schrieb Yury Katkov katkov.ju...@gmail.com: It's a nice one, thanks! I will need to add just a little bit to it to suit my needs! - Yury Katkov On

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Derric Atzrott
glamwikitoolset might be an option as well. http://m.mediawiki.org/wiki/Extension:GWToolset/Technical_Design Yeah, I was just about to mention that. The GLAM Community seems reasonably satisfied with it and as far as I know it supports adding a lot more metadata to images than the image

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Yury Katkov
Thanks everybody! I've modified importImages and made it support not only directories but also single files. I then have written a small python script that runs importImages for each file in the directory adding the corresponding metadata from csv file. - Yury Katkov On Mon, Jul 7, 2014 at

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread James Montalvo
Care to share it? On Jul 7, 2014 1:43 PM, Yury Katkov katkov.ju...@gmail.com wrote: Thanks everybody! I've modified importImages and made it support not only directories but also single files. I then have written a small python script that runs importImages for each file in the directory