[GH-ISSUE #568] [Feature Request] the ability to download not just flacs but any resolution #1802

Closed
opened 2026-03-13 19:29:54 +03:00 by kerem · 2 comments
Owner

Originally created by @ashbit06 on GitHub (Feb 27, 2026).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/568

[Feature Request]

Description

be able to download not just flacs but any resolution, which would save me time and space when downloading my music in flac to be converted to aac so i can use it in apple music. it wouldnt completely remove the usefulness of the built in converter. this could be accomplished by converting the songs to the selected resolution right after they are downloaded, but that would take the same amount of time as how ive been doing it. but its not a particularly bad solution.

Use Case

saving time and space

Originally created by @ashbit06 on GitHub (Feb 27, 2026). Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/568 ### [Feature Request] #### Description > be able to download not just flacs but any resolution, which would save me time and space when downloading my music in flac to be converted to aac so i can use it in apple music. it wouldnt completely remove the usefulness of the built in converter. this could be accomplished by converting the songs to the selected resolution right after they are downloaded, but that would take the same amount of time as how ive been doing it. but its not a particularly bad solution. #### Use Case > saving time and space
kerem closed this issue 2026-03-13 19:29:59 +03:00
Author
Owner

@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

<!-- gh-comment-id:3980636383 --> @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](https://github.com/MartinEesmaa/VVCEasy) that has it included. :) I have attached the script I use to bulk down-sample my FLACs. [downsample.sh](https://github.com/user-attachments/files/25664011/downsample.sh)
Author
Owner

@ashbit06 commented on GitHub (Mar 2, 2026):

the app already uses ffmpeg to convert music files, but you have to do it manually.

Image

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.

<!-- gh-comment-id:3982274581 --> @ashbit06 commented on GitHub (Mar 2, 2026): the app already uses ffmpeg to convert music files, but you have to do it manually. <img width="1070" height="646" alt="Image" src="https://github.com/user-attachments/assets/15500a50-cca5-43e3-8a81-69ec894d386d" /> 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.
Sign in to join this conversation.
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/SpotiFLAC#1802
No description provided.