Skip to content

Playlist#

Playlist ABC's.

The playlist abstract classes.

Playlist #

Bases: abc.ABC

Playlist.

The playlist object.

Lavalink Reference

info property #

The info of the playlist.

tracks property #

The tracks in this playlist.

plugin_info property #

plugin_info: typing.Mapping[str, typing.Any]

Addition playlist info provided by plugins.

PlaylistInfo #

Bases: abc.ABC

Playlist information.

The playlist info object.

Lavalink Reference

name property #

name: str

The name of the playlist.

selected_track property #

selected_track: int

The selected track of the playlist (-1 if no track is selected).