de.umass.lastfm.scrobble
Class Source

java.lang.Object
  extended byde.umass.lastfm.scrobble.Source

Deprecated. The 1.2.x scrobble protocol has now been deprecated in favour of the 2.0 protocol which is part of the Last.fm web services API.

public class Source
extends Object

The source of the track. See http://www.last.fm/api/submissions#subs for more information.

Author:
Janni Kovacs

Field Summary
static String LAST_FM
          Deprecated. Last.fm (any mode).
static String NON_PERSONALIZED_BROADCAST
          Deprecated. Non-personalised broadcast (e.g.
static String PERSONALIZED_BROADCAST
          Deprecated. Personalised recommendation except Last.fm (e.g.
static String UNKNOWN
          Deprecated. Source unknown.
static String USER
          Deprecated. Chosen by the user (the most common value, unless you have a reason for choosing otherwise, use this).
 
Constructor Summary
Source()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER

public static final String USER
Deprecated. 
Chosen by the user (the most common value, unless you have a reason for choosing otherwise, use this).

See Also:
Constant Field Values

NON_PERSONALIZED_BROADCAST

public static final String NON_PERSONALIZED_BROADCAST
Deprecated. 
Non-personalised broadcast (e.g. Shoutcast, BBC Radio 1).

See Also:
Constant Field Values

PERSONALIZED_BROADCAST

public static final String PERSONALIZED_BROADCAST
Deprecated. 
Personalised recommendation except Last.fm (e.g. Pandora, Launchcast).

See Also:
Constant Field Values

LAST_FM

public static final String LAST_FM
Deprecated. 
Last.fm (any mode). In this case, the 5-digit Last.fm recommendation key must be appended to this source ID to prove the validity of the submission (for example, "o[0]=L1b48a").

See Also:
Constant Field Values

UNKNOWN

public static final String UNKNOWN
Deprecated. 
Source unknown.

See Also:
Constant Field Values
Constructor Detail

Source

public Source()
Deprecated.