mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-25 07:05:58 +03:00
[GH-ISSUE #54] FLAC support? #49
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Soggfy#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @th1nhhdk on GitHub (Nov 2, 2022).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/54
@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.
@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.