NicholasDawson / ArchiverForGooglePhotos

A tool to maintain an archive/mirror of your Google Photos library for backup purposes.
GNU General Public License v3.0
190 stars 30 forks source link

Option to download only favorite photos from Google Photos #2

Closed steveny2k closed 3 years ago

steveny2k commented 3 years ago

Photos in Google Photos are often too many to download all of them. It would be great to provide an option to download only the favorite photos.

NicholasDawson commented 3 years ago

Favorite ones, as in the ones you have starred?

I can see if that's a parameter in the json that I download from.

Nick

On Sun, Sep 6, 2020, 1:47 AM Steven Yan notifications@github.com wrote:

Photos in Google Photos are often too many to download all of them. It would be great to provide an option to download only the favorite photos.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NicholasDawson/GooglePhotosArchiver/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJB2IZRKV3Y3EVZDFGTGV3DSEMO7LANCNFSM4Q35QDIQ .

steveny2k commented 3 years ago

Yes, I meant to say starred. Thanks!

NicholasDawson commented 3 years ago

I was reading up on this, and yes it is possible.

https://developers.google.com/photos/library/reference/rest/v1/mediaItems/search#Feature

I will take a look into this when I have some more time on my hands. I also have plans to multithreaded this application and make a CLI and maybe publish it as a python package.

I will keep you updated.

steveny2k commented 3 years ago

Great! many thanks!

NicholasDawson commented 3 years ago

I know this is a long time coming, but I recently updated the program and it can now download only favorites. Check it out!

steveny2k commented 2 years ago

Great! thanks. Will try it out.

steveny2k commented 2 years ago

This new feature works quite well. Thanks!