Package lastfm :: Module user
[frames | no frames]

Module lastfm.user

User Profile Data
Function Summary
    User profile
  profile_information(username, format, **kw)
Information about the profile (eg: Name, Gender)
    Related users
  friends_list(username, format, **kw)
Friends added to this profile
  neighbours(username, format, **kw)
People with similar taste to this profile
    Top artists, albums, tracks, tags
  top_tracks(username, format, **kw)
50 most played tracks from a music profile
  top_albums(username, format, **kw)
50 most played albums from a music profile
  top_tags_for_tracks(username, artistname, trackname, format, **kw)
Tags most used on a specific track
  top_tags(username, format, **kw)
Most used tags by a music profile
  top_tags_for_album(username, artistname, albumname, format, **kw)
Tags most used on a specific album
  top_artists(username, format, **kw)
50 most played artists from a music profile
  top_tags_for_artist(username, artistname, format, **kw)
Tags most used on a specific artist
    Recent tracks and journal entries
  recent_loved_tracks(username, format, **kw)
10 recently loved tracks for this profile
  recent_banned_tracks(username, format, **kw)
10 recently banned tracks for this profile
  recent_tracks(username, format, **kw)
10 recently played tracks for this profile
  recent_journals(username, format, **kw)
Recent journal entries for this profile
    Charts
  recent_weekly_artist_chart(username, format, **kw)
Most recent weekly artist chart
  recent_weekly_track_chart(username, format, **kw)
Most recent weekly track chart
  weekly_chart_list(username, format, **kw)
List of dates of available weekly charts for this profile
  recent_weekly_album_chart(username, format, **kw)
Most recent weekly album chart
    Recommendations
  system_event_recommendations(username, format, **kw)
Events from your dashboard that match the users profile
  system_recommendations(username, format, **kw)
System Recommendations
  manual_recommendations(username, format, **kw)
Recommendations manually sent to user
    Events
  current_events(username, format, **kw)
Events that you have marked yourself as attending
  friends_events(username, format, **kw)
Events that the users friends are attending

Function Details

profile_information(username, format=py, **kw)

Information about the profile (eg: Name, Gender)
Parameters:
username - Username
           (type=str)
format - Requested format (available: Python, XML)
           (type=EnumValue)

friends_list(username, format=py, **kw)

Friends added to this profile
Parameters:
username - Username
           (type=str)
format - Requested format (available: Python, XML, text)
           (type=EnumValue)

neighbours(username, format=py, **kw)

People with similar taste to this profile
Parameters:
username - Username
           (type=str)
format - Requested format (available: Python, XML, text)
           (type=EnumValue)

top_tags_for_artist(username, artistname, format=py, **kw)

Tags most used on a specific artist
Parameters:
username - Username
           (type=str)
artistname - Artist
           (type=str)
format - Requested format (available: Python, XML)
           (type=EnumValue)

top_artists(username, format=py, **kw)

50 most played artists from a music profile
Parameters:
username - Username
           (type=str)
format - Requested format (available: Python, XML, text)
           (type=EnumValue)

top_tags_for_album(username, artistname, albumname, format=py, **kw)

Tags most used on a specific album
Parameters:
username - Username
           (type=str)
artistname - Artist
           (type=str)
albumname - Album
           (type=str)
format - Requested format (available: Python, XML)
           (type=EnumValue)

top_tags(username, format=py, **kw)

Most used tags by a music profile
Parameters:
username - Username
           (type=str)
format - Requested format (available: Python, XML, text)
           (type=EnumValue)

top_tags_for_tracks(username, artistname, trackname, format=py, **kw)

Tags most used on a specific track
Parameters:
username - Username
           (type=str)
artistname - Artist
           (type=str)
trackname - Track name
           (type=str)
format - Requested format (available: Python, XML)
           (type=EnumValue)

top_albums(username, format=py, **kw)

50 most played albums from a music profile
Parameters:
username - Username
           (type=str)
format - Requested format (available: Python, XML, text)
           (type=EnumValue)

top_tracks(username, format=py, **kw)

50 most played tracks from a music profile
Parameters:
username - Username
           (type=str)
format - Requested format (available: Python, XML, XSPF)
           (type=EnumValue)

recent_tracks(username, format=py, **kw)

10 recently played tracks for this profile

recent_banned_tracks(username, format=py, **kw)

10 recently banned tracks for this profile
Parameters:
username - Username
           (type=str)
format - Requested format (available: Python, XML, XSPF)
           (type=EnumValue)

recent_loved_tracks(username, format=py, **kw)

10 recently loved tracks for this profile
Parameters:
username - Username
           (type=str)
format - Requested format (available: Python, XML, XSPF)
           (type=EnumValue)

recent_journals(username, format=rss, **kw)

Recent journal entries for this profile
Parameters:
username - Username
           (type=str)
format - Requested format (available: RSS)
           (type=EnumValue)

recent_weekly_album_chart(username, format=py, **kw)

Most recent weekly album chart

weekly_chart_list(username, format=py, **kw)

List of dates of available weekly charts for this profile

recent_weekly_track_chart(username, format=py, **kw)

Most recent weekly track chart

recent_weekly_artist_chart(username, format=py, **kw)

Most recent weekly artist chart

manual_recommendations(username, format=rss, **kw)

Recommendations manually sent to user

system_recommendations(username, format=xml, **kw)

System Recommendations

system_event_recommendations(username, format=ical, **kw)

Events from your dashboard that match the users profile

friends_events(username, format=ical, **kw)

Events that the users friends are attending

current_events(username, format=ical, **kw)

Events that you have marked yourself as attending

Generated by Epydoc 2.1 on Sat Feb 24 09:22:17 2007 http://epydoc.sf.net