-
-
Save sachinsenal0x64/0b7945a4a0df4c77ecf3bc7b7a7ee2f5 to your computer and use it in GitHub Desktop.
Tidal Music integration for Subsonic/Jellyfin/Plexamp. Hifi server values - https://github.com/sachinsenal0x64/hifi
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
| # (Recommended) https://developer.tidal.com/documentation/api-sdk/api-sdk-quick-start | |
| # All values are publicly available I have listed them here to save you time. | |
| # To make it work, you have to find the correct CLIENT_ID and TIDAL_HOST combination. | |
| # I don’t mention any specific combination due to legal reasons. | |
| # In this case, you’re on your own, and I am not responsible for any misuse. Use at your own risk. | |
| # "Pick one ID or see https://developer.tidal.com/documentation/api-sdk/api-sdk-quick-start" | |
| CLIENT_ID:: | |
| - "1ozX4gKj6qmZu4rg" | |
| - "jOIz6AHLQkTHNBjO" | |
| - "txNoH4kkV41MfH25" | |
| - "fX2JxdmntZWK0ixT" | |
| - "6BDSRdpK9hqEBTgU" | |
| MANAGE_HOST: "hifi.401658.xyz" | |
| MODE: "managed" | |
| SCHEME: "https" | |
| # "Choose one of the hosts below" | |
| TIDAL_HOST:: | |
| - "tidal.com" | |
| - "openapi.tidal.com" | |
| - "api.tidal.com" | |
| - "tidalhifi.com" | |
| - "api.tidalhifi.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment