update_now_playing
Update your Last.fm profile's now playing line with the current artist and track. Provide optional album, duration, and MusicBrainz ID for accurate display; Last.fm clears the status automatically.
Instructions
Set what is playing right now. Needs authentication.
This does not scrobble; it only updates the "now playing" line on your profile, which Last.fm clears on its own shortly after.
Args: artist: Artist name. track: Track name. album: Album name. album_artist: Album artist, when it differs from the track artist. duration: Track length in seconds. track_number: Position of the track on the album. mbid: MusicBrainz id for the track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mbid | No | ||
| album | No | ||
| track | Yes | ||
| artist | Yes | ||
| duration | No | ||
| album_artist | No | ||
| track_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |