aviwad / LyricFever

Ultimate Spotify & Apple Music Lyrics experience for macOS (spiritual successor to LyricsX)
https://lyricfever.com
MIT License
121 stars 6 forks source link

Potentially use Spotify cookie stored from desktop prefs file #29

Open aviwad opened 7 months ago

aviwad commented 7 months ago

The Spotify desktop app stores its preferences (including an "autologin blob") in ~/Library/Application Support/Spotify/prefs

Need to figure out how to decode this and use it as compared to the spDc -> auth token process I'm using right now... maybe some Wireshark sniffing?