mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 15:45:54 +03:00
[GH-ISSUE #568] [Feature Request] the ability to download not just flacs but any resolution #1802
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#1802
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 @ashbit06 on GitHub (Feb 27, 2026).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/568
[Feature Request]
Description
Use Case
@Ahrimdon commented on GitHub (Mar 1, 2026):
Passing through, but you can use FFmpeg with sox to down-sample all of your songs to 16bit 44,100Hz damn near losslessly.
Pro Tip: Use the libfdk_aac encoder when reencoding to aac for the best possible quality. Unfortunately you will need to build FFmpeg or find a repo such as this one that has it included. :)
I have attached the script I use to bulk down-sample my FLACs.
downsample.sh
@ashbit06 commented on GitHub (Mar 2, 2026):
the app already uses ffmpeg to convert music files, but you have to do it manually.
the point of what im asking for is so that i dont have to go through an extra step to get files readable by apple music after downloading them using this app.