Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


new problem with upmpdcli Tidal plugin
#45
So the two choices are

1) edit two lines in the existing /usr/share/upmpdcli/cdplugins/tidal/tidalapi/__init__.py file

lines 62/63 currently read

Code:
       self.api_location = 'https://api.tidal.com/v1/'
       self.api_token = 'xxxxxxxxxxxxxxxxxxxxxxxxx'

As root, use your favorite editor (for example, sudo vi __init__.py) to change these lines to read

Code:
       self.api_location = 'https://api.tidalhifi.com/v1/'
       self.api_token = 'xxxxxxxxxxxxxxxxxxxxxxxxx'

Save the file and reboot.

or

2) download the corresponding __init__.py file from JFD's repo and, as root, copy it to the same directory /usr/share/upmpdcli/cdplugins/tidal/tidalapi. I'd first save the existing file just in case.


Regards,
Kent
Reply


Messages In This Thread
RE: new problem with upmpdcli Tidal plugin - by TheOldPresbyope - 05-18-2020, 02:25 PM

Forum Jump: