Virtual filesystem for flickr online photosharing service
Warning: According to the ML (January, 2008), flickrfs is not compatible
with python-fuse 0.2. It is said there are problems with threading.
Start it as follows:
mkdir ~/my_flickrfs
PYTHONPATH=/usr/lib64/python2.5/site-packages/flickrfs:$PYTHONPATH \
flickrfs.py ~/my_flickrfs
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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout filesystems/flickrfs && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
flickrfs-1.3.9.1.tar.bz2 | 0000025661 25.1 KB | |
flickrfs-CVS_07_31_2007.diff | 0000003037 2.97 KB | |
flickrfs-fuse.diff | 0000000508 508 Bytes | |
flickrfs-fuse_group_exception.diff | 0000000640 640 Bytes | |
flickrfs-key.diff | 0000001599 1.56 KB | |
flickrfs-sync.diff | 0000002430 2.37 KB | |
flickrfs-tag.diff | 0000001571 1.53 KB | |
flickrfs-unicode.diff | 0000001990 1.94 KB | |
flickrfs.1 | 0000012412 12.1 KB | |
flickrfs.changes | 0000000344 344 Bytes | |
flickrfs.spec | 0000002443 2.39 KB |
Comments 1
dsterba wrote
This package is scheduled for deletion, unless somebody fixes the build problems. ETA for deletion is in a few months, builds will be disabled for now so potential users can notice ahead of deletion.