PLAYLIST.rightStatus

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The rightStatus attribute specifies or retrieves the status text that is displayed on the right side and bottom of the PLAYLIST element.

        elementID.rightStatus

Possible Values

This attribute is a read/write String.

Remarks

This attribute can combine any text with specific keywords that will display the desired information, such as the total duration of the playlist. The keywords are surrounded by percentage symbols (%) to keep them distinct from the ordinary text.

The following keywords can be used.

Keyword Description
count Number of items in the playlist.
size Total size of the playlist.
duration Total duration of the playlist.
XXX Does a getItemInfo on the playlist with XXX being the item to receive.
SelectedSize Total size of the selected entries in the playlist.
SelectedCount Total number of selected entries in the playlist.
SelectedDuration Total duration of the selected entries in the playlist.
CheckedCount Total number of checked tracks in the playlist.
CheckedDuration Total duration of the checked tracks in the playlist.
CheckedSize Total size of the checked tracks in the playlist.
DurationString Displays text that describes the duration as "Total Time" or "Estimated Time", depending on whether the total values are known. This text is followed by "%duration%".
CheckedDurationString Displays text that describes the duration for all checked items in the playlist as "Total Time" or "Estimated Time", depending on whether the total values are known. This text is followed by "%duration%".

The value "Total Time: %duration%" for a playlist that contains a total duration of seven minutes will display "Total Time: 07:00".

Requirements

Requirement Value
Version
Windows Media Player 9 Series or later

See also

PLAYLIST Element