Playlist.h | Playlist.h | |||
---|---|---|---|---|
skipping to change at line 91 | skipping to change at line 91 | |||
}; | }; | |||
/** | /** | |||
* Different ways to sort a generated playlist | * Different ways to sort a generated playlist | |||
*/ | */ | |||
enum SortingType { | enum SortingType { | |||
SortTempoAscending, | SortTempoAscending, | |||
SortTempoDescending, | SortTempoDescending, | |||
SortDurationAscending, | SortDurationAscending, | |||
SortDurationDescending, | SortDurationDescending, | |||
SortLoudnessAscending, | ||||
SortLoudnessDescending, | ||||
SortArtistFamiliarityAscending, | SortArtistFamiliarityAscending, | |||
SortArtistFamiliarityDescending, | SortArtistFamiliarityDescending, | |||
SortArtistHotttnessAscending, | SortArtistHotttnessAscending, | |||
SortArtistHotttnessDescending, | SortArtistHotttnessDescending, | |||
SortSongHotttnesssAscending, | SortSongHotttnesssAscending, | |||
SortSongHotttnesssDescending, | SortSongHotttnesssDescending, | |||
SortLatitudeAscending, | SortLatitudeAscending, | |||
SortLatitudeDescending, | SortLatitudeDescending, | |||
SortLongitudeAscending, | SortLongitudeAscending, | |||
SortLongitudeDescending, | SortLongitudeDescending, | |||
SortModeAscending, | SortModeAscending, | |||
SortModeDescending, | SortModeDescending, | |||
SortKeyAscending, | SortKeyAscending, | |||
SortKeyDescending, | SortKeyDescending, | |||
SortLoudnessAscending, | ||||
SortLoudnessDescending, | ||||
SortEnergyAscending, | SortEnergyAscending, | |||
SortEnergyDescending, | SortEnergyDescending, | |||
SortDanceabilityAscending, | SortDanceabilityAscending, | |||
SortDanceabilityDescending | SortDanceabilityDescending | |||
}; | }; | |||
/** | /** | |||
* Different ways of picking artists in Artist radios. | * Different ways of picking artists in Artist radios. | |||
*/ | */ | |||
enum ArtistPick { | enum ArtistPick { | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||