ebb-earl-co / tidal-wave

Waving at the TIDAL music service
Apache License 2.0
38 stars 2 forks source link

Finally Fix Windows Access Token Code Path #92

Closed ebb-earl-co closed 7 months ago

ebb-earl-co commented 7 months ago

Up until now, it was possible to use a TIDAL access token gleaned from Window's TIDAL for desktop application, but the process always failed.

This pull request implements the logic necessary to properly use access tokens from Windows, which primarily amounts to duplicating the decryption logic in yaronzz's Tidal-Media-Downloader project.

ebb-earl-co commented 7 months ago

This pull request should close #88 and, hopefully, pave the way to supporting access tokens retrieved from macOS some time down the line.