Upcoming moOde 7.4.0 release - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Upcoming moOde 7.4.0 release (/showthread.php?tid=3972) |
Upcoming moOde 7.4.0 release - Tim Curtis - 07-03-2021 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 RE: Upcoming moOde 7.4.0 release - Tim Curtis - 07-03-2021 Here's the WIP release notes. There are a couple new radio stations and several stations have updated URL's. [attachment=2399] [attachment=2400] [attachment=2401] The station checker is clean. Note that ArtSound always returns ? even though the playable URL is ok. Code: pi@rp2:~ $ moodeutl -U Code: ######################################################## RE: Upcoming moOde 7.4.0 release - oculto - 07-03-2021 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. RE: Upcoming moOde 7.4.0 release - Tim Curtis - 07-03-2021 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. RE: Upcoming moOde 7.4.0 release - oculto - 07-04-2021 cache-size-limit Limits the size of the cache for audio files. It's possible to use suffixes like K, M or G. CACHE_SIZE_LIMIT https://github.com/librespot-org/librespot/wiki/Options Librespot have now an option to manage cache size RE: Upcoming moOde 7.4.0 release - Tim Curtis - 07-04-2021 Right, but what usage scenario benefits from having a file cache? RE: Upcoming moOde 7.4.0 release - TheOldPresbyope - 07-04-2021 (07-04-2021, 01:12 PM)Tim Curtis Wrote: Right, but what usage scenario benefits from having a file cache? More bluntly, what problem is the OP having which is solved by re-enabling the cache option? We disabled the cache option a long time ago (in Internet years, that is) because it was causing an OOM. AFAICT we never had a problem with it disabled. True, the librespot devs have now introduced a cache-size limit which perhaps resolves the original issue but so what? Regards, Kent RE: Upcoming moOde 7.4.0 release - oculto - 07-04-2021 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). RE: Upcoming moOde 7.4.0 release - Tim Curtis - 07-04-2021 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. RE: Upcoming moOde 7.4.0 release - TheOldPresbyope - 07-04-2021 (07-04-2021, 06:13 PM)oculto Wrote: 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). Yup, it's a valid usage scenario. I'm curious. How much cache was needed to solve your problem and have you ever run the Ookla speed test or some similar test to see what kind of ping times and download speeds you get from your ISP? Regards, Kent |