mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-09-20 09:11:14 +02:00
Added warning about the original SpotiFLAC project and recommended Lidarr as an alternative.
32 lines
836 B
Markdown
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.
|