henryouly / flickrfs-ng

A FUSE based Flickr file system
10 stars 0 forks source link

FlickrFS Next Generation

Why Flickr?

Nowadays it provides 1TB storage for free. Perfect cloud backup solution to my millions of photos.

Why a FS?

I like the idea of mounting flickr photos to a file system. Dictionary is the most intuitive way to organize photos. Plus, mounting a file system provide easy integration with the rest of the system to upload/download photos from Flickr.

Previous flickfs is a very good implementation demostrating this concept. Unfortuntely it is dead. So I decided to rewrite a new file system to replace and call it flickrfs-ng.

What's new?

FUSE has been improved a lot since its first 1.X branch. However the python-fuse module is still quite out-of-date. flickrfs-ng will use fusepy instead to provide python binding.

The original flickrapi is also out-of-maintain, and will be replaced with python-flickr-api which is in actively development and support OAuth.

New features