Go to file
RemixDev f530a4e89f Merge refactoring (#4)
Removed saveDownloadQueue and tagsLanguage from lib settings

Revert embedded cover change

Fixed bitrate fallback check

Use overwriteFile setting when downloading embedded covers

Fixed bitrate fallback not working

Fixed some issues to make the lib work

Implemented spotify plugin back

Better handling of albums upcs

Fixed queue item not cancelling correctly

Code parity with deemix-js

Code cleanup with pylint

Even more rework on the library

More work on the library (WIP)

Total rework of the library (WIP)

Some rework done on types

Added start queue function

Made nextitem work on a thread

Removed dz as first parameter

Started queuemanager refactoring

Removed eventlet

Co-authored-by: RemixDev <RemixDev64@gmail.com>
Reviewed-on: https://git.freezer.life/RemixDev/deemix-py/pulls/4
Co-Authored-By: RemixDev <remixdev@noreply.localhost>
Co-Committed-By: RemixDev <remixdev@noreply.localhost>
2021-06-27 16:29:41 -04:00
deemix Merge refactoring (#4) 2021-06-27 16:29:41 -04:00
.gitignore Merge refactoring (#4) 2021-06-27 16:29:41 -04:00
.pylintrc Merge refactoring (#4) 2021-06-27 16:29:41 -04:00
LICENSE.txt Added license 2020-04-15 11:12:25 +02:00
README.md Updated README.md 2020-05-25 14:31:27 +02:00
icon.svg Updated logo file 2020-06-04 19:08:55 +02:00
requirements.txt Merge refactoring (#4) 2021-06-27 16:29:41 -04:00
setup.py Merge refactoring (#4) 2021-06-27 16:29:41 -04:00
updatePyPi.sh Merge refactoring (#4) 2021-06-27 16:29:41 -04:00

README.md

deemix

What is deemix?

deemix is a deezer downloader built from the ashes of Deezloader Remix. The base library (or core) can be used as a stand alone CLI app or implemented in an UI using the API.

Installation

NOTE: If python3 is "not a recognized command" try using python instead.

From PyPi

You can install the library by using pip:
python3 -m pip install deemix
If you install it this way you can use the deemix CLI by using deemix directly in your terminal instead of python3 -m deemix

Building from source

After installing Python open a terminal/command prompt and install the dependencies using python3 -m pip install -r requirements.txt --user
Run python3 -m deemix --help to see how to use the app in CLI mode.

What's left to do?

  • Write the API Documentation
  • Fix whatever is broken

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/.