Package pyechonest :: Module playlist :: Class BetaPlaylist
[hide private]
[frames] | no frames]

Class BetaPlaylist

source code


A Beta Dynamic Playlist object.

Attributes:

Example:

Instance Methods [hide private]
 
__init__(self, session_id=None, type=None, artist_pick=None, variety=None, artist_id=None, artist=None, song_id=None, track_id=None, description=None, style=None, mood=None, max_tempo=None, min_tempo=None, max_duration=None, min_duration=None, max_loudness=None, min_loudness=None, max_danceability=None, min_danceability=None, max_energy=None, min_energy=None, artist_max_familiarity=None, artist_min_familiarity=None, artist_max_hotttnesss=None, artist_min_hotttnesss=None, song_max_hotttnesss=None, song_min_hotttnesss=None, min_longitude=None, max_longitude=None, min_latitude=None, max_latitude=None, adventurousness=None, mode=None, key=None, buckets=[], sort=None, limit=False, seed_catalog=None, source_catalog=None, rank_type=None, test_new_things=None, artist_start_year_after=None, artist_start_year_before=None, artist_end_year_after=None, artist_end_year_before=None, dmca=False, distribution=None, song_type=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__repr__(self)
repr(x)
source code
 
get_next_songs(self, results=None, lookahead=None) source code
 
get_current_songs(self) source code
 
get_lookahead_songs(self) source code
 
info(self) source code
 
delete(self) source code
 
restart(self, type=None, artist_pick=None, variety=None, artist_id=None, artist=None, song_id=None, track_id=None, description=None, style=None, mood=None, max_tempo=None, min_tempo=None, max_duration=None, min_duration=None, max_loudness=None, min_loudness=None, max_danceability=None, min_danceability=None, max_energy=None, min_energy=None, artist_max_familiarity=None, artist_min_familiarity=None, artist_max_hotttnesss=None, artist_min_hotttnesss=None, song_max_hotttnesss=None, song_min_hotttnesss=None, min_longitude=None, max_longitude=None, min_latitude=None, max_latitude=None, adventurousness=None, mode=None, key=None, buckets=[], sort=None, limit=False, seed_catalog=None, source_catalog=None, rank_type=None, test_new_things=None, artist_start_year_after=None, artist_start_year_before=None, artist_end_year_after=None, artist_end_year_before=None, dmca=False, distribution=None, song_type=None) source code
 
steer(self, max_tempo=None, min_tempo=None, target_tempo=None, max_duration=None, min_duration=None, target_duration=None, max_loudness=None, min_loudness=None, target_loudness=None, max_danceability=None, min_danceability=None, target_danceability=None, max_energy=None, min_energy=None, target_energy=None, max_artist_familiarity=None, min_artist_familiarity=None, target_artist_familiarity=None, max_artist_hotttnesss=None, min_artist_hotttnesss=None, target_artist_hotttnesss=None, max_song_hotttnesss=None, min_song_hotttnesss=None, target_song_hotttnesss=None, more_like_this=None, less_like_this=None, adventurousness=None, variety=None, description=None, style=None, mood=None, song_type=None) source code
 
feedback(self, ban_artist=None, ban_song=None, skip_song=None, favorite_artist=None, favorite_song=None, play_song=None, unplay_song=None, rate_song=None) source code

Inherited from proxies.BetaPlaylistProxy: get_attribute

Inherited from proxies.GenericProxy: post_attribute

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  songs

Inherited from object: __class__

Method Details [hide private]

__init__(self, session_id=None, type=None, artist_pick=None, variety=None, artist_id=None, artist=None, song_id=None, track_id=None, description=None, style=None, mood=None, max_tempo=None, min_tempo=None, max_duration=None, min_duration=None, max_loudness=None, min_loudness=None, max_danceability=None, min_danceability=None, max_energy=None, min_energy=None, artist_max_familiarity=None, artist_min_familiarity=None, artist_max_hotttnesss=None, artist_min_hotttnesss=None, song_max_hotttnesss=None, song_min_hotttnesss=None, min_longitude=None, max_longitude=None, min_latitude=None, max_latitude=None, adventurousness=None, mode=None, key=None, buckets=[], sort=None, limit=False, seed_catalog=None, source_catalog=None, rank_type=None, test_new_things=None, artist_start_year_after=None, artist_start_year_before=None, artist_end_year_after=None, artist_end_year_before=None, dmca=False, distribution=None, song_type=None)
(Constructor)

source code 
x.__init__(...) initializes x; see help(type(x)) for signature
Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 
repr(x)
Overrides: object.__repr__
(inherited documentation)

Property Details [hide private]

songs

Get Method:
get_current_songs(self)