> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clickwheel.fm/llms.txt
> Use this file to discover all available pages before exploring further.

# Last.fm

> clickwheel Last.fm commands and their options.

## `scrobble`

```bash theme={null}
clickwheel scrobble [OPTIONS]
```

Submit your recent iPod listens to Last.fm.

**Examples**

```bash theme={null}
# First-time Last.fm authorization
clickwheel scrobble --auth

# Submit new iPod listens
clickwheel scrobble

# Show pending scrobbles without sending
clickwheel scrobble --status
```

<ParamField path="--dry-run" type="boolean">
  Show plays without submitting
</ParamField>

<ParamField path="--status" type="boolean">
  Show Last.fm profile info
</ParamField>

<ParamField path="--auth" type="boolean">
  Authorize clickwheel with your Last.fm account
</ParamField>
