Commit Graph

85 Commits (master)

Author SHA1 Message Date
Nathan Bullock 3900c935b1 Update documentation for deprecated features
Guide the user to the commands that have replaced --original-photos
and --original-videos.
3 weeks ago
Romain 38fe01ea69 docs: update Docker image name in the README 4 months ago
Romain 9def14a641 docs: update container image URL in README 5 months ago
Romain aa6c9a906f chore: update README CLI usage without old dependency 5 months ago
Romain f7634dbfdf docs: update CLI options 1 year ago
dravenst 485ef67b86
feat: add vaapi support thumbsup and downsize (#284)
Added hwaccel option for vaapi

Added video hwaccel option to enable vaapi for video encoding.

Confirmed check of bitrate with hwaccel
1 year ago
Romain be2f2660b3 docs: update README badge for depencies
David-DM doesn't seem to work anymore
2 years ago
Romain ac5f843461
docs: add disclaimer and best-practices in README 3 years ago
Romain 5a7767e5f0
docs: cleanup README badges 3 years ago
Romain 999d416734 chore(docs): add Github Actions test badge to the README 3 years ago
Romain 9923440380 chore(docs): update CLI arguments in README 3 years ago
Romain ace38cffeb chore(docs): update CLI arguments in README 3 years ago
Romain ef0ad4ee8e feat(core): support pagination with --album-page-size
Note: requires a compatible theme which renders pagination.
Fixes #209
4 years ago
Romain 7f522a6a4f chore(docs): update README section with CLI arguments 4 years ago
Pierre CLEMENT b5b0005369 feat(cli): option to set small size 4 years ago
Romain f7235a297f docs(readme): update README with latest settings 5 years ago
Romain 847f343f06 feat(core): new locale option to render dates in the right format 5 years ago
Romain 4d8dfcb7b7 fix(cli): can explicitly set the log level to “default” for the Listr renderer
Fixes #154
5 years ago
Romain e48aeb1fbe docs(readme): move the sample gallery up 5 years ago
Romain 3c94578390 docs(readme): mention optional ImageMagick dependency 5 years ago
Romain a09ff03f2e [feat] new option to pass settings to a theme, from a JSON file
Fixes #168
5 years ago
Andrew McOlash d2ad35d225 Add flow theme to README (#163) 5 years ago
Romain 282cf26473 Update README with CLI options 5 years ago
Romain 96bb3ad902 feat(resize): new options to control preview images (resize, copy, symlink…)
Fixes #115
5 years ago
Romain 06dd54f7ef docs(cli): update README with include/exclude options 5 years ago
Romain f30eddb6dd feat(options): new flags to selectively include photos / videos / raw photos
fixes #128
5 years ago
Romain 2c2c518f4b New options --video-format, --video-quality and --video-bitrate 5 years ago
Andrew McOlash 19416eae59 Fix location of the embed options 6 years ago
Andrew McOlash cbbb067957 Change metadata to only have exif when needed, rename exif flag 6 years ago
Andrew McOlash 2331fbef95 Add preserve exif option 6 years ago
Romain fc4432ba34 docs(readme): add documentation URL at the top of the README 6 years ago
Romain 0adef54dc8 feat(core): add support for static and animated GIFs
GraphicsMagick can’t process animated GIFs well unless all frames are coalesced, which creates very large files.
This means there is a new dependency on Gifsicle which is very good at working with animated GIFs.

- Thumbnails are still processed through GraphicsMagick (more options, e.g. centre-crop)
- Large previews of animated GIFs go through Gifsicle

The startup checks are updated to check for the Gifsicle binary.

Fixes #96.
6 years ago
Romain 9612ca0048 feat(core): load an external theme from a given path using --theme-path 6 years ago
Romain 03a9c9a319 refactor: themes are now standalone folders, to prepare for external loading
Every theme is made of { Handlebars + Less + Partials + Helpers + Public }
6 years ago
Romain 36d935a787 feat(core): new option to add watermarks to the gallery
Watermarks only apply to large images, not thumbnails.
6 years ago
Romain b761353691
docs(readme): reference --log in the troubleshooting section 6 years ago
Romain 1ce19d4024
docs(readme): add Docker build badge + reorganise 6 years ago
Romain cd079a6ccc docs(readme): update current CLI options 6 years ago
Romain 2f37c82026 docs(readme): add social sharing buttons 6 years ago
Romain 870b60de17 Simplify test scripts & document them in CONTRIBUTING.md 7 years ago
Romain 29654444cd Move screenshots and banners to subfolder 7 years ago
Romain 30f203af4b Render progress using Listr + split the main process into "steps" which are easier to test 7 years ago
Romain 97a6e348cc Update all dependencies 7 years ago
Romain 6e2f7e2ffb README - clarify Docker usage 7 years ago
Romain 80f7a88c35 Fix #61: new options to avoid copying original photos to the output folder 7 years ago
Romain fb77791c80 Fix #33: new --cleanup option to remove unused generated thumbnails/media 7 years ago
Romain 9dcebe6280 Group CLI options into 3 categories to make them more digestible 7 years ago
Romain 50f9a84eff Remove deprecated --sort-folders option 7 years ago
Romain 23ddee4945 Rename repository to "thumbsup" as the language is irrelevant to consumers 7 years ago
Romain 59b9bdbbd2 Use <standard> for code style, which removed lots of unused variables/requires 7 years ago