2020-04-11 14:44:52 +00:00
|
|
|
# WARNING
|
|
|
|
This app is not finished, some functions may not work.
|
|
|
|
|
2020-02-17 16:02:52 +00:00
|
|
|
# How to use
|
2020-04-11 14:44:52 +00:00
|
|
|
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>
|
2020-02-23 21:51:16 +00:00
|
|
|
Install the dependencies using `pip install -r requirements.txt`<br>
|
2020-04-08 22:05:57 +00:00
|
|
|
Run `python -m deemix --help` to see how to use the app<br>
|
|
|
|
Run `python server.py` to start just the server<br>
|
2020-02-17 16:02:52 +00:00
|
|
|
|
|
|
|
# TODO
|
2020-03-21 13:55:16 +00:00
|
|
|
Finish porting all features:
|
|
|
|
- logging
|
2020-04-08 22:05:57 +00:00
|
|
|
- finish the gui
|
2020-03-21 13:55:16 +00:00
|
|
|
- ?
|
|
|
|
|
|
|
|
Settings not yet implemented:
|
|
|
|
- savePlaylistAsCompilation
|
2020-04-15 09:12:25 +00:00
|
|
|
|
|
|
|
# License
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|