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
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
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.
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.