-
Notifications
You must be signed in to change notification settings - Fork 0
Nautilus plugin for finding the Flickr page for an image previously downloaded from Flickr.
ciaron/findonflickr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
findonflickr.py version 0.1 WHAT THIS DOES ============== Flickr filenames are of the form "3918794531_da13193ee2_o.jpg". The first part ("3918794531") is a unique photo ID, (and represents where in the sequence of uploads to Flickr this image was) so, using the http://flickr.com/photo.gne?id=PHOTOID trick, we can get directly to the photo page. [The other parts of the filename - "da13193ee2" and "o" - are a secret hash for that image and image size respectively] INSTALLING ========== This is an extension to Nautilus. Copy to your .nautilus/python-extensions folder and restart Nautilus. You will also need to have the python-nautilus Python bindings installed. You will see a new item in the context menu when you right-click on an image called "Find on Flickr..." Clicking this will opening the Flickr photo page (assuming you have permissions to view that image) in your default browser. Tested on Ubuntu Karmic 9.10 with Nautilus 2.28.1 THANKS TO ========= 1) Seemanta Dutta's add-to-rhythmbox.py: plugin <http://seemanta.net> 2) The plugin for the Postr uploader: <http://projects.gnome.org/postr/> 3) Bram's blog entry: http://www.bram.us/2008/01/12/my-priceless-flickr-tip-how-to-find-the-original-flickr-photo-url-and-user-from-a-static-flickr-image-url/ BLAH-BLAH-BLAH ============== Copyright 2010 Ciaron Linstead <http://ciaron.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
About
Nautilus plugin for finding the Flickr page for an image previously downloaded from Flickr.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published