21 lines
596 B
Markdown
21 lines
596 B
Markdown
# WARNING
|
|
This app is not finished, some functions may not work.
|
|
|
|
# How to use
|
|
NOTE: Python 3 is required fot this app. If you're on windows you need Python 3.7 or you won't be able to install the dependencies<br>
|
|
<br>
|
|
Install the dependencies using `pip install -r requirements.txt`<br>
|
|
Run `python -m deemix --help` to see how to use the app<br>
|
|
Run `python main.py` to start the GUI<br>
|
|
Run `python server.py` to start just the server<br>
|
|
|
|
# TODO
|
|
Finish porting all features:
|
|
- logging
|
|
- finish the gui
|
|
- spotify playlist support
|
|
- ?
|
|
|
|
Settings not yet implemented:
|
|
- savePlaylistAsCompilation
|