jwallet / spy-spotify

🎤 Records Spotify to mp3 without ads and adds media tags to the files 🎵
https://jwallet.github.io/spy-spotify/
MIT License
2.11k stars 139 forks source link

Not Recording in 320 even when selected #472

Closed adamlove86 closed 1 year ago

adamlove86 commented 1 year ago

File size and bit rate seem a lot smaller - even when selecting 320 from within Spytify Last 3 tracks in list are for comparison

image

A37stKpDodi4BEr65TXb commented 1 year ago

https://github.com/jwallet/spy-spotify/issues/471

firef7y commented 1 year ago

Add this to program config file:

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

It is located at %userprofile%\AppData\Local\Spytify\

jwallet commented 1 year ago

Thank you for the report. Good news, it's already fixed. It will be available in the next release. https://github.com/jwallet/spy-spotify/issues/456