Crates.io | ispot |
lib.rs | ispot |
version | 0.3.0 |
source | src |
created_at | 2019-09-21 11:18:55.314485 |
updated_at | 2019-10-15 06:41:41.971717 |
description | Convert iTunes playlists to Spotify playlists. |
homepage | |
repository | https://github.com/qstorey/ispot |
max_upload_size | |
id | 166461 |
size | 121,792 |
Convert iTunes playlists to Spotify playlists.
WARNING: This project is a work in progress.
Register your Spotify application in the developer dashboard.
cargo install ispot
# 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
# Clone the repo
git clone https://github.com/qstorey/ispot
# Build a debug version
cd ispot
cargo build
# Run the unit tests
cargo test