Project

gallerist

0.02
No commit activity in last 3 years
No release in over 3 years
View Photos and iPhoto libraries in your browser
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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