jakubito / spotify-release-list

📅 Display list of Spotify releases from artists you follow
https://spotifyreleaselist.netlify.app
ISC License
238 stars 10 forks source link

Feature Request: Ability to filter "EP" from singles and Singles #61

Open rcmpayne opened 1 month ago

rcmpayne commented 1 month ago

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

jakubito commented 1 month ago

Can you show me an example of what you are describing? I’m not sure I understand, thanks

Totonyus commented 2 weeks ago

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"