Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort files by EXIF date when possible #4

Closed
rprieto opened this issue May 25, 2014 · 0 comments
Closed

Sort files by EXIF date when possible #4

rprieto opened this issue May 25, 2014 · 0 comments

Comments

@rprieto
Copy link
Member

rprieto commented May 25, 2014

Not sure what the best way is to implement this.

  • how expensive is it to read EXIF data?
  • can we afford to read it on every build, to sort the web pages?
  • should we maintain an index of all files & dates, and only read files that are newer than the index?

metadata.json

[
  { file: 'media/2014/paris001.jpg', date: 135873927 }
  { file: 'media/2014/paris002.jpg', date: 135874139 }
]
@rprieto rprieto closed this as completed in 63ee950 Jun 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant