Video Integrator MOD
Description : Play & handle Video file like picture
Downloads :
· Tuesday May 3rd, 2005 : release 0.2.0 (for PhpWebGallery 1.4.0) [zip]
· Wednesday August 25th, 2004 : release 0.1.0 (for PhpWebGallery 1.3.2, 1.3.3 & 1.3.4) [zip]
· Sunday May 16th, 2004 : release 0.0.2 (for PhpWebGallery 1.3.1) [zip]
· Thursday March 4th, 2004 : release 0.0.1 (for PhpWebGallery 1.3) [zip]
Movie Thumbnail add-on (ffmpeg-php and Video Integrator MOD 0.2.0 ARE REQUIRED) :
· Tuesday May 21st, 2005 : release 0.2.1 beta (for PhpWebGallery 1.4.0) [zip]
Demo : [here]
Release notes for 0.2.0 :
. Thanks to jOoL for object movie player implementation.
Release notes for Movie Thumbnail add-on :
. Use the second install file (install-2.txt) to allow update of movie thumbnail, even if you don't use ffmpeg-php.
Dernière modification par Kitof (2005-08-08 13:55:12)
Hors ligne
I've tried to install it: seems to work only with 1.3.0
create_listing_file.php is different in PhpWebGallery 1.3.1
If someone got the same or know how to apply it in this version...
(j'ai tenté de poster en anglais mais si vous n'y comprenez rien, dites-le moi!)
Dernière modification par Yarman (2004-04-24 18:00:57)
Hors ligne
I tried this moD with the 1.3.2 verion but it doesn't work... Is there a new release for this version ?
hello I work with PWG 1.3.2 and i think that I have find the little correction for this MOD work with the 1.3.2 version..
in picture.PHP I have remove the "elseif" to just let "else"
[ie
elseif(in_array(get_extension($row['file']),$conf['movie_ext']))
{
$next_lien_thumbnail = './template/'.$user['template'].'/images/movie.png';
}
become
"
else
{
$next_lien_thumbnail = './template/'.$user['template'].'/images/movie.png';
}
"
]
few line after, i have change if(in_array(get_extension($page['file']),$conf['picture_ext']) by
if(in_array(get_extension($page['file']),$conf['picture_ext']))
As i work only with AVI files, in /include/config.inc.php i change the codec link ( a better idea ?) by =>
$conf['movie_ext'] = array('AVI'); // movies extension you want to handle
$conf['codec_url'] = 'http://www.microsoft.com/windows/windowsmedia/format/codecdownload.aspx';
I want also this page open in a new window .. hop =>
in template\default\picture.vtp, the link become
<tr><td class="menu" style="text-align:center;" colspan="2"><a href="{#codec_link}" target="_blank">Telechargez le Codec</a></td></tr>
Don't hesitate to tell me if something goes wrong .. i have search for all the day and may-be miss some change to comment.
Julien
Dernière modification par julien (2004-05-31 18:13:34)
Hors ligne
Hello,
Just "copy movie.png to template/default/images/movie.png" and the video will be represent by this image. when (on my website !) i click on a video, it's start, and i have [but i have not made anything for that :-) so the mod is correct !!] a ling below the video to return to the category
Julien
To have a look (also on the integration of 2 templates!(=>for the "thumbnail" of the video, don't forget to copy movie.png to your /template/YourOtherTemplate/image/ directory !!)
http://julkinalabox.homelinux.org {pwg - test}
Dernière modification par julien (2004-06-06 17:30:42)
Hors ligne
Thanks to Kitof and Julien for this MOD.
I confirm that it works with 1.3.2 if you apply Julien's modifications.
quelqu'un pourrais pas m'envoyer les fichiers modifier pour la version 1.3.2 parce que moi j'arrive pas a le faire marcher
merci
Hello all,
I think that it is not a very good idea to send the modified files due to some change of configuration independent of the mod.
You will better do to download the mod 1.3.1 and apply all the modification I wrote.
I will put, maybe this week-end a link to "my" install file on my Gallery.
Tell me where and when you have trouble, i try to answer you as soon as i can !
Dernière modification par julien (2004-07-01 18:33:17)
Hors ligne
i made exactly the modifications in "install.txt" and for phpwebgallery 1.3.2 and it doesn't work.
:(
a link to the MOD, modified to work with PWG 1.3.2 :
http://julkinalabox.homelinux.org/templ … dified.zip (slow ADSL :-(
Dernière modification par julien (2004-07-03 16:58:43)
Hors ligne