BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 eXtreme Movie Manager 8, 9, 10 Forum
 Information
 Need help with Command Names available in HTML
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

nehickel
Junior Member

USA
265 Posts

Posted - 08 Jan 2013 :  07:14:10  Show Profile  Visit nehickel's Homepage  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Under TOOLS | My Collection in HTML, there are HTML template files which are used to create an HTML catalog of XMM movies. The detail information comes from the XMM database via substitution of key words for data during the processing of individual movies. This process is very close to what was being used in the MyLittleNMT plug-in in version 7. In that version, I had created some templates that allowed an HTML catalog to work on nearly any type of Android device. I believe I can do the same now in version 8 using this technology. What I need however is a list of what key words are available in this new environment. I tried using the same keywords I used in version 7 but they all failed. Here is a list of the key words I was looking to use.


_MOVIE_MPAA_
_MOVIE_MEDIA_
_MOVIE_SCREENRATIO_
_MOVIE_CUSTOMFIELD7_ or what ever the Awards field is now days



Thanks,
Norm

JDommi
Administrator

Germany
4638 Posts

Posted - 08 Jan 2013 :  09:20:47  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Have a look at the MagicScript documentation included in XMM8.
I think that 99% of the new/changed keywords are already in there.
It's located in C:\Program Files (x86)\eXtreme Movie Manager 8\Help\magicscript.htm

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

nehickel
Junior Member

USA
265 Posts

Posted - 09 Jan 2013 :  01:38:59  Show Profile  Visit nehickel's Homepage  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I did look and found that even the key words used in the new version are not listed. For example _MOVIE_VINFO_ and MOVIE_AINFO_ are not listed in the documentation. The key words I mentioned in my initial message are listed but do not function.

If someone comes across the list of what is being used, I'd greatly appreciate it.

Thanks,
Norm
Go to Top of Page

JDommi
Administrator

Germany
4638 Posts

Posted - 09 Jan 2013 :  10:32:17  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
_MOVIE_VINFO_, _MOVIE_AINFO_ ????
Sorry, but never heard of these...

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

nehickel
Junior Member

USA
265 Posts

Posted - 27 Jan 2013 :  04:27:38  Show Profile  Visit nehickel's Homepage  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Sorry for the late update... funeral issues to deal with. The MOVIE_VINFO key word was found in both the Detail.htm and Movie.htm web template files used in My Website. Here is the code along with the code I've been trying to add to the template for my Android catalog.

<html>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK REL="StyleSheet" TYPE="text/css" HREF="MediaPortal.css">
<TITLE>_MOVIE_TITLE_</TITLE>
</HEAD>
<BODY marginheight="0" marginwidth="0" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" border="0" class="bodybg">

<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="maintitle_small" width="21%">EMM# : _MOVIE_ID_<br>
Added: _MOVIE_ADDED_</td>
<td class="maintitle" width="64%">
<p align="center">_MOVIE_TITLE_ (_MOVIE_YEAR_) </td><td class="maintitle_small" width="14%">
<p align="right">IMDB: _MOVIE_RATING_</td>
</tr>
</table>
<table border="0" cellspacing="1" cellpadding="0" width="100%" height="421">
<tr valign="top">
<td width="250" class="detailsbg">
<img src="_MOVIE_THUMB_"> </img> </td>
<td class="detailsbg" valign="top" width="84%">
<table width="100%" height="100%" border="0" cellspacing="1" cellpadding="0">

<tr valign="top">
<td class="cellalt" colspan="5" height="17"><p align="center"><i>_MOVIE_TAGLINE_</i></td>
</tr>

<tr valign="top">
<td colspan="2" class="subtitle" height="17" align="left" width="867">Movie Details</td>
<td colspan="2" class="subtitle" height="17" align="left" >Actors</td>
</tr>
<tr valign="top">
<td width="6%" nowrap="" class="celllabel" height="28">Genre</td>
<td class="cellvalue" width="774" height="17" height="28">_MOVIE_GENRE_</td>
<td class="celllabel" width="3%" rowspan="2" align="center" valign="center"><img src="_MOVIE_ACTORP1_" height="50" ></td>
<td class="cellvalue" width="31%" rowspan="2" height="34" valign="middle">_MOVIE_ACTORD1_</td>
</tr>
<tr valign="top">
<td class="celllabel" width="6%" >Director</td>
<td class="cellvalue" width="774" height="17" valign="middle">_MOVIE_DIRECTOR_</td>
</tr>
<tr valign="top">
<td class="celllabel" width="6%" nowrap="">Length</td>
<td class="cellvalue" width="774" height="17">_MOVIE_LENGTH_</td>
<td class="celllabel" width="3%" rowspan="2" align="center" valign="center"><img src="_MOVIE_ACTORP2_" height="50" width="46" ></td>
<td class="cellvalue" width="31%" rowspan="2" height="34" valign="middle">_MOVIE_ACTORD2_</td>
</tr>
<tr valign="top">
<td class="celllabel" width="6%" nowrap="">Studio</td>
<td class="cellvalue" width="774" height="17">_MOVIE_STUDIO_</td>
</tr>
<tr valign="top">
<td class="celllabel" width="6%" nowrap="">Video</td>
<td class="cellvalue" width="774" height="17" valign= "middle">_MOVIE_VINFO_</td>
<td class="celllabel" width="3%" rowspan="2" align="center" valign="middle"><img src="_MOVIE_ACTORP3_" height="50" ></td>
<td class="cellvalue" width="31%" rowspan="2" height="34" valign="middle">_MOVIE_ACTORD3_</td>
</tr>
<tr valign="top">
<td class="celllabel" width="6%" nowrap="" height="35">Audio</td>
<td class="cellvalue" width="774" height="17">_MOVIE_AINFO_</td>
</tr>


<tr valign="top">
<td class="celllabel" width="6%" nowrap="">MPAA:</td>
<td class="cellvalue" width="774" height="17">_MOVIE_MPAA_</td>
</tr>
<tr valign="top">
<td class="celllabel" width="6%" nowrap="">Format:</td>
<td class="cellvalue" width="774" height="17"> _MOVIE_MEDIA_</td>
</tr>
<tr valign="top">
<td class="celllabel" width="6%" nowrap="">Ratio:</td>
<td class="cellvalue" width="774" height="17"> _MOVIE_SCREENRATIO_</td>
</tr>



<tr valign="top">
<td colspan="5" class="subtitle" height="17" align="left">Movie files</td>
</tr>
<tr valign="top"><td class="cellvalue" colspan="5"><a href="_MOVIE_LINK1_" vod>_MOVIE_LINK1_</a>     
_MOVIE_LINKTYPE1_</td></tr>
<tr valign="top"><td class="cellvalue" colspan="5"><a href="_MOVIE_LINK2_" vod>_MOVIE_LINK2_</a>     
_MOVIE_LINKTYPE2_</td></tr>
<tr valign="top"><td class="cellvalue" colspan="5"><a href="_MOVIE_LINK3_" vod>_MOVIE_LINK3_</a>     
_MOVIE_LINKTYPE3_</td></tr>
<tr valign="top"><td class="cellvalue" colspan="5"><a href="_MOVIE_LINK4_" vod>_MOVIE_LINK4_</a>     
_MOVIE_LINKTYPE4_</td></tr>
</table>

</td>
</tr>
<tr><td colspan="2" class="subtitle" height="28" align="left">Plot</td></tr>
<tr><td colspan="2" class="celllabel" height="17" align="left">_MOVIE_PLOT_</td></tr>
</table>

</BODY>
</html>


Norm
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.13 sec. Powered By: Snitz Forums 2000 Version 3.4.07