Thanks for your positive feedback and for your question. I know there is a lot of documentation and it can be hard to pick out an answer for a specific application. The short answer, though, is “yes”.
You can use a custom markup template to compose a table-based gallery. One example can be found in the “A Table-based Style and Markup Template Example” section of the Settings/Media Library Assistant Documentation tab. The “Item” section of the template in the example shows you how to access data like Title, Description and Tags (the terms:
entry). You can also find information and examples in these earlier topics:
Displaying text above the gallery, mla_heading
PDF Feed alignment and numbering results
You can also get a similar result without a custom template with something like this:
[mla_gallery columns=1 post_mime_type=video size=icon mla_caption="{+title+} - {+description+} - {+terms:attachment_category+} - length?"]
You can substitute attachment_tag
or post_tag
for attachment_category
depending on which taxonomy you use for your “Tags”.
I do not know where to source the “Length” element. I can see a playtime_string
(and a playtime_seconds
) element in the video metadata but there is no code in the current MLA version to extract it. I will investigate the possibility of adding an enhancement to my next MLA version.
You may find this earlier topic of interest:
Audio Player
The solution there can easily be adapted to show the video-player.
I will leave this topic unresolved until I hear from you if the above suggestions make sense. I will also investigate playtime_string
. Thanks for your interest in the plugin.