I've been using Ant Movie Catalog for about 4 years now and I'm a great fan!
I've exported my film list onto a webserver so that my friends can see what films should they beg me

Still, a few weeks ago i started thinking about having something more "flashy", a nicer looking presentation for my film list.
Today, i found tiltviwewer ( http://www.airtightinteractive.com/projects/tiltviewer/ ) - it is a flash and xml based image viewing application for the web. It was very much what i was looking for.
With it, i grabbed the first 100 films from my list and i've been able to produce this >>> http://suavemelancolia.com/wm/tiltviewer/
As you can see on the link, above, it gives me a groovy grid (5x5) of my films. If you click on the arrows, you can go forward or backward, 25 films at a time, on the list. If you click on a cover, it will zoom onto it. On the lower right corner of the cover there's a circular icon - clicking on it will rotate the cover and will show, on the back, the number of the film, it's "title" and a "description". If you click somewhere on the blank space between pics it will xoom out. With the right mouse button, you can make it fullscreen - sweet!!!
The tiltviewer thing has an xml file on with one lists all of the photos in the following manner:
Code: Select all
<photo imageurl="imgs/0001.jpg" linkurl="http://suavemelancolia.com/wm/wicker_man_01.html">
<title>0001</title>
<description>0001</description>
</photo>
<photo imageurl="imgs/0002.jpg" linkurl="http://suavemelancolia.com/wm/wicker_man_02.html">
<title>0002</title>
<description>0002</description>
</photo>
<photo imageurl="imgs/0003.jpg" linkurl="http://suavemelancolia.com/wm/wicker_man_03.html">
<title>0003</title>
<description>0003</description>
</photo>
Now, here's where my limited knowledge limits me, and therefore where i would need help:
I would like to use the export feature on AMC, through a template, so that it can create a file that starts like this:
Code: Select all
<tiltviewergallery>
<photos>
Code: Select all
</photos>
</tiltviewergallery>
Code: Select all
<photo imageurl="imgs/$$ITEM_NUMBER.jpg" linkurl="$$ITEM_FILEINDIV">
<title>$$ITEM_ORIGINALTITLE</title>
<description>$$ITEM_DIRECTOR</description>
</photo>
I do not know how to do this, and I know that this can be done automatically (the easy way!) and not as I did with the 100 first films, by hand, copy pasting the afternoon away.
Could any kind soul help me? I would be very grateful!

Thanks all,
wm