Skip to content

[FEATURE REQUEST] Display song info when song starts and change presets when track changes #100

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

Open
daveromsey opened this issue Dec 26, 2024 · 1 comment

Comments

@daveromsey
Copy link

I've been using Milkdrop 3 with Spotify and it's amazing! One thing I am missing though, is the ability to see track info when the song changes and also have the preset change when the song changes (not based on audio analysis, but the actual track change).

I'm wondering if it might be possible to integrate various APIs such as Spotify's, and use the data returned by the API to display the currently playing song and switch presets when the song changes.

https://developer.spotify.com/documentation/web-api/reference/get-the-users-currently-playing-track

@daveromsey daveromsey changed the title Display song info when song starts and change presets when track changes [Feature Request] Display song info when song starts and change presets when track changes Dec 26, 2024
@daveromsey daveromsey changed the title [Feature Request] Display song info when song starts and change presets when track changes [FEATURE REQUEST] Display song info when song starts and change presets when track changes Dec 26, 2024
@milkdrop2077
Copy link
Owner

Hello, yes this should be do-able, for example to get the title: GET https://api.spotify.com/v1/me/player/currently-playing
I'm not sure when I'll be able to do that but I've been thinking of it for a while!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants