Skip to content

Reads Albums from a CSV file and imports them into your Tidal profile

License

Notifications You must be signed in to change notification settings

Nugman/csv2tidal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv2tidal

A command line tool for importing a list of Albums into your Tidal profile.

Installation

Clone this git repository and then run:

python3 -m pip install -r requirements.txt

CSV Format

the CSV file should be in format:

artist,title

The file must be UTF8 encoded and must not have a heading line.

Usage

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.

Credits

The inspiration to write this script came from RZetko, login code was borrowed from spotify_to_tidal.

About

Reads Albums from a CSV file and imports them into your Tidal profile

Topics

Resources

License

Stars

Watchers

Forks

Languages