chtaylo2 / Roku-GooglePhotos

Roku-GooglePhotos (https://www.photoviewapp.com)
https://channelstore.roku.com/details/133629/google-photos-album
MIT License
72 stars 23 forks source link

Feature Request: Allow favorites as an album #333

Closed cpankonien closed 3 years ago

cpankonien commented 4 years ago

please include the ability to select "favorites" as an album.

chtaylo2 commented 4 years ago

I've looked at this in the past and at the time Google API did not have this ability to pull albums marked as favorites. I'll review again, but their API is far limited to what photos.google.com allows.

chtaylo2 commented 3 years ago

This has recently been enabled in the GooglePhotos API. The plan will be to create a new entry under "DynamicAlbum" section with the option to view photos marked as Favorites.

Filter needed: { "filters": { "featureFilter": { "includedFeatures": [ "FAVORITES" ] } } }

cpankonien commented 3 years ago

has this been released? I am unable to find it in dynamic albums.

chtaylo2 commented 3 years ago

Not yet, due to https://github.com/chtaylo2/Roku-GooglePhotos/issues/364 had to pull back release to add this in. Still doing code testing.

cpankonien commented 3 years ago

ok thanks.

On Tue, Feb 9, 2021 at 10:17 PM Chris Taylor notifications@github.com wrote:

Not yet, due to #364 https://github.com/chtaylo2/Roku-GooglePhotos/issues/364 had to pull back release to add this in. Still doing code testing.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/chtaylo2/Roku-GooglePhotos/issues/333#issuecomment-776409525, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO62UT2L7IMPH3KUOOLXINLS6H3GFANCNFSM4P4TRLJQ .

chtaylo2 commented 3 years ago

@cpankonien - Here's a candidate release if you'd like to try it: https://my.roku.com/account/add/MLTNH6 Should be published in the Channel store soon.