Skip to content

timfreund/PhotoFUSE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhotoFUSE

PhotoFUSE uses FUSE and fusepy along with PIL to expose a subset of my photo collection as a virtual directory, filtered by rating and tags.

Use it:

$ photofuse --help
Usage: photofuse [options]

Options:
  -h, --help            show this help message and exit
  -s SOURCE, --source-dir=SOURCE
                        Photo directory
  -r RATING, --rating=RATING
                        Exif.Image.Rating
  -d DESTINATION, --destination=DESTINATION

photofuse -r 3 -s /usr/data/Photos -d dest/ a_tag another_tag

About

Export a subset of photos as a FUSE filesystem based on ratings and tags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages