
This overwrites previously added tracks.These speeds need to remain at this level or higher consistently or the quality of your music will waver, often resulting in pauses.

SpotifySeed:: addTracks( 'track_id_1, track_id_2, track_id_3') SpotifySeed:: setGenres( 'genre_id_1, genre_id_2, genre_id_3') SpotifySeed:: addGenres( 'gerne_id_1, gerne_id_2, gerne_id_3') SpotifySeed:: setArtists( 'artist_id_1, artist_id_2, artist_id_3') This overwrites previously added artists. SpotifySeed:: addArtists( 'artist_id_1, artist_id_2, artist_id_3') You may do so by calling the corresponding parameter method with an empty argument. You may want to reset the default setting of country, locale or market for a given request. Spotify:: featuredPlaylists()-> timestamp( 'T09:00:00')-> get() Resetting Defaults Get results based on a specific date and time. Spotify:: category( 'category_id')-> locale( 'en_US')-> get() Limit the response to a particular language. Spotify:: searchAlbums( 'query')-> market( 'US')-> get() Limit the response to a particular geographical market. Spotify:: searchTracks( 'query')-> offset( 10)-> get() Set the index of the first track to be returned. Spotify:: searchTracks( 'query')-> limit( 10)-> get() Set the number of track objects to be returned. Spotify:: artistAlbums( 'artist_id')-> includeGroups( 'album, single, appears_on, compilation')-> get() Filter the response using the provided string. Spotify:: searchTracks( 'query')-> includeExternal( 'audio')-> get()

Include any relevant content that is hosted externally. Spotify:: playlist( 'playlist_id')-> fields( 'description, uri')-> get() Filter the query using the provided string. Spotify:: artistAlbums( 'artist_id')-> country( 'US')-> get()

