From 509bfc71548e8f0c0f9c86efbbf39174f9877a84 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Tue, 22 Mar 2016 17:38:45 +0100 Subject: [PATCH] Updated Audio module (markdown) --- Audio-module.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Audio-module.md b/Audio-module.md index 993576e..167d8c4 100644 --- a/Audio-module.md +++ b/Audio-module.md @@ -15,4 +15,12 @@ Requires mod permissions or superior. To make local playlists, open the localtracks folder located in data/audio. Every folder you make in localtracks counts as a different playlist and the name of the folder will be its name (no spaces allowed). Put as many mp3 / flac as you want in them. Then you can start it with: -`[p]local ` \ No newline at end of file +`[p]local ` + +## Cache + +Red downloads every track you play in data/audio/cache. After a while the folder will inevitably get big. +There are various commands to manage it: +`[p]cache` Shows current cache size +`[p]cache empty` Empties the cache +`[p]audioset maxcache` Sets the maximum size of the cache (in megabytes). After reaching it, the cache will empty automatically. If set to 0, auto cleanup is disabled. \ No newline at end of file