#spotify #itunes #cli

bin+lib ispot

Convert iTunes playlists to Spotify playlists

3 unstable releases

0.3.0 Oct 15, 2019
0.2.1 Sep 22, 2019
0.2.0 Sep 21, 2019

#924 in Audio

Download history 23/week @ 2024-02-20 34/week @ 2024-02-27

57 downloads per month

MIT license

28KB
651 lines

ispot

Convert iTunes playlists to Spotify playlists.

WARNING: This project is a work in progress.

Installation

Register your Spotify application in the developer dashboard.

cargo install ispot

Usage

# Authenticate with the Spotify API
ispot auth

# Match iTunes playlist and create Spotify playlist
ispot spotify match-playlist /path/to/itunes/playlist

# More help
ispot --help

Development

# Clone the repo
git clone https://github.com/qstorey/ispot

# Build a debug version
cd ispot
cargo build

# Run the unit tests
cargo test

Dependencies

~32MB
~598K SLoC