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

Get currently-playing needs to be extended to have support for Podcasts #54

Open
witnessmenow opened this issue Mar 10, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@witnessmenow
Copy link
Owner

The current implementation of get currently playing does not support podcasts

Changes required:

  1. And additional param needs to be added to the URL https://api.spotify.com/v1/me/player/currently-playing?additional_types=episode

  2. The JSON response is different for podcasts, so both the JSON filter and what is parsed needs to be adapted.

  3. The data needs to be presented back to the user somehow. Its possible to maybe shoehorn the podcast details into the currentPlaying if we take some liberties with the naming :)

@witnessmenow witnessmenow added the enhancement New feature or request label Mar 10, 2023
@witnessmenow
Copy link
Owner Author

Still needs to be documented

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
None yet
Development

No branches or pull requests

1 participant