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 it possible to support memories? #12

Closed
vspaziani opened this issue Mar 11, 2024 · 7 comments · Fixed by #13
Closed

Is it possible to support memories? #12

vspaziani opened this issue Mar 11, 2024 · 7 comments · Fixed by #13

Comments

@vspaziani
Copy link

It would be nice to cycle through memories as shown on the web. I have looked at the API could you possibly use the "getMemoryLane" function? I don't actually know C#.

What a great project!

@JW-CH
Copy link
Collaborator

JW-CH commented Mar 11, 2024

@vspaziani and only show memories? What is your Use-Case? I am interested in your thoughts, why the memories would be valuable to have.

@vspaziani
Copy link
Author

My use case is that I would like the frame to cycle through previous photos from this day historically. Currently when you log in on the web, there is a bar of historical photos from previous years. In reading the API I think it is exposed through that call. This would not be random photos but specific photos taken in previous years.

@3rob3
Copy link
Collaborator

3rob3 commented Mar 11, 2024

Google Home displays do this and I do enjoy that. I can see adding this, difficulty is how to implement. Personally I don’t have enough photos so it would only cycle through a handful each day, which is kind of useless. Others may have tons, and others in between. Maybe something like every 5 minutes display a random photo from memories if enabled?

@vspaziani
Copy link
Author

vspaziani commented Mar 11, 2024

@3rob3 Yes, I’m on the other end where I have a lot of photos. about 20-30 each day in memories. I don’t care if it is random, but that could work. I just wanted it to cycle through the pictures from this day historically.

@JW-CH
Copy link
Collaborator

JW-CH commented Mar 11, 2024

Oh, so you only would like to see memories and not albums? If you only have one memory, only one image is displayed right?

@vspaziani
Copy link
Author

Oh, so you only would like to see memories and not albums? If you only have one memory, only one image is displayed right?

That is correct. Only display the photos from this day. Maybe a splash screen or message when no memories?

@JW-CH
Copy link
Collaborator

JW-CH commented Mar 12, 2024

@vspaziani hope this helps :)

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

Successfully merging a pull request may close this issue.

3 participants