bbye98 / minim

A collection of music service (iTunes, Qobuz, Spotify, TIDAL) APIs for media information retrieval and semi-automated music tagging.
https://bbye98.github.io/minim/
GNU General Public License v3.0
40 stars 2 forks source link

Getting Tidal API Link #20

Open monke8555 opened 5 days ago

monke8555 commented 5 days ago

When i login through tidal with the PKCE flow, i dont understand how to do this step:

After authorizing Minim to access TIDAL on your behalf, copy and paste the URI beginning with 'tidal://login/auth' below.

Because my browser just shows me this:

Where do I copy it from? Thank you

bbye98 commented 5 days ago

Your browser is attempting to redirect you to the TIDAL app since you have it installed. You either have to find a way to disable that redirect, or get the redirect URL by monitoring the Network tab of your browser's Developer Tools (in Chromium-based browsers, you can access this by pressing F12).

Also, I recommend you remove the image you attached, as it contains personally-identifiable information (your email).

monke8555 commented 5 days ago

Alright I'll try that, and as for the image i specifically took one more to not include my email and accidentally uploaded the first one 😅 Thanks a lot!