exislow / tidal-dl-ng

TIDAL Media Downloader Next Generation! Up to HiRes Lossless / TIDAL MAX 24-bit, 192 kHz.
GNU Affero General Public License v3.0
258 stars 22 forks source link

[Feature] Self contained binaries through GitHub actions #157

Open MichelJonkman opened 1 month ago

MichelJonkman commented 1 month ago

Current Situation

Currently the only way to use the package is through pip, which can cause conflicts with other packages installed on the system.

Suggestion / Feature Request

It would be very nice to have a self contained binary to use, this would make the package much more portable and allows non-technical people to use it much more easily.

In my case I want to create my own GUI application that downloads the latest version either automatically or by giving the user directions, depending on what your license allows. This would be much easier if a self contained binary is available!

MichelJonkman commented 1 month ago

Nvm, I didn't notice the releases were already binaries...

MichelJonkman commented 1 month ago

And I now just noticed that that's only the gui version :')