Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High quality download doesn't seem to work #472

Open
zachheine opened this issue Apr 10, 2024 · 3 comments
Open

High quality download doesn't seem to work #472

zachheine opened this issue Apr 10, 2024 · 3 comments

Comments

@zachheine
Copy link

"If you have a GO+ account it will allow you to download songs in 256 kbps AAC quality, and songs which are only available with GO+"

I do and I have my client_id and auth_token set but it still seems to download 44.1 files.

@7x11x13
Copy link
Collaborator

7x11x13 commented Apr 10, 2024

Not all tracks are available in high quality, can you send a link of the song in question so I can check it?

@mgarcif
Copy link

mgarcif commented Apr 19, 2024

https://soundcloud.com/meek-mill-dc/litty-feat-tory-lanez

this for example was downloaded with the token of a GO+ account, and as a official release should be available in HQ

regardless of that, is there any way to manually check if there's a HQ version of the track in soundcloud?

plus I changed a line

bitrate_KBps = 256 / 8 if "aac" in transcoding.preset else 128 / 8

to

bitrate_KBps = 256 / 8 # if "aac" in transcoding.preset else 128 / 8

and it still shows its bitrate as 128 kbps in both CLI and rekordbox

@7x11x13
Copy link
Collaborator

7x11x13 commented Apr 20, 2024

https://soundcloud.com/meek-mill-dc/litty-feat-tory-lanez

I was able to download this track in 256kbps with my GO+ auth token so I am not sure what the issue could be. (ffprobe outputs this: Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 257 kb/s).

Do you have high quality audio (Settings > Streaming > Streaming quality) enabled in your account settings on SoundCloud?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants