|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Playlist | |
|---|---|
| de.umass.lastfm | |
| Uses of Playlist in de.umass.lastfm |
|---|
| Methods in de.umass.lastfm that return Playlist | |
|---|---|
static Playlist |
Playlist.create(String title,
String description,
Session session)
Creates a Last.fm playlist. |
static Playlist |
Playlist.fetch(String playlistUrl,
String apiKey)
Fetches a playlist using a lastfm playlist url. |
static Playlist |
Playlist.fetchAlbumPlaylist(String albumId,
String apiKey)
Fetches an album playlist, which contains the tracks of the specified album. |
static Playlist |
Playlist.fetchTagPlaylist(String tag,
String apiKey)
Fetches a playlist of freetracks for a given tag name. |
static Playlist |
Playlist.fetchUserPlaylist(int playlistId,
String apiKey)
Fetches a user-created playlist. |
Playlist |
Radio.getPlaylist()
Fetches a new radio playlist or null if an error occured, such as when the user is not allowed to stream radio
(no subscriber). |
Playlist |
Radio.getPlaylist(boolean discovery,
boolean rtp)
Fetches a new radio playlist. |
Playlist |
Radio.getPlaylist(boolean discovery,
boolean rtp,
boolean buyLinks,
double speedMultiplier,
int bitrate)
Fetches a new radio playlist. |
| Methods in de.umass.lastfm that return types with arguments of type Playlist | |
|---|---|
static Collection<Playlist> |
User.getPlaylists(String user,
String apiKey)
Gets a list of a user's playlists on Last.fm. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||