mvysny / photocloud-frame-slideshow

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

Increase Cache Size available device storage #102

Closed feutl closed 5 years ago

feutl commented 5 years ago

I am using old tablets and SoC devices dedicated for photocloud, They are connected to monitors or as a tablet being standalone. All of this devices have actually lots of internal storage available, form 8GB to 32GB, in my case.

The users of my nextcloud instance, also used for photocloud, move pictures in and out of different folders used with the photocloud devices. In all of this cases, they use the full-size images from their mobile phones or even their dedicated cameras. No one is resizing them upfront, therefor the max. 2GB space is allocated more often than I thought. This, automatically puts more load on the internet connection of the hosted nextcloud instance and the local internet connection where the photoframe is being used.

I would like to see an option to increase the cache usage to the maximum available space on the device itself. This is done by lots of streaming/move apps for offline content storage. The device itself has the space, the pictures do not need to be re-downloaded because of "saturated" cache space, and this helps to save internet bandwidth usage, and also allows the device to stay offline for some time, but show pictures.

mvysny commented 5 years ago

Sounds good, I'm thinking of adding the following options:

feutl commented 5 years ago

sounds great 👍

mvysny commented 5 years ago

Implemented in 1.13.7

feutl commented 5 years ago

I am giving feedback as soon as I do have time and get access to the devices running photocloud.

feutl commented 5 years ago

I tested this option on my odroid running 4.4 and it seems to work quite fine :) My tablet I am using is running on 4.1 which is not getting any updates at all any more.

thanks