@luzat/listify
v1.0.0
Published
Reads a CSV with songs and imports them into Spotify
Downloads
14
Readme
listify
Crude tool to somewhat interactively import tracks from CSV files to Spotify playlists
Getting Started
Install (see below) and prepare a CSV file. The file:
- must have a header row
- must contain columns
trackandplaylists(will be lower-cased)trackwill be used for matchingplaylistscan contain multiple playlist names separated by|
- should contain columns
artistandalbumfor better matching - may contain additional columns
Run
listify --helpfor options.
Example usage
listify -d ';' -o added.csv demo.csvNote: The tool will try to open a browser window to acquire a required Spotify API access token.
Prerequisites
listify requires Node.js 10 or newer.
Installing
npm install -g @luzat/listifyBuilt With
- CSV for Node.js - CSV handling
- spotify-web-api-node - Spotify API wrapper
- see package dependencies for more
Authors
- Thomas Luzat - luzat
License
This project is licensed under the ISC License - see the LICENSE file for details
