PhotoFloat
PhotoFloat copied to clipboard
See https://git.zx2c4.com/PhotoFloat/ (this is a personal fork)
Ideally, the thumbnails would be small, looping video previews that would auto-play (no sound). All-in-one ---------- Simultaneously generate: - a 480px on the short side video with AAC sound @...
This PR is to enable support for the following deployment model: Today: https://photos.example.ca PR: https://example.ca/photos Summary of changes: - Added a new config variable at NPM build time to track...
looks like directory with long file names are not generated correctly, they appears in album but are empty, thumbs are not present
This is because everything is ignored and the album is pruned. Maybe keep the album and have the frontend ignore all albums with no photos in them.
The preview for a GIF should be something that moves (look into GIF, WebP, APNG, etc)
Right now everything assumes that the application is running at the root of the domain. Implementing this would allow setups like `https://example.org/photos` instead of having to use `https://photos.example.org`. Thanks to...
Scanning the entire photo tree every time just to add a single photo is wasteful. Being able to configure a top-level directory to start the recan in would improve performance...
If there are a lot of pictures in an album, they are all loaded immediately which can be slow, resource-intensive, and bandwidth-heavy for extremely large albums. Also, if the user...
Automatically hit next every few seconds (preload photos, possibly configurable delay)
Initial idea for implementation: client-side spider that recursively grabs every JSON file it can and searches the metadata in it.