T O P I C R E V I E W |
BeZen |
Posted - 27 Aug 2004 : 00:16:12 Hello,
I do find the HTML Thumbnails View very useful to obtain a list of a the movies in one HTML table.
With a small HTML code you can have a very nice list of all the Movies that are encoded into the DB.
The only problem is that many fields are not recognised. In fact, the only that I have found are: _MOVIE_GENRE_ _MOVIE_ORIGINALTITLE_ _MOVIE_TITLE_
Would it be possible to add some other fields? I do find useful to also have the type of media (_MOVIE_MEDIA_) or the number of the CD (_MOVIE_CDBOXID_).
I put an example of my code (to make it clear, I replaced a good part by "...").
<!--END_HEAD--> <div ...> <div...> <table ...> <tr> <td ... rowspan="4"><img src="_COVER_1_" ...></td> <td colspan="2" ...>_MOVIE_TITLE_</td> </tr> <tr> <td ...>..._TMOVIE_ORIGINALTITLE_...</td> <td>..._MOVIE_ORIGINALTITLE_...</td> </tr> <tr> <td ...>..._TMOVIE_GENRE_...</td> <td>..._MOVIE_GENRE_...</td> </tr> <tr> <td ...>..._TMOVIE_MEDIA_...</td> <td>..._MOVIE_MEDIA_...</td> </tr> </table> </div> </div> ... <!--END_BODY-->
Best regards,
Emmanuel |
1 L A T E S T R E P L I E S (Newest First) |
Alessio Viti |
Posted - 27 Aug 2004 : 08:28:34 Hi Bezen,
For export all fields just press the second little button at top of the HTML Card. As you can see, the first little button create a "normal" html-thumb with few variables, the second export all. I have split this function in two button because the FULL HTML THUMB is very slow.
Let me know if you have problems!
Alessio |
|
|