0% found this document useful (0 votes)
10K views

Tutorial - How To Install Deemix On Windows

To install deemix on Windows, there are two options - a simpler method using a pre-built executable file or a manual method for advanced users. The simpler method involves downloading and extracting the executable file, then running it to access the web interface. The manual method requires installing Python, downloading and extracting the deemix files, opening a command prompt to install requirements and run the server script to start the web interface. Both methods require obtaining an ARL from Deezer to log in to the interface.

Uploaded by

ahem
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10K views

Tutorial - How To Install Deemix On Windows

To install deemix on Windows, there are two options - a simpler method using a pre-built executable file or a manual method for advanced users. The simpler method involves downloading and extracting the executable file, then running it to access the web interface. The manual method requires installing Python, downloading and extracting the deemix files, opening a command prompt to install requirements and run the server script to start the web interface. Both methods require obtaining an ARL from Deezer to log in to the interface.

Uploaded by

ahem
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

How to install deemix on Windows

Please support the development of deemix by donating to RemixDev


(any amount you can afford) https://www.paypal.me/RemixDev

If this guide has helped you, please make a small donation to


https://www.paypal.me/zsquare95

☺ Thank You ☺
How to install deemix on Windows
6 May 2020 Update – Simpler Method
• RemixDev has released an alpha build of deemix_webui. It comes with a simple
.exe file and you don’t need to install Python, which maybe challenging for novice
users.
• Download link for alpha build of deemix_webui:
https://drive.google.com/file/d/1aZMtdKSluXyk0gmyQ8jMb7y6zKdvOxGd/view
1. Install 7-Zip File Manager 64-bit exe. Open the deemix 7Z file with the password
“letmein”. (If Windows did not associate .7z extension with 7-Zip File Manager, choose “Look
for another app on this PC” and go to C:\Program Files\7-Zip\7zFM.exe )
2. Extract the 7Z file to a folder of your choice
3. Double click on the file deemix_webui.exe (If Windows Firewall alert pops up, tick allow access
on private & public networks.)
4. Open Google Chrome or Mozilla Firefox and navigate to
http://127.0.0.1:33333/
5. Login with ARL (see following pages). Do not close deemix_webui.exe
Enjoy! ☺
How to install deemix on Windows
Manual method for advanced users
• Download Python 3.7.x (not Python 3.8)
https://www.python.org/downloads/
• As of 5 May 2020, the latest version is Python 3.7.7 released on 10
March 2020.
• Choose Windows x86-64 executable installer for Windows 64-bit.
• Install python-3.7.7-amd64.exe (Before installation: Tick “Add Python 3.7 to PATH”. After installation: Click
“Disable path length limit”.)

• Download deemix https://notabug.org/RemixDev/deemix (look for


the download icon and select ZIP)
• Extract the .zip file that contains the deemix folder
• Go to the folder where you extracted
deemix, click File>Open command
prompt>Open command prompt
Type:
py -m pip install -r requirements.txt

Press Enter
Type:
py server.py

Press Enter
If you get an error message stating “Unable to create process using
‘/usr/env/bin python3 server.py’”, try:

py -3 server.py

instead and see if it works for you.


• Open your browser, go to http://127.0.0.1:33333/
• Click “Settings” on the left pane.
• Not so fast! You need to login with ARL first to proceed.
• Go to https://www.deezer.com/ and login to your account.
• Click on the lock icon to the left of the address bar and click “Cookies”.
• Click on deezer.com > cookies > arl
• Right-click the string next to Content > Select All & Copy
• Paste the string you just copied into the login form, and click “Update
ARL”.
• You are now logged in!

You can change the Download


Path to your preferred folder.
• Click on the Search button to search & download a song.
Do not close the Command Prompt window, as this will close the deemix web interface.
• Success! If you closed the window, you need to go to the deemix folder, open a Command Prompt
window, run py server.py (or py -3 server.py) to start the interface again.

If you used “6 May 2020 Simpler Method”, just open deemix_webui.exe again.

You might also like