Author |
Topic |
|
nehickel
Junior Member
USA
265 Posts |
Posted - 31 Jan 2013 : 03:16:44
|
I've been using the Template abilities to create custom Catalog's for my Android devices (Phone & Tablet). I use Dropbox as the method to make these catalogs available to their respective devices. In addition to having catalog's on my Andriod devices, I also have my videos available too.
The only thing that the Templates don't offer is the ability to play the videos accept on the computer that XMM 8 is located. The Template keyword _MOVIE_LINK1_ contains the Movie file name and location that is unique to the XMM 8 computer. If however, the Movie information in _MOVIE_TITLE_ were made available (without location information), It would be possible to create Templates with the file path information used on other devices. This would mean Andriod devices could play those videos that they have stored on them.
Another keyword, not required by Android but of great value, would be the MPAA information related the the keyword _MOVIE_MPAA_ that does not work within the HTML Template process.
Thanks, Norm |
|
nehickel
Junior Member
USA
265 Posts |
Posted - 31 Jan 2013 : 09:44:21
|
Please ignore the stuff about the _MOVIE_TITLE_ since that Keyword DOES exist in the new Template functionality. Now I just need to figure out an easy way to strip off the year information from it. But at least its a starting point.
The other stuff about MPAA and so on is still important. Ideally it would be nice if all of the database fields were available to My Website. Including Back Cover graphics, Media Type and so on.
Thanks, Norm |
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
nehickel
Junior Member
USA
265 Posts |
Posted - 31 Jan 2013 : 21:42:30
|
Ali,
Yes, I have my own Template but its not really worth sharing since its imcomplete. Its based on MediaPortal. I removed code related to all filtering except Alphabetical, that's the best way to view Movie info on small screen devices.
Here are lines I added (does not work since keywords do not get resolved into Movie Values)
<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>
These lines were placed after the Audio section and before the Movie Files section.
As for the code to play the Movies on various Android devices, I have not written it yet but it will be based upon the HTML and Java Script code I emailed you last Month. I will email you functional Template once code is written.
I really like the My Website function since it easier and simpler than using XMM 7's MyLittleNMT and OnEx together to produce one Catalog.
Thanks, Norm
|
|
|
|
Topic |
|