# spotiflac-cli
> [!WARNING]
> The original SpotiFLAC project which this cli derives from is such a mess that i decided not to proceed any further with the development.
>
> I highly suggest to take a look at [Lidarr](https://github.com/Lidarr/Lidarr) and ignore SpotiFLAC which is constantly broken (at least in the OSS version).
Spotify downloader with playlist sync in mind.
## Usage
```bash
spotiflac-cli download [URL]
```
## How to install
1) Clone the repo
```bash
git clone https://github.com/Superredstone/spotiflac-cli
```
2) Download the required libraries
```bash
./tools/fetch_spotiflac_backend.sh
```
3) Go get all the dependencies
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.