Playlist# Playlist ABC's. The playlist abstract classes. Playlist # Bases: abc.ABC Playlist. The playlist object. Reference info property # info: PlaylistInfo The info of the playlist. tracks property # tracks: typing.Sequence[Track] 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. 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).