> For the complete documentation index, see [llms.txt](https://sdn.docs.3q.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdn.docs.3q.video/interface/player/playlist-player.md).

# Playlist-Player

Der Player den Sie für eine Playlist verwenden wollen darf keinem Projekt zugewiesen werden da Dateien aus verschiedenen OnDemand-Projekten und Livestream-Projekte über die Playlist ausgeliefert werden können. Die Einstellungen werden nur bei der Wiedergabe von Playlisten verwendet.

*Abbildung: Playlist-Player anlegen oder bearbeiten*

<figure><img src="/files/uEFiOk2VIpIUHLYKWdUW" alt=""><figcaption></figcaption></figure>

#### Playlist-Funktionen, die per Häkchen in der Checkbox, für einen Player gewählt werden können:

<table><thead><tr><th>Funktionen für Playlists</th><th>Erläuterung</th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Playliste im Player deaktivieren</strong></td><td>Die "Wiedergabeliste" wird im Player nicht angezeigt. Der Benutzer kann somit nicht einzelne Videos auswählen.</td><td></td></tr><tr><td><strong>Playlist bei Initialisierung des Players öffnen</strong></td><td>Die Wiedergabeliste im Audio-Player ist automatisch geöffnet.</td><td></td></tr><tr><td><strong>Playlist-Items in der Player-Konfiguration für Dateien ausgeben</strong></td><td>Es wird immer nur die erste (aktuellste) Datei aus der Playlist angezeigt und abgespielt. </td><td></td></tr><tr><td><strong>Playlist Cover als Video Cover verwenden</strong></td><td>Das, im Modul, zur Playlists hinterlegte Bild wird als Vorschaubild für den Player verwendet.</td><td></td></tr><tr><td><strong>Player Modus</strong></td><td>Sie können wählen ob der Player als Video- oder Audioplayer oder in der Standartversion ausgeliefert wird.</td><td></td></tr><tr><td><strong>Kategorie anzeigen</strong></td><td>Der Player zeigt die im Projekt angelegten Kategorien an. Der Nutzer kann im Player die Inhalte nach Kategorien filtern.</td><td></td></tr><tr><td><strong>Suche anzeigen</strong></td><td>Der Player zeigt ein Suchfeld zur Inhaltssuche an.</td><td></td></tr><tr><td><strong>Maximale Items in Playlist (Sichtbar)</strong></td><td>Bestimmt die maximale Länge der Liste mit Vorschaubildern die angezeigt werden.</td><td></td></tr><tr><td><strong>Maximale Items in Playlist</strong></td><td>Begrenzt die Anzahl der zur Playlist hinzufügbaren Dateien oder Livestreams.</td><td></td></tr></tbody></table>

{% hint style="info" %}
Die Einstellungen werden erst mit dem Speichern wirksam.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sdn.docs.3q.video/interface/player/playlist-player.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
