ispot

Crates.ioispot
lib.rsispot
version0.3.0
sourcesrc
created_at2019-09-21 11:18:55.314485
updated_at2019-10-15 06:41:41.971717
descriptionConvert iTunes playlists to Spotify playlists.
homepage
repositoryhttps://github.com/qstorey/ispot
max_upload_size
id166461
size121,792
Quiran Storey (qstorey)

documentation

README

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
Commit count: 9

cargo fmt