Commit Graph

70 Commits

Author SHA1 Message Date
Paul Lamere 91d89c3256 Merge branch 'master' into playlist_description_support 2017-09-17 12:03:49 -04:00
Paul Lamere 0e40d2bfc2 Merge pull request #212 from wesleybratt/patch-1
update user_playlists_contents.py
2017-09-17 11:59:21 -04:00
wesleybratt 6c572ff5cd update user_playlists_contents.py
removed unused os import and unused variable 'top'
2017-09-10 20:05:42 -07:00
Harrison Perry fc798aa684 Update user_playlists_contents.py
results was never used in the show_tracks method.
2017-07-26 17:24:25 +01:00
Nathan Coleman 4c3238fb17 Add playlist description field to create/update examples 2017-06-02 18:51:59 -05:00
Paul Lamere de1ec301e5 Added read_a_playlist example 2017-01-18 17:55:05 -05:00
Paul Lamere fda9172935 Added title_chain example 2017-01-02 17:21:59 -05:00
Paul Lamere f683535165 added current_user_saved_albums_add() 2016-12-31 18:51:37 -05:00
Paul Lamere 6b8ef3f4b0 Merge branch 'support_changing_playlist_details' of https://github.com/nathancoleman/spotipy into nathancoleman-support_changing_playlist_details 2016-12-31 18:07:41 -05:00
Paul Lamere e176e9e4a8 Merge pull request #100 from jesseward/example-show-album
Fixed show_album example to retrieve album data.
2016-12-31 11:07:10 -05:00
Paul Lamere 3a385c5181 Merge pull request #91 from felipeumanzor/patch-1
Duplicated album detection improved
2016-12-31 11:06:14 -05:00
Paul Lamere c319176882 Merge pull request #66 from gpoul/fix-usage
Fix usage message
2016-12-31 11:00:26 -05:00
Paul Lamere 18e5811539 added current_user_playlists example 2016-12-31 10:33:31 -05:00
Paul Lamere d18892a99e Added timeout test 2016-12-31 09:52:03 -05:00
Paul Lamere b9af5ad719 Added audio_analysis example 2016-12-31 09:41:47 -05:00
Paul Lamere fdff788ff2 Improved example 2016-12-31 09:41:47 -05:00
Paul Lamere 45232a2489 improved example 2016-12-31 09:41:47 -05:00
Paul Lamere 5be0ba4d94 better audio example 2016-12-31 09:41:47 -05:00
Nathan Coleman b8ae99a6e6 Add example for user_playlist_change_details() 2016-12-26 11:32:51 -06:00
jairogcontreras 1e937dd29f fixed incorrect comment about purpose of script 2016-11-02 13:51:32 -07:00
Jesse Ward e0daaefab6 Fixed show_album example to retrieve album data. This example was
mistakenly fetching and displaying artist information.
2016-06-13 01:10:45 -04:00
felipeumanzor e8e82c3c49 Duplicated album detection improved
not case sensitive.
2016-04-16 20:20:35 -03:00
Paul Lamere b412de8d75 Added artist recs example 2016-03-30 15:43:47 -04:00
Paul Lamere 4cf7a8ab90 Added top artists and tracks support 2016-03-12 07:32:01 -05:00
Paul Lamere 4587a0771d Cleaning up some tests 2016-02-20 08:54:11 -05:00
Paul Lamere 550be583b7 better detection of empty json block 2016-02-12 06:30:45 -05:00
Paul Lamere 23d75aa4c6 improve handling of err responses with no payload 2016-02-12 06:08:29 -05:00
Paul Lamere 365d3714bf checkpoint 2015-12-30 16:11:27 -05:00
Gerhard Poul f832bd54dd Fix usage message 2015-10-13 21:20:53 +02:00
Joona Hoikkala 1f833afa45 Initial run of 2to3 2015-06-05 12:07:28 +03:00
Thomas Texier 4982cf1167 Fixed artist_albums.py
Was luckily working correctly, but was accessing the artist "global" variable, instead of the passed parameter.
2015-05-26 18:46:28 -04:00
Faruk Sahin 8d4643c2e1 Add client credentials flow 2015-04-01 16:09:54 +02:00
Paul Lamere d2d5fe9060 Added more output 2015-01-05 14:53:43 -05:00
Paul Lamere 373218083f Added support for new_releases and featured_playlists endpoints. 2014-10-25 06:40:51 -04:00
Paul Lamere a33f8dc82a Example cleanup 2014-08-22 13:48:31 -04:00
Paul Lamere 34f476d17f Clean up of examples 2014-08-22 13:48:31 -04:00
Paul Lamere 3e552d90df Improved README docs 2014-08-22 12:10:48 -04:00
Paul Lamere b455d529f0 Doc improvements for readthedocs 2014-08-22 11:48:12 -04:00
Paul Lamere 20870ea3ed Documentation improvements 2014-08-22 11:00:29 -04:00
Paul Lamere 58e5206076 Documentation updates 2014-08-22 09:28:19 -04:00
Paul Lamere 7601aaab58 refacord to support playlist editing 2014-08-20 14:08:49 -04:00
Paul Lamere acd1e8b494 Merge pull request #16 from thelinmichael/add-yourmusic-contains-track-endpoint
Add support for checking if a user's Your Music library contains a track
2014-08-20 12:58:55 -04:00
Paul Lamere e35ef206d5 Moved util module into main package 2014-08-17 10:28:56 -04:00
Michael Thelin a4e6fc5a39 Add support for checking if a user's Your Music library contains a track 2014-07-24 00:27:35 -04:00
Paul Lamere 1ebbac6de7 Documentation and support for Your Music methods 2014-07-23 10:29:40 -04:00
Paul Lamere 2d98c30d01 Added support for 'Your Music' tracks 2014-07-23 10:04:07 -04:00
José Manuel Pérez 2827591b9d Rename scope to playlist-modify-public
Spotify's Web API has renamed the `playlist-modify` scope to `playlist-modify-public` to better describe what it allows. Even though the old one will be supported for some time, the new one is the preferred way to go.
2014-07-21 13:02:01 +02:00
Paul Lamere 61baf982f4 Removed debug output 2014-07-07 17:40:52 +02:00
Paul Lamere 1c1b84c1fa Added support for related artists 2014-07-07 17:25:19 +02:00
Paul Lamere 75a3779779 Don't use cached tokens when scope changes 2014-07-07 17:03:27 +02:00