Page 1 of 1

My Templates

Posted: 2012-12-11 19:55:38
by kgytopi
these my transformed versions

Image
Image
Image


Thanks for all of the ideas

kgytopi

fantasztikus template

Posted: 2013-01-02 13:20:31
by xzoli
Szia!

Ezek a template-ek elérhetők valahol szegény honfitársak számára? :)

xzoli

Re: fantasztikus template

Posted: 2013-01-02 14:27:52
by kgytopi
[HU]
xzoli wrote:Szia!

Ezek a template-ek elérhetők valahol szegény honfitársak számára? :)

xzoli
Szia!

Persze, csak írd meg, hogy hova küldjem :) Hirtelen nem tudok olyan tárhelyet, ahová fel tudnám tölteni tartósan.

Üdv Topi

template

Posted: 2013-01-02 21:01:06
by xzoli
Szia!

Nagyon kedves tőled!
b.zoltan@riarex.hu -ra mehet!

Xzoli

a new idea [EN, HU]

Posted: 2013-04-19 17:55:38
by kgytopi
every film has its own background field (custom field)

Image

[HUN]
Minden filmnek van egy saját háttér mezője (HATTER), amit felhasználok a html-ben!

...
<body background="$$ITEM_CF_HATTER">
...

Posted: 2013-05-20 15:19:14
by spiderbat
bonjour comment faite vous pour afficher un fanart???

Posted: 2013-05-20 19:04:47
by kgytopi
spiderbat wrote:bonjour comment faite vous pour afficher un fanart???
I'm sorry, I don't understand your question

Posted: 2013-05-20 19:16:41
by spiderbat
sorry my english is not perfect...How did you realize your template with background images

Posted: 2013-05-20 22:13:56
by kgytopi
spiderbat wrote:sorry my english is not perfect...How did you realize your template with background images
1. - I create a custom field : hatter (or background) / this stores the name of the picture

2. - Use this ...

...
<body background="$$ITEM_CF_HATTER">
...

Code: Select all

