You can download them at www.ipernity.com/apps/gm
Due to problems in the last days with the pics import from Flickr, the Team made a complete rewrite of the GreaseMonkey import scripts: please, download them from www.ipernity.com/apps/gm and find the time to give a feedback to the Team.
I tested them myself on my secondary account and both scripts (1-to-1 and mass import) worked like a charme; thanks Christophe for the fast correction: you're great as ever.
EDIT: there was a little bug in the single import script; it didn't import the description; now it is fixed; update the script and restart Firefox
Send a message
Search for members
Bigoode [Degel] says:
Christophe Ruellepro says:
Roberto Ballerini - travelingpro replies:
--
Seen in my account recent activity (?)
tommy says:
Roberto Ballerini - travelingpro replies:
--
Seen in my account recent activity (?)
tommy says:
{
var p = xml.getElementsByTagName('photo')[0];
var visi = xml.getElementsByTagName('visibility')[0];
var date = xml.getElementsByTagName('dates')[0];
photo = { id : p.getAttribute('id'),
secret : p.getAttribute('secret'),
server : p.getAttribute('server'),
farm : p.getAttribute('farm'),
title : p.getElementsByTagName('title')[0].firstChild.data,
description: p.getElementsByTagName('title')[0].firstChild.data,
originalsecret : p.getAttribute('originalsecret'),
originalformat : p.getAttribute('originalformat'),
dateupload: _pi(date.getAttribute('posted')),
datetaken : date.getAttribute('taken'),
license : _pi(p.getAttribute('license')),
ispublic : _pi(visi.getAttribute('ispublic')),
isfriend : _pi(visi.getAttribute('isfriend')),
isfamily : _pi(visi.getAttribute('isfamily'))
};
Exerpt from mass import:
// description
var desc = xml.getElementsByTagName('description')[0];
if ( desc ) photo.content = desc.firstChild.data;
else photo.content = "";
Does this make any difference? It seems to me that the lines don't do the same thing, though they should.
Roberto Ballerini - travelingpro replies:
The first line should read
description: p.getElementsByTagName('description')[0].firstChild.data
I reported to Xtof!
--
Seen in my account recent activity (?)
Christophe Ruellepro replies:
Roberto Ballerini - travelingpro says:
--
Coming from robertoballerini blog (?)
Ruebenkrautpro says:
Roberto Ballerini - travelingpro replies:
--
Seen in my account recent activity (?)
manganite says:
--
Seen in manganite home page (?)
JJ1212 says:
Nicolas Hoizey says:
Roberto Ballerini - travelingpro replies:
--
Seen in my account recent activity (?)
Nicolas Hoizey replies: