-
Notifications
You must be signed in to change notification settings - Fork 749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
volspotconnect2 and caching #454
Comments
Well, this is multifold: |
In earlier version of the plugin, I had a cache handling with auto flush when a define size was reached. Maybe we can pull it from dust? |
Thanks for your answers! I think with durable SD cards like Samsung PRO Endurance available it would be okay to write directly to the SD card. Also using a big SD card rather than a small one would help because data will be written less often to the same cell. So if you agree I think we need:
How does the the cleanup script get triggered - by using cron? |
It uses a system d timer as far I remember |
What is the reason for disabling caching in /data/plugins/music_service/volspotconnect2/volspotify.toml? Is it because the cache size can not be limited?
I activated it anyway and caching seems to work. The files directory get's filled up with files as I play Spotify songs. Probably the cache needs to be moved to it's own size limited partition or volume so it will not fill up the whole SD card.
The text was updated successfully, but these errors were encountered: