Expose your Shotwell library as a filesystem mountpoint.
Warning: currently is extremely unstable, lacks most of the functionality. Use it on your own risk and don't use simultaneously with Shotwell: the result will be inconsistent.
You will need libfuse to build this library. On Ubuntu- and Debian-based systems it
can be installed with $ sudo apt install libfuse-dev
.
To build shotwellvfs use cargo package manager: $ cargo build --release
To start currently just use: $ target/release/shotwellvfs MOUNTPOINT
where MOUNTPOINT
is a directory where the library should be mounted.
To unmount it use $ fusermount -u MOUNTPOINT