sleepyfran / itunespy

:snake: A simple library to fetch data from the iTunes Store API made for Python >= 3.5
MIT License
64 stars 6 forks source link

Search playlist type #14

Closed goldyfruit closed 2 years ago

goldyfruit commented 2 years ago

Hi @sleepyfran

I would like to know if there is a way to search playlists?

Thanks for this library.

sleepyfran commented 2 years ago

Hey @goldyfruit! Sorry for the late response. Do you mean Apple Music playlists? If that's the case then this is not supported, as the iTunes API is purely non-user-oriented and can only retrieve general data about what's on the store, so it doesn't connect in any way with Apple Music.

I think something like apple-music-python might help you out with this 😃

goldyfruit commented 2 years ago

Hey @sleepyfran, no worries! Yeah but apple-music-python requires an authentication which I try to avoid.

Thanks!