<html>
<head>
<META NAME="DESCRIPTION" CONTENT="Basic template with 3 pictures beside of cover.">
<META NAME="DESCRIPTION" CONTENT="Needs custom fields PIC_PATH and CATALOG">
<META NAME="DESCRIPTION" CONTENT="v1.0 - 29.11.2012 by J">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<style TYPE="text/css">
  body {margin:0; padding:10px; color:white; font-size:13pt; font-family:Arial}
  div.header {font-size:20pt; font-weight:bold; color:#FF0000; text-align:center; padding:10px}
  div.h2 {font-size:12pt; font-style:italic; text-align:center; margin-bottom:14px; margin-top:-10px}
  div.cover {position:absolute; top:106px; left:10px; background:white; padding:4px; width:230px}
  table.daten {position:absolute; top:96px; width:100%; margin-left:248px; height:340px; overflow:hidden}
  table.info {position:absolute; top:468px; left:10px; width:100%}
  tr {vertical-align:top}
  td.wh, td.who, td.gr {line-height:1.5; padding-left:5px}
  td.wh {color:#FFFFFF}
  td.who {color:#FFFF00; font-weight:bold}
  td.gr {width:130px; color:#07A7BF; font-weight:bold}
  span {background:$$ITEM_COLORHTML; color:black; border:solid; border-width:1px; border-color:gray}
  div.position {position:absolute; top:528px; left:431px}
  img.pics {border:solid; border-width:2px; border-color:white; width:240px; height:135px; margin-right:10px}
</style>
</head>
<body background="$$ITEM_CF_HATTER">
<div class="header">$$ITEM_ORIGINALTITLE</div>
<div class="h2"> $$ITEM_TRANSLATEDTITLE </div>
<hr>
<h2 align="center">
	<font size="2"  color="#FFFFFF">$$ITEM_YEAR    |     $$ITEM_COUNTRY $$ITEM_CATEGORY    |      $$ITEM_LENGTH perc</font></h2>
<hr>

<table  cellspacing="0" cellpadding="5"  border="0" width="100%">
 <!--
  <colgroup>
    <col width="50,5%">
    <col width="49,5%">
  </colgroup>
 -->
  <tr>
    <td width="230">
   <img src="$$ITEM_PICTUREFILENAME" width="230">
   </td>
   <td>
       	<table width="100%"  border="0" >
		<tr>
			<td class="gr">$$LABEL_ACTORS</td>
		</tr>
		<tr>
			<td class="wh">$$ITEM_ACTORS</td>
		</tr>
     <tr>
			<td class="gr">$$LABEL_DIRECTOR</td>

		</tr>
     <tr>
			<td class="wh">$$ITEM_DIRECTOR</td>
		</tr>
		<tr>
			<td class="gr">$$LABEL_PRODUCER</td>

		</tr>
     <tr>
			<td class="wh">$$ITEM_PRODUCER</td>
		</tr>
		</table>
    </td>
	<td  width="320">
     <table width="100%" border="0">
    <tr>
		  <td class="gr">$$LABEL_MEDIA</td>
		  <td class="who">$$ITEM_MEDIA</td>
		</tr>

		<tr>
			<td class="gr">$$LABEL_TYPE</td>
			<td class="who">$$ITEM_TYPE</td>
		</tr>
		<tr>
			<td class="gr">$$LABEL_SOURCE</td>
			<td class="who">$$ITEM_SOURCE</td>
		</tr>
		<tr>
      <td class="gr">$$LABEL_RESOLUTION</td>
      <td class="who">$$ITEM_RESOLUTION</td>
    </tr>
		<tr>
			<td class="gr">$$LABEL_BORROWER</td>
			<td class="who">$$ITEM_BORROWER</td>
		</tr>
     <tr>
          <td class="gr">$$LABEL_DATEADD</td>
          <td class="who">$$ITEM_DATEADD</td>
        </tr>

    <tr>
			<td class="gr">$$LABEL_SIZE</td>
			<td class="who">$$ITEM_SIZE $$LABEL_UNIT</td>
		</tr>
		<tr>
			<td class="gr">$$LABEL_FRAMERATE</td>
			<td class="who">$$ITEM_FRAMERATE</td>
		</tr>
		
 	 <tr>
			<td class="gr">$$LABEL_DISKS</td>
			<td class="who">$$ITEM_DISKS</td>
		</tr>
    <tr>
      <td class="gr">$$LABEL_RATING</td>
      <td class="who"><b><span> $$ITEM_CHECKED </span>  $$ITEM_RATING</b></td>
    </tr>
	  </table>
    </td>
  </tr>

</table>

<hr>
  
 <table cellspacing="5" cellpadding="0">
  <th></th>
  <tr>
    <td class="gr">$$LABEL_DESCRIPTION:</td>
    <td style="text-align: justify" class="wh">$$ITEM_DESCRIPTION</td>
  </tr>
</table>

<hr>

<table cellspacing="5" cellpadding="0">
  <th></th>
  <tr></tr>
  <tr>
    <td class="gr">$$LABEL_COMMENTS:</td>
    <td class="wh">$$ITEM_COMMENTS</td>
  </tr>
  
  	<tr>
			<td class="gr">$$LABEL_VIDEOFORMAT</td>
			<td class="who">$$ITEM_VIDEOFORMAT</td>
		</tr>
		<tr>
			<td class="gr">$$LABEL_AUDIOFORMAT</td>
			<td class="who">$$ITEM_AUDIOFORMAT</td>
		</tr>
    <tr>
			<td class="gr">$$LABEL_LANGUAGES </td>
			<td class="who">$$ITEM_LANGUAGES </td>
		</tr>
		<tr>
			<td class="gr">$$LABEL_SUBTITLES </td>
			<td class="who">$$ITEM_SUBTITLES </td>
		</tr>
</table>
</body></html>

Posted: 2013-05-21 10:16:29
by spiderbat
sorry I'm not very good with computers .... how you made ​​the Custom field and you set or path of the image code <body background="$$ITEM_CF_HATTER">
this site or exactly? thank you ;)

Posted: 2013-05-21 11:52:11
by antp
(explanation in French, I guess it is not useful that I also put the English version)

En fait il suffit d'avoir le chemin vers l'image stocké dans un champ quelconque.
La procédure de manipulation des champs personnalisés est expliquée dans le fichier d'aide du logiciel.
Ensuite dans le template là où l'on veut que le template fasse référence à l'image (par ex l'attribut "background" du <body>) on peut faire appel à la valeur de ce champ. Soit il faut modifier le template utilisé pour ajouter cet attribut à la balise <body> soit il faut utiliser un template qui y fait déjà référence (par exemple celui posté juste au-dessus).
Dans son exemple "HATTER" est le nom du champ personnalisé.

Posted: 2013-05-21 18:06:33
by spiderbat
BON OK, il y a une phrase que je ne comprend pas tres bien (moi et le htlm cela fait 2 :/ ) "Ensuite dans le template là où l'on veut que le template fasse référence à l'image (par ex l'attribut "background" du <body>) on peut faire appel à la valeur de ce champ. Soit il faut modifier le template utilisé pour ajouter cet attribut à la balise <body> soit il faut utiliser un template qui y fait déjà référence ". je doit crée un champ personalisé c'est bien cela? si oui quel tag je doit mettre? j'ai vu sur un autres topic qu'il y avait aussi possibilité de le faire via une image qui se situe dans les extras??



GOOD OK, there's a phrase I do not understand very well (me and the fact that htlm :/ 2) "Then in the template where you want the template refers to the image (eg the "background" attribute of <body>) can appeal to the value of this field. either you must modify the template used to add this attribute to the <body> or you must use a template that already reference. "I should create a personalized field is that correct? if so what tag should I put it? I saw on one other topic that was also able to do so via an image that is in the extras?

Posted: 2013-05-21 19:40:16
by Raoul_Volfoni
spiderbat wrote:je doit crée un champ personalisé c'est bien cela? si oui quel tag je doit mettre?
Antp te l'explique dans sa réponse.
antp wrote:Soit il faut modifier le template utilisé pour ajouter cet attribut à la balise <body> soit il faut utiliser un template qui y fait déjà référence (par exemple celui posté juste au-dessus).
Dans son exemple "HATTER" est le nom du champ personnalisé.
Donc oui, tu crées un champ perso (tout est expliqué dans l'aide d'AMC (touche F1) ... à partir des versions qui gérent les champs perso evidemment)
Ensuite, soit tu mets le tag utilisé par kgytopi (soit "HATTER"), soit tu utilises le tag de ton choix, mais tu devras alors modifier le template pour qu'il prenne en compte ton propre tag (autrement dit, il faudra modifier la ligne <body background ...etc ... et remplacer HATTER par ton tag).
spiderbat wrote:j'ai vu sur un autres topic qu'il y avait aussi possibilité de le faire via une image qui se situe dans les extras??
Oui, mais il faut posséder la 4.2.0 d'AMC et la méthode est très bien expliqué par J sur ces 2 posts.
[New] Rainbow Seagull et Update "blue series"

Posted: 2013-05-21 22:34:03
by spiderbat
Voila je pense avoir fait ce que vous m'avez dit mais cela ne fonctionne pas DITE moi ou jai commis une erreur

Image


Image

Posted: 2013-05-22 08:59:42
by antp
<body background="$$ITEM_CF_COVERS">
(CF pour Custom Field)

Posted: 2013-05-22 21:48:05
by spiderbat
ok merci bcp tout fonctionne nickel ;) un grand merci

My Indigo version with AMC 4.2

Posted: 2013-05-24 18:09:08
by kgytopi
Image

Posted: 2013-09-03 14:40:40
by kgytopi
My ideas

Image
Image
Image