#photo #kids #slideshow

app photo_shoop

A Rust server that recursively finds photos in "./" and serves them as a zero-UI slideshow at localhost:4015

10 releases

0.1.9 Jul 26, 2023
0.1.8 Jul 26, 2023

#122 in Images

Download history 12/week @ 2024-02-16 126/week @ 2024-02-23 13/week @ 2024-03-01 4/week @ 2024-03-08 3/week @ 2024-03-15 76/week @ 2024-03-29

83 downloads per month

Custom license

1.5MB
202 lines

PhotoShoop

A Rust server that recursively finds photos in "./" and serves them as a zero-UI slideshow at localhost:4015.

  • Shuffles photos, then loops through them
  • Transitions between slides every 4 seconds
  • Doesn't respond to touch events, except for fullscreen [F] button
  • Can handle iOS live photos (HEIC format)

Motivation: My kids love to look at family photos but can't be trusted with any app that has a "delete" button.

Dependencies

Rust

Run (easy way)

cargo install photo_shoop

Then, in your photos folder:

photo_shoop

Update to latest version

cargo install photo_shoop --force

Run in development mode

cargo run or cargo-watch -x run.

Run (hard way, local install)

Download repo, add photo folders to project root, then cargo run -r.

Dependencies

~18–32MB
~551K SLoC