Commit Graph

245 Commits (6e2f7e2ffb71c566303e26f2bb74e9188f922f4a)
 

Author SHA1 Message Date
Romain Prieto 86e5712fc6 Minor style changes 10 years ago
Romain Prieto e74733f52d Homepage with grid of 4 images per gallery 10 years ago
Romain Prieto 82c560d96f Big refactor / cleanup to support multiple pages on the website 10 years ago
Romain Prieto 5de02a543f Always display all build steps, with "up to date" if nothing to do 10 years ago
Romain Prieto 9706f952e6 Bump up sample _site submodule 10 years ago
Romain Prieto ce90ed5d27 Update README sample output 10 years ago
Romain Prieto beb9bf403d Refactor view model URLs 10 years ago
Romain Prieto 6f53b594c5 Bug fix #18: download link points to "large size" if original is not available 10 years ago
Romain Prieto 745779fa9f Fix EXIF date parsing 10 years ago
Romain Prieto b031d043f6 Fix #20, rotate video previews if the video itself has rotation EXIF data
note: no need to rotate the video itself, the player reads it properly
10 years ago
Romain Prieto 1bd5ac8298 Always print an empty progress bar first, in case the first file take a while to process 10 years ago
Romain Prieto cb835d0ed2 Part of #20, auto-rotates photos based on the EXIF data 10 years ago
Romain Prieto 357ae588c1 Update README sample output 10 years ago
Romain Prieto ef294ad513 Fix #18: don't upload original media by default, add new command line options 10 years ago
Romain Prieto c72f46e463 Fix #19: support for MTS files, with full-frame mp4 export 10 years ago
Romain Prieto 92c6d6b9d3 Fix #12, add support for --google-analytics config (uses latest GA tracking code) 10 years ago
Romain Prieto 8bffd0bfbd 0.1.1 10 years ago
Romain Prieto bdb43ff4c7 Upgrade yargs (removes debug messages) + remove commander (obsolete) 10 years ago
Romain Prieto 35ff854ba7 README: s3cmd for AWS sync 10 years ago
Romain Prieto 3226077f23 0.1.0 10 years ago
Romain Prieto 908a1f26e0 More files for npmignore 10 years ago
Romain Prieto 2037bf4455 Remove deleted media from the generated HTML pages 10 years ago
Romain Prieto 3be5a3507a README: remove dev-related badges (there are none) 10 years ago
Romain Prieto d085266732 README: badges + setup notes + relative paths 10 years ago
rprieto dc99f35e6e Rebuild site 10 years ago
rprieto 58f1cb5c5e Fix error in new options 10 years ago
Romain Prieto cf3a56685e Merge pull request #11 from rprieto/folder-sort
Sort folders by date or by name
10 years ago
rprieto f1f09adc14 Sort folders by date or by name 10 years ago
Romain Prieto 819c051208 Merge pull request #10 from rprieto/options
Use <yargs> to parse command line args, and support JSON config
10 years ago
rprieto 3c8ecce018 Use <yargs> to parse command line args, and support JSON config 10 years ago
Romain Prieto bf53fcb425 Merge pull request #9 from rprieto/fast-regen
Remove Regen dependency (faster builds)
10 years ago
Romain Prieto fbb6512b63 README fix sample website link 10 years ago
Romain Prieto fd72c3d1d8 README link to the sample website on Github pages 10 years ago
Romain Prieto cbd505bf27 Build the example site into _site (published as Github pages) 10 years ago
Romain Prieto 314d2175e4 added gh-pages as submodule 10 years ago
rprieto 436d126050 Remove <regen> dependency (faster builds)
Since we read all the file metadata for EXIF dates, and we need it as well for the view model,
we should use it to generate the thumbnails and save many calls to glob() and fs.stat()
10 years ago
rprieto a13b94ea3e Fix view model for videos 10 years ago
rprieto 7f7b36ab7b Improve metadata collection (single file stat, ...) 10 years ago
rprieto 8fc19fab97 Metadata fake progress report 10 years ago
rprieto 17c4b0f9f1 Helper commands in package.json to build the example website 10 years ago
rprieto 63ee950684 Use the pre-built metadata to create the galleries view model
Fixes #4 : sorts the files by either EXIF date (photos) or file date (videos)
10 years ago
rprieto 11575c65d4 Read and cache EXIF data into <metadata.json> 10 years ago
rprieto 06b2714fde Link to download the original media (photos / videos) 10 years ago
rprieto 37a3c963fc 0.0.7 10 years ago
rprieto fb31c01053 Bump up regen version 10 years ago
rprieto ba8c4a59f3 Fix website generation (bad refactor) 10 years ago
rprieto 26ebcce0d2 0.0.6 10 years ago
rprieto 6bbc1ebc77 Update README with sample output 10 years ago
rprieto 63e1859702 Update license to MIT 10 years ago
rprieto 1687999976 Fix #1 : report progress of operations in the console 10 years ago