3 个不稳定版本
0.3.0 | 2019 年 10 月 15 日 |
---|---|
0.2.1 | 2019 年 9 月 22 日 |
0.2.0 | 2019 年 9 月 21 日 |
#903 in 音频
28KB
651 行
ispot
将 iTunes 播放列表转换为 Spotify 播放列表。
警告:此项目仍在开发中。
安装
在开发者 仪表板 中注册您的 Spotify 应用程序。
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
依赖项
~28–40MB
~651K SLoC