05-17-2020, 09:48 PM
(05-17-2020, 09:32 PM)kris_jag Wrote:(05-16-2020, 08:35 AM)dcottone Wrote: Hi guys,
I don't know if this post can help, but with the method described here I was able to obtain a new token and have the upmpdcli Tidal plugin working again.
Regards
Daniele
Hi Daniele,
Thank you for tip, but when you obtained the new token (with described on GitHub method), how you put (update?) it in the moOde? Is there some file accessible by SSH, where I can write it?
Best regards,
Krzysiek
Hi Krzysiek,
the file to modify is /usr/share/upmpdcli/cdplugins/tidal/tidalapi/__init__.py at row 63:
self.api_token = 'xxxxxxxxxxxxx'
Regards,
Daniele