Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Call cache cleaner when closing MellowPlayer #54

Closed
ZeroDot1 opened this issue Jun 4, 2017 · 1 comment
Closed

Call cache cleaner when closing MellowPlayer #54

ZeroDot1 opened this issue Jun 4, 2017 · 1 comment
Assignees
Milestone

Comments

@ZeroDot1
Copy link
Contributor

ZeroDot1 commented Jun 4, 2017

For Linux:
#!/bin/bash rm -rf /home/user/.cache/MellowPlayer/Covers/* rm -rf /home/user/.cache/MellowPlayer/QtWebEngine/Default/Cache/* rm -rf /home/user/.cache/MellowPlayer/qmlcache/* exit 0

Tested with Arch Linux.

@ColinDuquesnoy ColinDuquesnoy added this to the 3.0-final milestone Jun 5, 2017
@ColinDuquesnoy
Copy link
Owner

I don't think it is a good idea to clear the qmlcache, that defeats the whole purpose of this cache which is to speed up qml application startup.

For the QtWebEngine cache and the Covers cache, yes it could be useful. I'll add an option to run the cache cleaner on exit.

@ColinDuquesnoy ColinDuquesnoy self-assigned this Jun 24, 2017
@ColinDuquesnoy ColinDuquesnoy changed the title Add Cache Cleaner when closing MellowPlayer Call cache cleaner when closing MellowPlayer Jul 12, 2017
@ghost ghost removed the ready label Jul 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants