mopidy / mopidy-spotify

Mopidy extension for playing music from Spotify
https://mopidy.com/ext/spotify/
Apache License 2.0
936 stars 109 forks source link

support for spotify podcast uris #201

Open gad2103 opened 6 years ago

gad2103 commented 6 years ago

spotify has a large library of podcasts and is moving quickly in the space. it would be awesome to support playing podcast content on mopidy via a spotify uri.

kingosticks commented 6 years ago

Unfortunately Spotify still do not provide any way to play the podcasts on their platform. And last time I checked they still didn't provide any way to even browse them on their Web API. I don't expect they will sort this out anytime soon, they have an absymal track record. There's nothing we can do at our end.

codedninja commented 4 years ago

There are hidden endpoints to access everything, someone has documented some of them on their web-api repo. I have been working with the endpoints for past few days, gonna try implement them and test.

https://github.com/spotify/web-api/issues/551#issuecomment-583748908

kingosticks commented 4 years ago

The real hurdle is playing the podcast uris, does that work? Sadly I doubt it since libspotify predates podcasts in Spotify and without that support this can't go anywhere. So maybe try that as a priority else you might be wasting your time.

codedninja commented 4 years ago

Would you be oppose to changing out libspoitfy to https://github.com/librespot-org/librespot?

I have been using Spotifyd which uses that library and it does support podcasts. Only challenge I see is having to build libraries for each platform on release.

adamcik commented 4 years ago

See #110 for some previous discussion about this with regard to libspotify not being available.

kingosticks commented 1 year ago

This should be fixed by https://github.com/mopidy/mopidy-spotify/pull/342