blaise-io / acelink

Play Ace Streams on macOS using Docker.
MIT License
747 stars 49 forks source link

How can I clear Acelink cache? #54

Closed realrodri closed 1 year ago

realrodri commented 1 year ago

How can I easily clean Acelink cache? I use VLC to reproduce videos, but can I somehow clear the cache Acelink makes? Also, I have no idea if Acelink makes any cache at all, and if it deletes it every time it's closed, but I want to make sure I can free up as many disk space as possible.

Thanks!

blaise-io commented 1 year ago

Acestream cache is removed when you stop or restart a stream, or when you quit Ace Link.

realrodri commented 1 year ago

Acestream cache is removed when you stop or restart a stream, or when you quit Ace Link.

Sounds good, but how can I make sure it does?

blaise-io commented 1 year ago

Happens automatically. Docker container is restarted for each stream, Docker container is started with --rm flag which throws away all data after running. Search for that flag in the source code.

realrodri commented 1 year ago

Happens automatically. Docker container is restarted for each stream, Docker container is started with --rm flag which throws away all data after running. Search for that flag in the source code.

Awesome! Thank you for the clarification :)