20 lines
507 B
Markdown
20 lines
507 B
Markdown
# How does it work?
|
|
|
|
> copy music to the music folder
|
|
|
|
```sh
|
|
python scripts/music_import.py -h # For help
|
|
# e.g.: python scripts/music_import.py music_db/terraria.csv ./<source_folder> ./music
|
|
```
|
|
|
|
Basically, I forgot, I know that you have to download music somehow, create
|
|
some rules in csv format, just check `music_db/terraria.csv` and use it as
|
|
template, then run `scripts/music_import.py` to copy the music in the
|
|
`music` directory
|
|
|
|
After this you can run the command to play music
|
|
|
|
```sh
|
|
. ./mood
|
|
```
|