Files
spotiflac-cli/README.md
T
Patrick Canal f287bd4458 docs: add archive warning
Added warning about the original SpotiFLAC project and recommended Lidarr as an alternative.
2026-08-02 14:29:05 +02:00

32 lines
836 B
Markdown

# spotiflac-cli
<p align="center">
<img src="./assets/logo.png" width=300 height=300/>
</p>
> [!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.