Rafiuth/Soggfy

FLAC support?

th1nhhdk opened this issue · 2 comments

FLAC support?

Seems that the original OGG files can be converted to FLAC (including album art) with ffmpeg.
The command I did to test it: ffmpeg -i "Train - Drive By.ogg" "Train - Drive By.flac"
With this, It seems all that needs adding is the extension to the list of available formats.

image

Worth noting that Spotify does not currently provide lossless tracks, converting the already lossy OGG to FLAC would only bloat the file size for no benefit. If this is for compatibility, I believe the extension can be changed in config.json, provided you also adjust the ffmpeg arguments.