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

Quick pics functioning #439

Closed ABHIRAJ770 closed 1 month ago

ABHIRAJ770 commented 1 month ago

The quick pics are supposed to suggest music similar to the music we hear but in the simp music my quick pics just remain the same and never changes no matter how many times I refresh it

To Reproduce Steps to reproduce the behavior: open the app and there you have it, the quick pics

Expected behavior Suggest similar songs based on listening history

Actual behaviour Suggesting the same songs from when I downloaded the app first time

aneesh1122 commented 1 month ago

That's the problem with all the YT open source apps. They don't consider your listening history or your favorites. They just start a radio and suggest you similar songs. For youtube API you are just a unlogged user who has no listening history so it suggests you the same song everytime you start a radio.

maxrave-dev commented 1 month ago

Please log in to YouTube and turn on "Send back to Google" to enable

aneesh1122 commented 1 month ago

Please log in to YouTube and turn on "Send back to Google" to enable

Does SimpMusic consider listening history to suggest songs in radio?

maxrave-dev commented 1 month ago

As I described on Readme page, when turn on this feature, all your listening history will be send back to Google. And this is good for recommending

aneesh1122 commented 1 month ago

That's great. Is this possible? #395