Skip to content
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

Feature Request: Add ID-based Metadata Retrieval for Tracks and Albums #29

Open
alanoy opened this issue Jan 3, 2025 · 5 comments · May be fixed by #32
Open

Feature Request: Add ID-based Metadata Retrieval for Tracks and Albums #29

alanoy opened this issue Jan 3, 2025 · 5 comments · May be fixed by #32
Assignees
Labels
enhancement New feature or request

Comments

@alanoy
Copy link

alanoy commented Jan 3, 2025

Add support for retrieving metadata through ID parameters in get_track and get_album methods.

@TrueMyst TrueMyst self-assigned this Jan 3, 2025
@TrueMyst TrueMyst added the enhancement New feature or request label Jan 3, 2025
@TrueMyst
Copy link
Owner

TrueMyst commented Jan 3, 2025

Just the ID? I’ve been told to take the full URL and fetch it directly from that.

@alanoy
Copy link
Author

alanoy commented Jan 3, 2025

Just the ID? I’ve been told to take the full URL and fetch it directly from that.

I readed the documentation, the two apis are /albums/{id} and /tracks/{id}
https://developer.spotify.com/documentation/web-api/reference/get-an-album
https://developer.spotify.com/documentation/web-api/reference/get-track

@TrueMyst
Copy link
Owner

TrueMyst commented Jan 3, 2025

No that's not what I mean, what I'm trying to say is should the parameter take the full URL instead? That’s what most people typically expect.

@alanoy
Copy link
Author

alanoy commented Jan 3, 2025

No that's not what I mean, what I'm trying to say is should the parameter take the full URL instead? That’s what most people typically expect.

You’re right; this approach would make it more convenient to use.

@TrueMyst TrueMyst moved this to Todo in BeatPrints Jan 10, 2025
@TrueMyst
Copy link
Owner

If you want you can create a PR, that's really appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

2 participants