Posts: 13,473
Threads: 305
Joined: Mar 2018
Reputation:
545
Hi,
This is a status thread for upcoming moOde 7.4.0 release. Generally the focus of the 7.4.0 release is on bug fixes and updates but may also include completion of the backup/restore settings feature and integration into the UI.
-Tim
Posts: 24
Threads: 0
Joined: Sep 2020
Reputation:
0
Tim, could you add an option to control spotify cache and cache size? Today the default is nocache, but librespot offers cache options and how to control it size. It is just a parameter option on the UI and a variable on code.
Posts: 13,473
Threads: 305
Joined: Mar 2018
Reputation:
545
The main issue with having the cache enabled is that disk space gets eaten up very quickly which leads to also having to implement a "clear file cache" option even if there is a cache size limit.
I'm still not clear what benefit there is to having a file cache since IIRC it's primary purpose is to facilitate offline playback but I don't think that scenario is applicable for moOde.
Posts: 13,473
Threads: 305
Joined: Mar 2018
Reputation:
545
Right, but what usage scenario benefits from having a file cache?
Posts: 24
Threads: 0
Joined: Sep 2020
Reputation:
0
07-04-2021, 06:13 PM
(This post was last modified: 07-04-2021, 06:15 PM by oculto.)
I can speak for myself only, because living in a 3rd world country, internet traffic and stability is still an issue… the cache solve my intermittent problems with Spotify. All my other files are local for the same reason (sd card).
Posts: 13,473
Threads: 305
Joined: Mar 2018
Reputation:
545
07-04-2021, 08:42 PM
(This post was last modified: 07-04-2021, 08:43 PM by Tim Curtis.)
Its a valid usage scenario but as I mentioned earlier implementing it is a bit more involved than just adding a few params to the config screen. I'll add to the TODO list to investigate.