mpris2.types.loop_status module¶
From mprisV2.2 documentation
http://specifications.freedesktop.org/mpris-spec/latest/Player_Interface.html#Enum:Loop_Status
-
class
mpris2.types.loop_status.
Loop_Status
(status)[source]¶ Bases:
str
A repeat / loop status
- None (None)
The playback will stop when there are no more tracks to play
- Track (Track)
The current track will start again from the begining once it has finished playing
- Playlist (Playlist)
The playback loops through a list of tracks
-
NONE
= 'None'¶
-
PLAYLIST
= 'Playlist'¶
-
TRACK
= 'Track'¶
-
VALUES
= ('None', 'Track', 'Playlist')¶