We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After scanning all my data and creating the new music, I'm picking up a lot of EP for albums that already exist and would be nice to filter these out
The text was updated successfully, but these errors were encountered:
Can you show me an example of what you are describing? I’m not sure I understand, thanks
Sorry, something went wrong.
Hi !
Unfortunately Spotify api doesn't makes the difference between EP and albums : https://developer.spotify.com/documentation/web-api/reference/get-an-artists-albums#:~:text=of%20the%20album.-,Allowed%20values%3A%20%22album%22%2C%20%22single%22%2C%20%22compilation%22,-Example%3A%20%22compilation
album_type : string -Required The type of the album. Allowed values: "album", "single", "compilation"
No branches or pull requests
After scanning all my data and creating the new music, I'm picking up a lot of EP for albums that already exist and would be nice to filter these out
The text was updated successfully, but these errors were encountered: