Created
January 4, 2018 11:28
-
-
Save riad-uk/3003fa0183b464a0b0d2ca2e77afe477 to your computer and use it in GitHub Desktop.
Tidal Dev tokens for 3rd Party apps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
browser = 'wdgaB1CilGA-S_s2' # Streams HIGH/LOW Quality over RTMP, FLAC and Videos over HTTP, but many Lossless Streams are encrypted. | |
android = 'kgsOOmYk3zShYrNP' # All Streams are HTTP Streams. Correct numberOfVideos in Playlists (best Token to use) | |
ios = '_DSTon1kC8pABnTw' # Same as Android Token, but uses ALAC instead of FLAC | |
native = '4zx46pyr9o8qZNRw' # Same as Android Token, but FLAC streams are encrypted | |
audirvana = 'BI218mwp9ERZ3PFI' # Like Android Token, supports MQA, but returns 'numberOfVideos = 0' in Playlists | |
amarra = 'wc8j_yBJd20zOmx0' # Like Android Token, but returns 'numberOfVideos = 0' in Playlists | |
# Unkown working Tokens | |
token1 = 'P5Xbeo5LFvESeDy6' # Like Android Token, but returns 'numberOfVideos = 0' in Playlists | |
token2 = 'oIaGpqT_vQPnTr0Q' # Like token1, but uses RTMP for HIGH/LOW Quality | |
token3 = '_KM2HixcUBZtmktH' # Same as token1 |
I have completely reverse engineered the TIDALAPI and currently working on a TIDAL C Library. This is the documentation repository. Here are some API-Keys that are DRM-Free. I still have at least 10 DRM-Free client_ids in a private repo.
https://github.com/openTIDAL/docTIDAL/wiki/API-Keys
https://github.com/openTIDAL/docTIDAL/wiki/
Where did you find more API keys? I couldn’t find any that still work fine with the older API.
Nice work in anyway!
I won't disclose the exact way because TIDAL could change it at anytime. But it was a lot of work :)
_DSTon1kC8pABnTw still works as an API key in Strawberry music player in Linux. Thank you!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No problem. Go to the Releases section and download the latest version of TidalSwift.zip (in the assets section).
Unzip the file (probably happens automatically after download) and put the app into your Applications folder.
From there right click the App, hit Open and confirm that you want to open the app. This only needs to be done on first launch. After that you can open the app using Spotlight, Double clicking it or any other common method.
To download a song, you log-in with HiFi quality selected. Search for the song / album / playlist you want to download. Right click on it an hit Download. The downloaded file is in ALAC format (AAC when selecting low or high quality at log-in). ALAC files are lossless (just like FLACs) but play a little nicer with Apple devices. You can easily convert Apple Lossless files to FLAC though afterwards.