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

is there a function to show recent x days pictures only? #144

Open
jangshik opened this issue Dec 6, 2023 · 1 comment
Open

is there a function to show recent x days pictures only? #144

jangshik opened this issue Dec 6, 2023 · 1 comment

Comments

@jangshik
Copy link

jangshik commented Dec 6, 2023

just wondering. i have a single album that grows with my child, and i am pushing the images to his both grandparents.

is there a option to show recent pictures that are x days old only?

@klalle
Copy link
Contributor

klalle commented Dec 10, 2024

just wondering. i have a single album that grows with my child, and i am pushing the images to his both grandparents.

is there a option to show recent pictures that are x days old only?

easiest is probably to sync the images to the remotes instead of pushing them...
I use rclone to automatically sync images from dropbox to the rpi, rclone is very powerful and can easily be configured to remove old photos from remote which is default if you use sync.
It might be the --max-age you are looking for
example:

rclone sync /source/path remote:/destination/path \
    --max-age 1y \
    --include "*.jpg" \
    --include "*.png" \
    --include "*.jpeg"

you first have to setup rclone to access a source (I use dropbox)

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

2 participants