Can one build a feed with Ditto or otherwise from a maxi gallery?
similar to this
<playlist version="1">
<trackList>
<track>
<title>title</title>
<location>assets/images/image.jpg</location>
</track>
</trackList>
</playlist>
Sure,
For galleryOuterTpl use:
<playlist version="1">
<trackList>
[+maxigallery.pictures+]
</trackList>
</playlist>
And for galleryPictureTpl use:
<track>
<title>[+maxigallery.picture.title:htmlent+]</title>
<location>[(base_url)][+maxigallery.path_to_gal+]tn_[+maxigallery.picture.filename+]</location>
</track>
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
so I finally got around to using this, looked good at first, but then I realized you meant altering the main Templates for Maxi, I’d like to keep the Maxi functioning normal, just have a feed to send to a player...
but thanks!
No, you create chunks with that content and use them in the snippet call in some document what will be the feed for the player
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
I’ll give it a go, and report back.