[GH-ISSUE #54] FLAC support? #49

Closed
opened 2026-02-27 15:48:04 +03:00 by kerem · 2 comments
Owner

Originally created by @th1nhhdk on GitHub (Nov 2, 2022).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/54

Originally created by @th1nhhdk on GitHub (Nov 2, 2022). Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/54
kerem closed this issue 2026-02-27 15:48:04 +03:00
Author
Owner

@SmilerRyan commented on GitHub (Nov 2, 2022):

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

<!-- gh-comment-id:1299655444 --> @SmilerRyan commented on GitHub (Nov 2, 2022): 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](https://user-images.githubusercontent.com/14893385/199418855-b588632f-8411-417a-8ccd-eb4021f8fd21.png)
Author
Owner

@Rafiuth commented on GitHub (Nov 2, 2022):

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.

<!-- gh-comment-id:1300816156 --> @Rafiuth commented on GitHub (Nov 2, 2022): 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.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Soggfy#49
No description provided.