The Tags
From Internal Cache, HTML created very quickly
<<moviecount>>
<<title>>
<<movietitleandyear>>
<<runtime>>
<<rating>>
<<outline>>
<<imdb_url>>
<<fullpathandfilename>>
<<movieyear>>
From nfos, must be loaded first, takes longer.
<<fullplot>>
<<director>>
<<writer>>
<<moviegenre>>
Images
<<smallimage>> - coppied from the postercache (150x200 res) to html source\images folder. The images will be created if the cache does not exist.
Misc
<<counter>> - incremental counter
Supported Template format.
<title>Unique Title for menu list</title>
<<MC HTML Page>>
<<header>><</header>> - No need to add html, head, or body tags.
<<body>><</body>> - footer not supported yet!
<</MC HTML Page>>
<<css>>
<filename>moviecard.css</filename>
@charset "utf-8";
.smallfont {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
.bigfont {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}
.headingfont {
font-size: 26px;
}
<</css>>[/code]