gallerist

View Photos and iPhoto libraries in your browser


Keywords
apple-photos, iphoto, ruby, sinatra
License
BSD-3-Clause
Install
gem install gallerist -v 0.1.0

Documentation

Gallerist

Gem Version Build Status Code Climate Coverage Status Gitter

Gallerist is a web application to browse libraries of Apple Photos and iPhoto. It is built on top of Sinatra.

Requirements

  • One or more Photos or iPhoto libraries (.photoslibrary or .photolibrary directories)
  • Ruby 2.2+

OS X 10.9 and above ship with Ruby 2.0. You can use Homebrew to install a current Ruby version on older versions of OS X.

Installation

Gallerist can be simply installed as a Ruby gem.

$ gem install gallerist

Note: You might need to use sudo if you’re installing into your system Ruby, e.g. when not using rbenv or RVM.

If you want to run the current development code please use Git to clone the repository.

Usage

$ bin/gallerist ~/Pictures/Photos\ Library.photoslibrary

After that the application is served on port 9292 by default. You can open it by simply browsing to http://localhost:9292.

Further command-line arguments are available, see gallerist --help for more information.

Caveats

  • iPhoto libraries work to a certain degree as iPhoto’s events are not listed, only albums.
  • Gallerist works on a copy of the library databases, i.e. changes to the original library will not be reflected instantly. You will have to restart the web app first.

Future plans

  • Support for internal categories like photo stream and videos
  • Support for moments and places
  • Performance improvements