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

# scrobble

> Record a play to your Rocksky profile.

Submit a one-off scrobble. Useful for testing integrations or recording a
play from a source the CLI doesn't watch automatically.

## Usage

```bash theme={null}
rocksky scrobble [options] <track> <artist>
```

## Parameters

| Name       | Required | Description                           |
| ---------- | -------- | ------------------------------------- |
| `<track>`  | Yes      | Track title (quote multi-word values) |
| `<artist>` | Yes      | Artist name (quote multi-word values) |

## Example

```bash theme={null}
rocksky scrobble "Karma Police" "Radiohead"
```

Run `rocksky help scrobble` to see the optional metadata flags (album,
duration, timestamp, MBID, ISRC).
