Skip to content
/ listify Public

Crude tool to somewhat interactively import tracks from CSV files to Spotify playlists

License

Notifications You must be signed in to change notification settings

luzat/listify

Repository files navigation

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 track and playlists (will be lower-cased)
    • track will be used for matching
    • playlists can contain multiple playlist names separated by |
  • should contain columns artist and album for better matching
  • may contain additional columns

Run

listify --help

for options.

Example usage

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.

Prerequisites

listify requires Node.js 10 or newer.

Installing

npm install -g @luzat/listify

Built With

Authors

License

This project is licensed under the ISC License - see the LICENSE file for details

About

Crude tool to somewhat interactively import tracks from CSV files to Spotify playlists

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published