CatalogUpdateEntry.h   CatalogUpdateEntry.h 
skipping to change at line 76 skipping to change at line 76
/** /**
* The type of action that this item represents, required. * The type of action that this item represents, required.
*/ */
CatalogTypes::Action action() const; CatalogTypes::Action action() const;
void setAction( CatalogTypes::Action action ); void setAction( CatalogTypes::Action action );
/** /**
* The Echo Nest fingerprint. * The Echo Nest fingerprint.
*/ */
QByteArray fingerprint() const; QByteArray fingerprint() const;
void setFingerpring( const QByteArray& id ); void setFingerprint( const QByteArray& id );
/** /**
* The song id. Rosetta id or Echo Nest ID. * The song id. Rosetta id or Echo Nest ID.
*/ */
QByteArray songId() const; QByteArray songId() const;
void setSongId( const QByteArray& id ); void setSongId( const QByteArray& id );
/** /**
* The song name. Mutually exclusive with song id. * The song name. Mutually exclusive with song id.
*/ */
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 Playlist.h   Playlist.h 
skipping to change at line 176 skipping to change at line 176
ArtistMaxLatitude, /// -90.0 < latitude < 90.0 the maximum lati tude for the location of artists in the playlist ArtistMaxLatitude, /// -90.0 < latitude < 90.0 the maximum lati tude for the location of artists in the playlist
Mode, /// (minor, major) 0, 1 the mode of songs in the play list Mode, /// (minor, major) 0, 1 the mode of songs in the play list
Key, /// (c, c-sharp, d, e-flat, e, f, f-sharp, g, a-flat, a, b -flat, b) 0 - 11 the key of songs in the playlist Key, /// (c, c-sharp, d, e-flat, e, f, f-sharp, g, a-flat, a, b -flat, b) 0 - 11 the key of songs in the playlist
SongInformation, /// what sort of song information should be re turned. Should be an Echonest::SongInformation object SongInformation, /// what sort of song information should be re turned. Should be an Echonest::SongInformation object
Sort, /// SortingType enum, the type of sorting to use, Sort, /// SortingType enum, the type of sorting to use,
Limit, /// true, false if true songs will be limited to thos e that appear in the catalog specified by the id: bucket Limit, /// true, false if true songs will be limited to thos e that appear in the catalog specified by the id: bucket
Audio, /// true, false, if true songs will be limited to those that have associated audio Audio, /// true, false, if true songs will be limited to those that have associated audio
DMCA, /// true, false Only valid for dynamic playlists. Sets if playlist will follow DMCA rules (see web api doc for details) DMCA, /// true, false Only valid for dynamic playlists. Sets if playlist will follow DMCA rules (see web api doc for details)
ChainXSPF, /// true, false If true, returns an xspf for this dynamic playlist with 2 items. The second item will be a link to the API c all for the next track in the chain. Please note that this sidesteps libech onest's handling of the tracks. ChainXSPF, /// true, false If true, returns an xspf for this dynamic playlist with 2 items. The second item will be a link to the API c all for the next track in the chain. Please note that this sidesteps libech onest's handling of the tracks.
Mood, /// A mood to limit this playlist to, for example "happy" or "sad". Multiples of this param are okay. See the method Artist::listTer ms for details on what moods are currently available Mood, /// A mood to limit this playlist to, for example "happy" or "sad". Multiples of this param are okay. See the method Artist::listTer ms for details on what moods are currently available
Style /// A style to limit this playlist to, for example "happy Style, /// A style to limit this playlist to, for example "happ
" or "sad". Multiples of this param are okay. See the method Artist::listTe y" or "sad". Multiples of this param are okay. See the method Artist::listT
rms for details on what styles are currently available erms for details on what styles are currently available
Adventurousness
}; };
typedef QPair< PlaylistParam, QVariant > PlaylistParamData; typedef QPair< PlaylistParam, QVariant > PlaylistParamData;
typedef QVector< PlaylistParamData > PlaylistParams; typedef QVector< PlaylistParamData > PlaylistParams;
/** /**
* The various controls for a dynamic playlist. * The various controls for a dynamic playlist.
* *
* Please see The Echo Nest API documentation for more information * Please see The Echo Nest API documentation for more information
*/ */
 End of changes. 1 change blocks. 
3 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/