Update README.md

This commit is contained in:
Cassandra de la Cruz-Munoz 2023-10-22 21:02:44 +02:00
parent 3acee4a04b
commit 1ca6fe5b8f

View File

@ -2,9 +2,11 @@
## Usage
`python3 path/to/rotateMusic.py path/to/library path/to/media/player/storage [amount of storage in bytes to use]`
`python3 path/to/rotateMusic.py --library="path/to/library" --playerStorage="path/to/media/player/storage" --maxBytes=[max amount of bytes to fill]`
warning: it deletes the `path/to/media/player/storage` folder and all it's contents as part of the process
warning: it deletes the `playerStorage` folder and all it's contents as part of the process
all arguments are required
## License