A command line tool for importing a list of Albums into your Tidal profile.
Clone this git repository and then run:
python3 -m pip install -r requirements.txt
the CSV file should be in format:
artist,title
The file must be UTF8 encoded and must not have a heading line.
To import your list of albums into you Tidal profile run:
python3 csv2tidal.py [file]
On first usage you will be asked to login into Tidal with the provided URL to register the API client. The session will be saved for future use, but when it expires you might be asked to login again.
Important!
The script is writing a file named .session
after first login. Keep this file secret as it contains the session keys to login into your Tidal account.
The inspiration to write this script came from RZetko, login code was borrowed from spotify_to_tidal.