Add blog entry
This commit is contained in:
parent
d8132b785d
commit
27de298cf4
@ -1,4 +1,7 @@
|
|||||||
# Google Photo Album Sync
|
# Google Photo Album Sync
|
||||||
|
|
||||||
|
[![Read the blog entry at c0ntroller.de](https://c0ntroller.de/img/read-blog.svg)](https://c0ntroller.de/#/project/photo-sync)
|
||||||
|
|
||||||
A script that will download all images from an album.
|
A script that will download all images from an album.
|
||||||
Perfect to use if you have a local directory for your background, chromecast or whatever.
|
Perfect to use if you have a local directory for your background, chromecast or whatever.
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ async function syncImage(imageObject) {
|
|||||||
|
|
||||||
Solution: We use a counter to keep track of how many times we've downloaded
|
Solution: We use a counter to keep track of how many times we've downloaded
|
||||||
the same filename. This is only dependend on the sync but not accross syncs.
|
the same filename. This is only dependend on the sync but not accross syncs.
|
||||||
This want work when the creation time of the images change because Google sorts
|
This wont work when the creation time of the images change because Google sorts
|
||||||
images by that. And we can't sort them ourself because "orderBy" needs a
|
images by that. And we can't sort them ourself because "orderBy" needs a
|
||||||
"dateFilter" and that is exclusive with the "albumId"...
|
"dateFilter" and that is exclusive with the "albumId"...
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user