RotateMusic/README.md

13 lines
327 B
Markdown
Raw Normal View History

2023-10-22 20:55:20 +02:00
# RotateMusic
2023-10-22 20:59:05 +02:00
## Usage
2023-10-22 20:57:12 +02:00
2023-10-22 21:02:44 +02:00
`python3 path/to/rotateMusic.py --library="path/to/library" --playerStorage="path/to/media/player/storage" --maxBytes=[max amount of bytes to fill]`
2023-10-22 20:59:05 +02:00
2023-10-22 21:02:44 +02:00
warning: it deletes the `playerStorage` folder and all it's contents as part of the process
all arguments are required
2023-10-22 20:59:05 +02:00
## License
GNU AGPL-3-or-later