-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
Milestone
Description
https://specifications.freedesktop.org/mpris-spec/latest/Player_Interface.html#Property:LoopStatus
# get loop status ("None", "Track", or "Playlist")
playerctl loop
# turn loop status off
playerctl loop none
# set loop status to track mode
playerctl loop track
# set loop status to playlist mode
playerctl loop playlist
Support all the other new features too.