20 lines
455 B
Markdown
20 lines
455 B
Markdown
Bandcavall
|
|
==========
|
|
|
|
Making music available to be played but not to be downloaded is *so* stupid.
|
|
|
|
|
|
Run
|
|
-----
|
|
|
|
you'd better create a virtualenv and then do `pip install -r requirements.txt`.
|
|
After that, `python fetchcose.py --help` will be your friend.
|
|
|
|
Note that this will open *many* windows, which is annoying. If you want it to be nicer with your desktop, I'd suggest to:
|
|
|
|
```sh
|
|
Xephyr :1 &
|
|
export DISPLAY=:1
|
|
python fetchcose.py --blablablabla
|
|
```
|
|
|