spotDL / spotify-downloader

Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
https://spotdl.readthedocs.io/en/latest/
MIT License
17.14k stars 1.57k forks source link

Change this title, poorly formatted issues will not be handled #1420

Closed PierreSurGitHub closed 2 years ago

PierreSurGitHub commented 2 years ago

System OS

Windows

Python Version

3.9 (CPython)

Install Source

GitHub

Install version / commit hash

3.9.0

Expected Behavior vs Actual Behavior

Hi,

Your project is amazing please continue !

So there is the problem, I was happy to download the songs, but I notice when I downloaded them and put them into "Fakin The Funk" that they are "fake" flac. They seams like having the good speed transmission ( over 1500) but they have the mp3 speed (320). So we are downloading fake lossless cause they are running on 320.

Steps to reproduce

spotdl "song" --output-format "flac"

Traceback

No error, just checked on a software to see if the flac is real or fake, they are not lossless

Other details

No response

Silverarmor commented 2 years ago

We use FFmpeg to convert to flac. See this stack exchange thread for anything else. https://superuser.com/questions/1558158/ffmpeg-conversion-from-mp3-to-flac-why-is-the-file-so-large

For general support, please talk in our Discord, as this is not a bug report.