-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Spotify: Get track popularity from Spotify #4094
Comments
Sounds very reasonable! And hopefully shouldn't be too hard to do. |
I am not a Python expert, but would gladly help anyone willing to work on this. |
Can I work on this? |
Sounds awesome, both of y'all! |
@SophiaP31 That will be great. I cannot wait for Beets to have this feature. Let me know if you need any help testing things. |
Would I be able to work on this as well? |
@happiestbee absolutely…feel free to create a PR. If you can get something in, it may be easy to her things going 👍 |
closed via #4352 |
Track popularity is probably one of the most important attributes. Spotify directly provides
popularity
information in its Tracks API. I am surprised that we don't import this attribute, given that we already are using the Tracks API. Wondering if this is just an oversight or something that we should implement. I saw an older thread where @sampsyo agreed to include Spotify-specific attributes.Proposed solution
Retrieve track popularity from Spotify and include it along with other tags.
Objective
Get track popularity information to enable discovery.
Goals
Create better playlists and recommendations.
The text was updated successfully, but these errors were encountered: