mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
docs: add disclaimer to readme
Clarified project origins and limitations regarding Amazon and Qobuz downloads.
This commit is contained in:
@@ -4,6 +4,13 @@
|
||||
<img src="./assets/logo.png" width=300 height=300/>
|
||||
</p>
|
||||
|
||||
> [!IMPORTANT]
|
||||
> This project was originally based on [SpotiFLAC](github.com/afkarxyz/SpotiFLAC) which did not integrate a CLI and [the developer is not willing to add support for it](https://github.com/afkarxyz/SpotiFLAC/pull/381#issuecomment-3888433673).
|
||||
>
|
||||
> The code was a mess and not modular at all, which made adding new features painful. It was full of bad design choices. One of those bad design choices was not informing users how songs were actually downloaded. Tracks from Amazon were downloaded using what I later discovered to be closed-source APIs as M4A files, and then converted to FLAC with FFmpeg, which significantly reduced the quality. Qobuz as a source never existed in the first place, everything was downloaded either from Tidal or Amazon.
|
||||
>
|
||||
> For these reasons, I'm not going to support Amazon and Qobuz downloads until someone finds a better way to handle this.
|
||||
|
||||
Spotify downloader with playlist sync in mind.
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user