Pyspotify - Read the Docs

pyspotify

Release 2.1.4 unknown

Aug 07, 2023

CONTENTS

1 WARNING: This library no longer works

1

2 Introduction

3

3 Project resources

5

4 User's guide

7

4.1 Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

4.2 Quickstart . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10

5 API reference

21

5.1 API reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21

6 About

37

6.1 Authors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37

6.2 Changelog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37

6.3 Contributing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46

Python Module Index

49

Index

51

i

ii

CHAPTER

ONE

WARNING: THIS LIBRARY NO LONGER WORKS

pyspotify is a Python wrapper around the libspotify C library, and thus depends on libspotify for everything it does. In May 2015, libspotify was deprecated by Spotify and active maintenance stopped. At this point, libspotify had been the main way to integrate with Spotify for six years, and was part of numerous open source projects and commercial applications, including many receivers and even cars. It remained the only API for playback outside Android and iOS. In February 2016, server side changes to the Spotify API caused the search functionality to stop working, without Spotify ever acknowledging it. Users of pyspotify could work around this by using the Spotify web API for searches and pyspotify for playback. In April 2022, Spotify announced that they would sunset the libspotify API one month later. In May 2022, new libspotify connections to Spotify started failing. With libspotify dead, pyspotify was dead too. After two years in development from May 2013 to May 2015, and seven years of loyal service this project has reached its end. There will be no further updates to pyspotify. Hopefully, the pyspotify source code can still serve as a complete example of how to successfully wrap a large C library in Python using CFFI.

1

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download