PlaylistMode PlaylistMode # Bases: Enum Defines the playback mode for the video playlist. LOOP = 'loop' # Loop over the playlist & restart it from beginning once end is reached. NONE = 'none' # End playback once end of the playlist is reached. SINGLE = 'single' # Indefinitely loop over the currently playing file in the playlist.