RemixDev's Devlog
5.41K subscribers
1 photo
2.11K links
Download Telegram
Deezer changed the mobile API so now the loginless download won't work anymore.
If you want to keep using the app you must log in.

If you're running in server mode or using the android port you can see how to login following this guide
Deezloader is officialy discontinued
It will still works but any new issue or bug discovered won't be addressed and won't be updated
The repo is now locked and the issue repo is now deleted.

I'm now working on a replacement called deemix. This project will work like Deezloader if not even better. It can be easily ported to other languages as it's codebase is well structured and not in one single file.
Once the python prototype will be done I will separate the core from the GUI (so other devs can make their own UIs)

The group @DeezloaderRemixCommunity is now closed, as I can't manage a group and write the app at the same time.

This channel will be the only channel that I will continue using and expect updates from me here.

If you want to help in the development of deemix write me a PM saying what you can do to help (It doesn't need to be only code). PM me only if you really want to help, I don't want someone saying "Oh yeah, I'll help" and then they don't do anything.
Should I put here the repo bot that posts new commits automatically?
Might be too many messages
Final Results
64%
Yes, I don't mind it
36%
No, it's too messy. Move it to another channel
💾 Project: deemix
🔧 Branch: master
📦 Commit: df7d8cae08
Added download button for other types of releases
💾 Project: deemix
🔧 Branch: master
📦 Commit: 734c11b7b5
Fixing download queue
💾 Project: deemix
🔧 Branch: master
📦 Commit: 28f7c86627
Fixed downloading related issues
- Fixed album cover download and saving
- Fixed download list initialization on reload
- Adjusted download object layout
💾 Project: deemix
🔧 Branch: master
📦 Commit: cd49229df2
Preparing for separation of the GUI from the core
💾 Project: deemix
🔧 Branch: master
📦 Commit: d6ddccfafd
Added clear and cancel queue buttons
💾 Project: deemix
🔧 Branch: master
📦 Commit: e073cb38e8
Made download cancelling process more clear
💾 Project: deemix
🔧 Branch: master
📦 Commit: 85b3b4a2a0
Implemented settings load and save
💾 Project: deemix
🔧 Branch: master
📦 Commit: 43049374e7
Added port argument for server.py
e.g. now you can type:
python server.py 9999
to change the port to 9999
💾 Project: deemix
🔧 Branch: master
📦 Commit: d56d08a0e7
Fixed main.py not starting
💾 Project: deemix
🔧 Branch: master
📦 Commit: 5e6df43477
added local and embedded artwork size in settings
💾 Project: deemix
🔧 Branch: master
📦 Commit: f656a92ee4
Merge branch 'master' of uh_wot/deemix into master
💾 Project: deemix
🔧 Branch: master
📦 Commit: 1db6d39860
Added license
💾 Project: deemix
🔧 Branch: master
📦 Commit: ef8988fb81
Added support for spotify playlists
💾 Project: deemix
🔧 Branch: master
📦 Commit: 8bd2e937f4
Switched pywebview with webview
💾 Project: deemix
🔧 Branch: master
📦 Commit: bf70eb40a5
Abstractized socketio with MessageInterface
💾 Project: deemix
🔧 Branch: master
📦 Commit: d61e9d5229
made integer type settings not save as strings
💾 Project: deemix
🔧 Branch: master
📦 Commit: ebf87e9c49
Merge branch 'master' of uh_wot/deemix into master