Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 589 Bytes

TIDAL_README.md

File metadata and controls

12 lines (12 loc) · 589 Bytes

Tidal Plugin

Setup

The Tidal plugin requires tidalapi version 0.7.x, which isn't on PyPI on the time of writing. To install run:

git clone -b 0.7.x https://github.com/tamland/python-tidal.git
cd python-tidal/
python3 setup.py install

Logging in

I couldn't work out a good way of logging in from ultrasonic's web UI, so for now run python3 tidal_login.py and go to the link. When logged in, the session ids and keys will show in your terminal, copy them onto ultrasonic's tidal persistant settings page.