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

# Track History

> Displays a list of configurable length of previously played tracks

### Preview

##### The blue background is removed when used as a browser source

<Frame
  caption={`Track History Overlay

http://localhost:1234/overlay/history`}
>
  <img src="https://mintcdn.com/ducky-c8b7b49a/vjKpnDr0MIV4PmvF/images/duckyradio_screenshots/history.png?fit=max&auto=format&n=vjKpnDr0MIV4PmvF&q=85&s=dabff0177dba74da2026e69afee04a4c" width="292" height="358" data-path="images/duckyradio_screenshots/history.png" />
</Frame>

## Browser Source URL

```url theme={null}
http://localhost:1234/overlay/history
```

#### Browser Source Dimensions

<ResponseField name="width" type="≤800" required />

<ResponseField name="height" type="variable" required />

#### URL Parameters

<ResponseField name="limit" type="number" default={5}>
  Configure the number of songs listed

  **Affects the height of the overlay**

  ```url theme={null}
  http://localhost:1234/overlay/history?limit=5
  ```
</ResponseField>
