# Spt-Sync A tool to sync your Spotify playlist to a compatible Subsonic server. ## Build and run You first have to install [Rust](https://www.rust-lang.org/tools/install) ( usage of `rustup` is recommended ) First copy and rename the .env file and fill it with the correct credentials for Spotify ([Spotify Dashboard](https://developer.spotify.com/dashboard/)) and your subsonic server Then copy and paste the Spotify playlist URL in a file named `playlist.txt` Run without optimizations : ```bash cargo run ``` You can also install it with : ```bash cargo install --path . ``` On the first launch you'll have to connect to your spotify account via a web browser