WP Album Media Context

Defines WP_Query which will return audio files from custom posts types of an playlist to be streamed via audio player components.

Arguments

All arguments are passed to the real WP_Query class except offset which is 0 and paged which is always set to true. Meaning that there is no paination here. Setting the posts_per_page you will set the max results in a playlist (20 by default).
You can use expressions when defining arguments. How to use expressions check on the Convoworks documentation pages.
The expressions are evaluated in the service scope so here you can not use internal variables which are available inside container elements e.g. Loop element.

Other parameters

All other parameters are optional - allowed empty by the platforms (e.g. artwork) or the Convoworks provides required values. All parameters are accepting expressions which will be evaluated in the service context. Most of them are also in the post context, meaning that the "post" variable is available in the context (the real \Wp_Post object from the loop).

Album Song Parameters

Whit those two parameters you can access songs that are stored in the post meta of an album post. The fist parameter has to be an resolved array which represents the album songs and contains song related data. THe second parameter is just the name of an single song which will be used in song related parameters.

Default settings parameters

Default loop status and Default shuffle status are defining initial values which will be used when your user starts the player for the first time.

Media info

WP Media Context provides media info data which you can use through connected components (e.g. Media info element, Media block). In these components, you will provide a name under which this data (associative array) will be available and here are the fields it consists of.