Crude tool to somewhat interactively import tracks from CSV files to Spotify playlists
Install (see below) and prepare a CSV file. The file:
- must have a header row
- must contain columns
track
andplaylists
(will be lower-cased)track
will be used for matchingplaylists
can contain multiple playlist names separated by|
- should contain columns
artist
andalbum
for better matching - may contain additional columns
Run
listify --help
for options.
listify -d ';' -o added.csv demo.csv
Note: The tool will try to open a browser window to acquire a required Spotify API access token.
listify requires Node.js 10 or newer.
npm install -g @luzat/listify
- CSV for Node.js - CSV handling
- spotify-web-api-node - Spotify API wrapper
- see package dependencies for more
- Thomas Luzat - luzat
This project is licensed under the ISC License - see the LICENSE file for details