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

# Library and Playlists

> Personal favourites, listening history, and custom playlists that follow you across all servers where Eleven is installed.

## Favourites System

Save your favorite tracks for replay.

### Adding Favourites

**During Playback:**

```text theme={null}
/favourite
```

* Adds currently playing track to your favourites
* Cannot favourite livestreams
* Toggle button: add if not favourited, remove if already favourited

**Via Settings Modal:**

1. Click More button on now-playing message
2. Check Favourite checkbox
3. Track added to your library instantly

### Viewing Favourites

```text theme={null}
/favourites
```

**Features:**

* List view showing all favourited tracks
* Title, artist, duration, and time added
* Play button for each track
* Play All button to queue everything
* Edit mode for management
* Pagination (5 tracks per page)

**Available Actions:**

* **Play** - Add individual track to queue
* **Play All** - Queue all favourites at once
* **Edit** - Switch to edit mode for removal
* **Remove** - Delete individual tracks in edit mode
* **Clear All** - Delete all favourites at once
* **Back** - Return from edit to list mode

### Favourite Limits

**Reaching Limit:**

* Error message when limit reached
* Must remove existing favourites to add new ones
* Premium users may have higher limits

**Library Management:**

* Use edit mode to remove unwanted tracks
* Clear All for fresh start
* Favourites sorted by addition date (newest first)

## Listening History

Eleven automatically tracks every song you listen to.

### History Tracking

**Automatic Recording:**

* Every track you're in voice for gets recorded
* Timestamp of when it played
* Track metadata preserved

**Privacy:**

* Only you can see your history
* Not visible to other users
* Not shared with server admins
* Stored securely per-user

### Viewing History

```text theme={null}
/history
```

**Features:**

* Chronological list (most recent first)
* Title, artist, duration
* "Played X time ago" timestamps
* Play button for each entry
* Play All button
* Edit mode for management

**Available Actions:**

* **Play** - Add track to current queue
* **Play All** - Queue entire history
* **Edit** - Switch to edit mode
* **Remove** - Delete individual entries
* **Clear All** - Wipe entire history
* **Back** - Return to list view

### History Limits

**Behavior When Full:**

* Oldest entries automatically removed
* Rolling window of recent listening

### History Uses

**Personal Music Discovery:**

* Review what you've listened to
* Rediscover forgotten tracks
* Track your listening patterns

**Autoplay Input:**

* History used for autoplay recommendations
* More history = better recommendations
* Influences similar track suggestions

## Personal Playlists

Create and manage custom playlists for different moods or occasions.

### Creating Playlists

**New Playlist:**

```text theme={null}
/playlist-create <name>
```

* Choose any name (100 characters max)
* Starts empty

**Example:**

```text theme={null}
/playlist-create boom
```

### Adding Tracks

**Add Current Track:**

```text theme={null}
/playlist-add
```

* Opens modal showing your playlists
* Select destination playlist
* Current track added instantly

**Via Settings Modal:**

1. Click More on now-playing message
2. Use "Add to Playlist" dropdown
3. Select target playlist
4. Track added without interruption

### Viewing Playlists

**List All Playlists:**

```text theme={null}
/playlist
```

* Shows all your playlists

* Interactive interface

**View Playlist Contents:**

```text theme={null}
/playlist-tracks <name>
```

* Shows all tracks in playlist
* reorder/remove tracks

**Edit Playlist:**

```text theme={null}
/playlist-edit <name>
```

* Rename playlist
* delete playlist

**AI Playlist Generation:**

```text theme={null}
/playlist-ai
```

* Generate playlist from given seed tracks
* AI selects matching tracks
* Automatically creates playlist

## Library Commands Reference

### Favourites Commands

* `/favourite` - Toggle current track
* `/favourites` - View and manage

### History Commands

* `/history` - View listening history

### Playlist Commands

* `/playlist-create <name>` - Create new playlist

* `/playlists` - View all playlists

* `/playlist-tracks <name>` - View playlist contents

* `/playlist-add` - Add current track

* `/playlist-edit <name>` - Edit playlist

* `/playlist-ai ` - AI-generated playlist

<Note>
  Vote on Top.gg for 12-hour access to favourites and history viewers, or subscribe to premium for permanent access.
</Note>

## Cross-Server Behavior

**What Follows You:**

* All favourites
* Complete listening history
* All personal playlists
* Vote/premium status

**What's Server-Specific:**

* Current queue
* Now-playing message
* Player settings (volume, loop, fairplay)
* Server configuration defaults


## Related topics

- [Eleven Features: Complete Overview](/features/overview.md)
- [Privacy Policy](/legal/privacy.md)
- [Get Started with Eleven in 3 Easy Steps](/getting-started.md)
- [Eleven Premium: Plans](/premium/plans.md)
- [Frequently Asked Questions About Eleven](/faq.md)
