05-18-2020, 02:25 PM
(This post was last modified: 05-18-2020, 05:21 PM by Tim Curtis.
Edit Reason: Best not to post these tokens in our Forum
)
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
As root, use your favorite editor (for example, sudo vi __init__.py) to change these lines to read
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
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