alexwohlbruck / google-photos-wallpaper

Sets your wallpaper each day from your Google Photos albums.
MIT License
14 stars 2 forks source link

Filter out videos from albums #6

Open alexwohlbruck opened 4 years ago

alexwohlbruck commented 4 years ago

The Photos API does not allow filters on an album search, so a manual filter will be required to remove video results. When retrieving an album's mediaItems, remove any results with a filename property ending in '.mp4', '.avi', '.mov', etc. Ensure case insensitivity.

alexwohlbruck commented 2 years ago

See #7