Uses of Class
de.umass.lastfm.Track

Packages that use Track
de.umass.lastfm   
 

Uses of Track in de.umass.lastfm
 

Methods in de.umass.lastfm that return Track
static Track Track.getCorrection(String artist, String track, String apiKey)
          Use the last.fm corrections data to check whether the supplied track has a correction to a canonical track.
static Track Track.getInfo(String artist, String trackOrMbid, Locale locale, String username, String apiKey)
          Get the metadata for a track on Last.fm using the artist/track name or a musicbrainz id.
static Track Track.getInfo(String artist, String trackOrMbid, String apiKey)
          Get the metadata for a track on Last.fm using the artist/track name or a musicbrainz id.
 

Methods in de.umass.lastfm that return types with arguments of type Track
static Collection<Track> Library.getAllTracks(String user, String apiKey)
          Retrieves all tracks in a user's library.
static PaginatedResult<Track> User.getArtistTracks(String user, String artist, int page, long startTimestamp, long endTimestamp, String apiKey)
          Get a list of tracks by a given artist scrobbled by this user, including scrobble time.
static PaginatedResult<Track> User.getArtistTracks(String user, String artist, String apiKey)
          Get a list of tracks by a given artist scrobbled by this user, including scrobble time.
static PaginatedResult<Track> User.getBannedTracks(String user, int page, String apiKey)
          Returns the tracks banned by the user.
static PaginatedResult<Track> User.getBannedTracks(String user, String apiKey)
          Returns the tracks banned by the user.
static PaginatedResult<Track> Chart.getHypedTracks(int page, String apiKey)
          Get the hyped tracks chart.
static PaginatedResult<Track> Chart.getHypedTracks(String apiKey)
          Get the hyped tracks chart.
static PaginatedResult<Track> Chart.getLovedTracks(int page, String apiKey)
          Get the most loved tracks chart.
static PaginatedResult<Track> Chart.getLovedTracks(String apiKey)
          Get the most loved tracks chart.
static PaginatedResult<Track> User.getLovedTracks(String user, int page, String apiKey)
          Retrieves the loved tracks by a user.
static PaginatedResult<Track> User.getLovedTracks(String user, String apiKey)
          Retrieves the loved tracks by a user.
static Chart<Track> Geo.getMetroHypeTrackChart(Geo.Metro metro, String start, String end, String apiKey)
           
static Chart<Track> Geo.getMetroHypeTrackChart(String country, String metro, String apiKey)
           
static Chart<Track> Geo.getMetroHypeTrackChart(String country, String metro, String start, String end, String apiKey)
           
static Chart<Track> Geo.getMetroTrackChart(Geo.Metro metro, String start, String end, String apiKey)
           
static Chart<Track> Geo.getMetroTrackChart(String country, String metro, String apiKey)
           
static Chart<Track> Geo.getMetroTrackChart(String country, String metro, String start, String end, String apiKey)
           
static Chart<Track> Geo.getMetroUniqueTrackChart(Geo.Metro metro, String start, String end, String apiKey)
           
static Chart<Track> Geo.getMetroUniqueTrackChart(String country, String metro, String apiKey)
           
static Chart<Track> Geo.getMetroUniqueTrackChart(String country, String metro, String start, String end, String apiKey)
           
static PaginatedResult<Track> User.getRecentTracks(String user, int page, int limit, String apiKey)
           
static PaginatedResult<Track> User.getRecentTracks(String user, String apiKey)
           
static Collection<Track> Track.getSimilar(String artist, String trackOrMbid, String apiKey)
          Get the similar tracks for this track on Last.fm, based on listening data.
You have to provide either an artist and a track name or an mbid.
static PaginatedResult<Track> Chart.getTopTracks(int page, String apiKey)
          Get the top tracks chart.
static PaginatedResult<Track> Chart.getTopTracks(String apiKey)
          Get the top tracks chart.
static Collection<Track> User.getTopTracks(String user, Period period, String apiKey)
           
static Collection<Track> User.getTopTracks(String user, String apiKey)
           
static Collection<Track> Tag.getTopTracks(String tag, String apiKey)
           
static Collection<Track> Geo.getTopTracks(String country, String apiKey)
          Get the most popular tracks on Last.fm by country
static Collection<Track> Artist.getTopTracks(String artist, String apiKey)
          Get the top tracks by an artist on Last.fm, ordered by popularity
 List<Track> Playlist.getTracks()
           
 Collection<Track> Album.getTracks()
          Returns the list of Tracks on this album.
static PaginatedResult<Track> Library.getTracks(String user, int page, int limit, String apiKey)
          Retrieves a paginated list of all the tracks in a user's library.
static PaginatedResult<Track> Library.getTracks(String user, int page, String apiKey)
          Retrieves a paginated list of all the tracks in a user's library.
static PaginatedResult<Track> Library.getTracks(String user, String apiKey)
          Retrieves a paginated list of all the tracks in a user's library.
static Chart<Track> User.getWeeklyTrackChart(String user, int limit, String apiKey)
           
static Chart<Track> Group.getWeeklyTrackChart(String group, int limit, String apiKey)
           
static Chart<Track> User.getWeeklyTrackChart(String user, String apiKey)
           
static Chart<Track> Group.getWeeklyTrackChart(String group, String apiKey)
           
static Chart<Track> User.getWeeklyTrackChart(String user, String from, String to, int limit, String apiKey)
           
static Chart<Track> Group.getWeeklyTrackChart(String group, String from, String to, int limit, String apiKey)
           
static Collection<Track> Track.search(String track, String apiKey)
          Searches for a track with the given name and returns a list of possible matches.
static Collection<Track> Track.search(String artist, String track, int limit, String apiKey)
          Searches for a track with the given name and returns a list of possible matches.
 



Copyright © 2012. All Rights Reserved.