Expand description

Provides all of the methods needed to control and work with a Player.

Note that these methods are also all implemented on the Player struct.

Functions

Retrieves track metadata from a Player. The prop_cast function may be used to get specific values out of the resulting metadata.

Retrieves the value of an MPRIS property. Available properties can be found here.

Skips to the next track

Opens a track by its URI.

Pauses the current track

Starts or resumes the current track

Resumes/starts or pauses the current track

Skips to the previous track

Seeks the position of the active track.

Same as seek, but in reverse.

Sets the position of the current track, by microseconds.

Sets the value of a writable MPRIS property. Available properties can be found here.

Stops playback