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

Bitrate setting reverting back to 160kbps #456

Closed
Wink5 opened this issue Dec 6, 2022 · 3 comments · Fixed by #463
Closed

Bitrate setting reverting back to 160kbps #456

Wink5 opened this issue Dec 6, 2022 · 3 comments · Fixed by #463
Labels
Milestone

Comments

@Wink5
Copy link

Wink5 commented Dec 6, 2022

Hi, i have been using spytify for a couple of years now. but with the latest update it is recording at 160kbps. i have spotify premium, set up my api inn spytify and changed the setting for bitrate in spytify but it still records at 160kbps (multiple tracks tested)

when i close the program and reopen it the setting has reverted back to 160kbps, all other setting changes such as audio end point etc have saved without issue

i did notice that there is the option to set the bitrate in the user.config file in app data, i had a look at the file but wasnt 100% how to set the bitrate

any advice gladly received!

@Wink5 Wink5 added the bug 🐞 label Dec 6, 2022
@yvalenty
Copy link

Add this to user.config

<setting name="settings_media_bitrate_quality" serializeAs="String">
    <value>3</value>
</setting>

@Wink5
Copy link
Author

Wink5 commented Dec 10, 2022

thanks!

@pdalfarr
Copy link

pdalfarr commented Jul 5, 2024

I think this issue is not fixed. We still need to apply the 'hack' down here in user.config

<setting name="settings_media_bitrate_quality" serializeAs="String">
    <value>3</value>
</setting>

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

Successfully merging a pull request may close this issue.

4 participants