flickrfs

virtual filesystem for flickr online photosharing service
  http://manishrjain.googlepages.com/flickrfs
  1
  2 reviews



Flickrfs is a virtual filesystem which mounts on your machine like any other partition. Once mounted it retrieves information about your photos hosted on your flickr account, and shows them as files. You can easily copy photos from your local machine to this mount and it will automatically upload them to your flickr account. Similarly you can copy the files from your mount to the local machine and it will download your images from flickr.

Flickrfs uses FUSE (Filesystem in USErspace) which is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel.

All the files in the mount have an associated meta file, which provides access to title, description, tags and license information. Modifiying any of these fields and saving the meta file will cause them to be updated on the server also.

Flickrfs also includes a syncing mechanism. This allows for automatic synchronisation of changes done online directly to your local mountpoint.
Latest reviews
2
amicalmant 6 years ago

Well, browser loads in Flickr but no popup occurs although I'm connected. Then nothing happens in the custom mountpoint I've created according to vinnn's intructions and the manpage. Maybe the API has changed and the logic is broken.

5
vinnn 13 years ago

Works a charm and comes with a good man page. Install the package, add your user to the 'fuse' group and run flickrfs with your mountpoint as an argument, Flickr will pop up in your browser so you can authorise flickrfs' access. Voila you can drag and drop jpgs to and from you flickr account. Copying a directory full of photos into the 'sets' subdirectory creates a new set containing your photos. Amazing!