Struct rustfm_scrobble::Scrobbler [] [src]

pub struct Scrobbler { /* fields omitted */ }

Submits song-play tracking information to Last.fm

Methods

impl Scrobbler
[src]

[src]

Creates a new Scrobbler with the given Last.fm API Key and API Secret

[src]

Uses the given username and password (for the user to log scrobbles against), plus the API key and API secret to authenticate with Last.fm API using 'getMobileSession' authentication scheme.

[src]

Registers the given track by the given artist as the currently authenticated user's "now playing" track.

[src]

Registers a scrobble (play) of the track with the given title by the given artist in the account of the currently authenticated user at the current time.

[src]