Updated Audio module (markdown)

Twentysix 2016-03-22 17:38:45 +01:00
parent 65bd89837c
commit 509bfc7154

@ -16,3 +16,11 @@ 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 <playlist_name>`
## 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.