Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Super Batch Processing for Flickr

Create a list of arbitrary photos in Flickr for batch operations

Super Batch Tool

Flickr is lacking of creating a list of arbitrary photos for batch operations. This script provides a "shopping cart" for you to collect your photos to process. After you added a number of photos in cart, you can edit as a batch, make an album, a slideshow, or a mosaic. Items in cart will be saved in greasemonkey storage and will be remembered while you're visiting different pages in flickr.

Features:
1. A cart to collect photos you select, up to 100 photos
2. A checkbox attached on the upper-right corner of each photo
3. Editing photos as a batch, beyond sets, tagged photos, or date-based photos
4. Connecting to external flickr tools, such as Flcikr Album Maker, Photo Mosaic, or Slideshow.

Special thanks to fd/John for his permission to feed the list of photos to his flickr toys. (slideshow and mosaic)

Download: flickr.batch.user.js






Jan 5, 2006
ycc2106 User

So, for delicious too....? ;-)

 
Jan 4, 2006
Pablo Custo Scriptwright

Hi .CK!... I wish to comment to you that I did an script for Flickr ( Flickr - Quickr http://userscripts.org/scripts/show/2359 ) and as also I use yours (that by the way, his enchants me) ;), I had to make a small aggregate in your script so that the checkboxs could be appeared when my script it'll be activated, and that I was careful of not surpassing the z-index values of your checkbox, but these sometimes continued without appear. Still I could not discover why passes this, but how your script is executed after mine, I made these changes in yours and it worked wonderful.
Thousand excuses to you by the annoyances. Warm Greetings, Pablo.

[Line 666:]
if( (/FQ_/).test(target.parentNode.className) ){
list[photo_id].mark = list[photo_id].mark.firstChild;
list[photo_id].mark.setAttribute('style','');
list[photo_id].mark.style.position = 'absolute !important';
list[photo_id].mark.style.top = '-8px !important';
list[photo_id].mark.style.left = (parseInt(target.parentNode.style.width)-20) +
'px !important';
list[photo_id].mark.style.opacity = '1 !important';
list[photo_id].mark.style.display = 'none';
list[photo_id].mark.style.background= 'transparent';
target.parentNode.appendChild(list[photo_id].mark);
} else if( target.nextSibling )
target.parentNode.insertBefore(list[photo_id].mark, target.nextSibling);
else
target.parentNode.appendChild(list[photo_id].mark);

 
Dec 14, 2005
mar 1 Scriptwright

I would love to have this for delicious, batch add/edit tags...I havn't seen any, is it possible?

 
Dec 13, 2005
mar 1 Scriptwright

This script has changed my life.

You could comment on this script if you were logged in.