ah oui en effet, en lieu et place de la page web d'allo ciné par exemple, on voit le chemin complet vers la vidéo ...
Reste plus now qu'à trouver comment la lancer
autrement qu'en copiant le 'lien' vers le poste de travail
Meuhnan, j'suis pas fainéant
j'aime juste un pc bien organisé
Donc résumons, il faudrait un exécutable qui lance par exemple Media Player Classic, depuis le lien se trouvant dans ' Page web' ..
A bon entendeur
j'y connais rien en prog, j'continues mes recherches sur la toile pendant ce temps
Désolé, mais je saisis pas bien non plus cmment me servir de la fonction rajouter un tag special. Car je pensais par exemple rajouter ce tag dans le script, çà serait déjà un bon point .
Cà me donne çà : $$ITEM_URL
mais j'vois pas à quel endroit le copier, entre quoi, ... sachant que je me sers du template par défaut
Code: Select all
<html><head>
<style TYPE="text/css">
text,body,p,div,span,th,td,ul,li { FONT-SIZE: 10pt; FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color: black; background: white; }
HR { color: black; }
A:link { COLOR: #003399; background: white; }
A:visited { COLOR: #003399; background: white; }
A:hover { COLOR: #CC0000; background: white; }
A:active { COLOR: #CC0000; background: white; }
td.blk { color: white; background: black; border: solid; border-color: black; }
table.blk { color: white; background: black; border: solid; border-color: black; border-width: thin; }
table.lgt { color: black; background: white; border: solid; border-width: thin; border-color: #F5F5F5; }
td.lgt { color: black; background: white; border: solid; border-width: thin; border-color: #F5F5F5; }
p.title { font-size: 18pt; font-weight: bold; }
</style></head><body>
<p>Catalog created on $$DATE with <a href="http://www.antp.be/software/moviecatalog/" target="_blank">Ant Movie Catalog</a>.</p>
<table class="blk" border="1" cellspacing="0" cellpadding="5"><tr>
<td class="blk" nowrap>Number</td>
<td class="blk" nowrap>Original Title</td>
<td class="blk" nowrap>Translated Title</td>
<td class="blk" nowrap>Size (Mb)</td>
<td class="blk" nowrap>Format</td>
<td class="blk" nowrap>Languages</td>
<td class="blk" nowrap>Subtitles</td>
</tr>$$ITEM_BEGIN<tr>
<td rowspan="2" class="lgt"><strong>$$ITEM_NUMBER $$ITEM_APPRECIATION<br>$$ITEM_PICTURE</strong></td>
<td class="lgt"><strong>$$ITEM_ORIGINALTITLE </strong></td>
<td class="lgt">$$ITEM_TRANSLATEDTITLE </td>
<td class="lgt">$$ITEM_SIZE </td>
<td class="lgt">$$ITEM_VIDEOFORMAT </td>
<td class="lgt">$$ITEM_LANGUAGES </td>
<td class="lgt">$$ITEM_SUBTITLES </td>
</tr><tr><td colspan="6" class="lgt">$$ITEM_DESCRIPTION </td></tr><tr><td colspan="7" class="blk"></td>
</tr>$$ITEM_END</table><p><strong>Total: $$TOTALMOVIES movies</strong></p></body></html>
1000 mercis:)
Edit : ah ben si j'ai trouvé où le caser
Code: Select all
<td class="blk" nowrap>Play</td>
<td class="lgt">$$ITEM_URL </td>
çà donne çà