BackInBash / DeezerSync

Application to Sync Soundcloud & Spotify Playlists to Deezer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you connect to Deezer ?

xfischer opened this issue · comments

Hi @BackInBash.

I'd like to use your repo to organize my Deezer playlists.
How do you connect to Deezer ? I have an an set up in Deezer API, but I cannot se how to login.

Thanks !

Hi, i´m using the private Deezer API.
For now you have to enter your arl Cookie Token (https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr/wiki/How-to-login-via-cookie) in the DeezerSync/DeezerSync/DeezerSync/Deezer/API/Login.cs

private string secret = "YOUR_TOKEN_GOES_HERE";

If you are able to get better search results. Please open up a Pull 😉

Cool ! Thanks. I'll let you know!