Skip to content

Latest commit

 

History

History
90 lines (48 loc) · 2.69 KB

README.md

File metadata and controls

90 lines (48 loc) · 2.69 KB

parallel-flickr

parallel-flickr is a tool for backing up your Flickr photos and generating a database backed website that honours the viewing permissions you've chosen on Flickr. parallel-flickr is not a replacement for Flickr.

parallel-flickr is still a work in progress. It ain't pretty or classy yet but it works. It almost certainly still contains bugs, some of them really stupid.

It still needs to be documented properly.

In the meantime, here's a blog post.

Installing parallel-flickr

These instructions are incomplete. They'll probably work but I have tested them from scratch yet. The following assumes you're running on a brand new vanilla Ubuntu machine.

To do:

  • write files to S3 (see also: flamework-aws)

  • make sure video files are actually being fetched properly

  • API hooks (see also: flamework-api)

  • always fetch path_alias for contacts (call flickr.people.getInfo)

  • sets, galleries, groups

  • uploads (and then re-uploading to Flickr)

  • account deletion

  • cron jobs for backups

  • consider moving all the backup jobs (fetching data for individual photos) in to a proper queuing system - this should probably be a feature flag so that the whole thing can still be run in "stupid" mode and not spiral in to astronaut territory.

  • display metadata

  • permission checks for geo (currently not displayed)

  • search, see also: parallel-flickr-solr

  • duplicate key errors fetching faves

  • better layout, tested in more than just Firefox

To note:

  • password reminders are disabled, only because I don't have a mail server set up

See also: