mvysny / photocloud-frame-slideshow

Android Digital Photo Frame
https://www.android-photo-frame.eu
15 stars 1 forks source link

DLNA sourced photos fill up all available device space #54

Closed wolfzh closed 6 years ago

wolfzh commented 6 years ago

Hi

On my tablet running Android 7.1.2, when I use DLNA as the photo source, all pictures displayed get stored in full size on the local filesystem in folder files/tmp_download. After a few hours, the filesystem is full.

I really like your application and would love if this could be fixed. This is unrelated to the photo cache feature. It happens regardless of the cache size configured, even with cache disabled.

Android will correctly report the data usage for the application. If I hit clear data, then the storage is freed up, but I also lose the stream setup.

mvysny commented 6 years ago

Hi, thank you for letting me know. This is very serious, and I apologize for the inconvenience. I will try to look at this quickly. PhotoCloud should delete photos from tmp_download right after they've been downloaded and moved to a temporary buffer (the buffer is used to store the history of 5 most recent photos).

mvysny commented 6 years ago

Fixed in PhotoCloud 1.10.4

wolfzh commented 6 years ago

Great, thank you. Looking forward

mvysny commented 6 years ago

New version pushed to Google Play, stay tuned :) As a workaround, you don't need to clear the data via Android - if you kill PhotoCloud and start it anew, it will automatically delete the temp dir with the downloaded photos, thus freeing disk space.