maxrave-dev / SimpMusic

A simple music app using YouTube Music for backend
https://simpmusic.tech/
GNU General Public License v3.0
1.74k stars 115 forks source link

Request to Add sp_dc Token Locally #456

Open skylinemusiccds opened 1 month ago

skylinemusiccds commented 1 month ago

Could you add the sp_dc token to the local environment?

By incorporating the sp_dc token locally, we anticipate a significant improvement in [performance/efficiency/security] and overall system reliability. This change is crucial for achieving a specific goal/resolving a particular issue.

maxrave-dev commented 1 month ago

When you log in to Spotify, SimpMusic will only extract sp_dc token from the cookie once. You can check my source code and SimpMusic never sends any data to another server without listening data (only when enabled Send back to Google). As a normal user, logging in to Spotify using Webview makes UI/UX better.

skylinemusiccds commented 1 month ago

I just wanted to add sp_dc token locally to make my experience better can you please help me to do that?