<?php echo header("Content-type: text/xml; charset=utf-8"); ?>
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="thumbs.xsl"?>
<list>
<?php
	system("for i in *.jpg; do if [ -f th_\$i ]; then echo '<thumb>th_'\$i'<url>'\$i'</url></thumb>'; fi; done");
	system("for i in *.mp4; do echo '<mthumb>mthumbs/th_'`basename \$i .mp4`'.jpg<url>'\$i'</url></mthumb>'; done");
?>
</list>
