The name of the artist of the currently playing media.
The title of the currently playing media.
The album name of the currently playing media.
The genre of the currenly playing media.
The current position in the media, as the number of milliseconds offset from the start of the media.
The total length of the currently playing media. May be zero for media of unknown length (e.g. streams).
The current position in the current media, as expressed as a string (in minutes:seconds).
The total length of the current media, as expressed as a string (in minutes:seconds).
A boolean value indicating whether shuffle mode is enabled.
An integer value indicating which repeat mode is currently active. This has a value of 0 for no repeat, 1 for repeat one, and 2 for repeat all.
The current player volume as an integer between 0 and 255 inclusive.
A boolean value indicating whether the player is currently muted.
A boolean value indicating whether the player is currently playing. Note that this will be true even if the player is paused.
A boolean value indicating whether the player is currently paused.