Announcement

#46 2013-10-28 16:39:58

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: [Plugin] Charlies content

Hi :-)
Can you give me a link ?


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#47 2013-10-28 16:46:25

whitst
Member
Kentucky, USA
2013-03-17
29

Re: [Plugin] Charlies content

Can not give a link since all but few photos are password protected.  I would be glad to send to you contents of web pages if that would help.  This forum will not let me attach JPG files and when I click on your email link it does not allow attachments at all.

Offline

 

#48 2013-10-28 16:47:17

jdd
Member
Toulouse (France)
2009-12-19
118

Re: [Plugin] Charlies content

cache problem? purge browser cache after operation?

jdd

Offline

 

#49 2013-10-28 16:54:27

jdd
Member
Toulouse (France)
2009-12-19
118

Re: [Plugin] Charlies content

Hello :-)

whitst wrote:

Can not give a link since all but few photos are password protected.  I would be glad to send to you contents of web pages if that would help.  This forum will not let me attach JPG files and when I click on your email link it does not allow attachments at all.

may be you can post random video publicly only for test purpose?

jdd

Offline

 

#50 2013-10-28 16:58:44

whitst
Member
Kentucky, USA
2013-03-17
29

Re: [Plugin] Charlies content

OK - from Firefox went to Administration->Plugins->Charlies  went to Quicktime player and unchecked MPEG, MP4 and M4A and then clicked on Save Configuration and then Logout and then closed Firefox.

Opened IE9.  Went back to Charlies configuration and quicktime_player settings were unchanged.

I have now made the videos public so that you can see without logging in.

http://www.biglookspooks.com/photos/

Offline

 

#51 2013-10-28 17:15:59

jdd
Member
Toulouse (France)
2009-12-19
118

Re: [Plugin] Charlies content

well...

the flv runs perfectly on my firefox. the bit rate is very low (mediainfo: 500kbps).

The mp4 runs also, but there the bit rate is much too high for the video to dl easily.

but I could dl them to my disk and run them there

I use this

Code:

rep=$(basename `pwd`) ;
mkdir $rep ;
mkdir $rep/pwg_representative ;

for a ; do
  b=`echo "$a" | cut -d'.' -f1` ;
  ffmpeg -i $a -s 640x360 -b 1000k -aspect 16:9 -ar 44100 $rep/$b.flv ;
  ffmpeg -i $a -r 1 -t 00:00:01 -ss 0:0:05 -s 640x360 -f image2 $b.jpg ;

  convert -resize 128x128 $b.jpg $rep/pwg_representative/$b.jpg ;
  rm $b.jpg ;
done
exit

for my own files on piwigo

Offline

 

#52 2013-10-28 17:22:43

whitst
Member
Kentucky, USA
2013-03-17
29

Re: [Plugin] Charlies content

my flv also runs fine.  I am assuming that the mp4 is running ok because you have quicktime enabled.  I do not want to use quicktime to run mp4 files - that is the problem.  The Charlies plugin will not let me use anything but quicktime to play the mp4.

And yes I know that I can download the file and play it.  I tested all of that.

Offline

 

#53 2013-10-28 17:24:26

whitst
Member
Kentucky, USA
2013-03-17
29

Re: [Plugin] Charlies content

I am beginning to believe that the only way that the Charlies plugin will let me play mp4 files is by using quicktime.

Offline

 

#54 2013-10-28 17:56:41

jdd
Member
Toulouse (France)
2009-12-19
118

Re: [Plugin] Charlies content

your twobells video here

http://dodin.info/piwigo/index.php?/category/5166

mp4 from handbrake, flv from my own script.

obviously the player is not the same and I can neither change the options.

that said I can't either update piwigo for permission problems... I was never clear as of what permissions are secure

Offline

 

#55 2013-10-28 18:00:31

jdd
Member
Toulouse (France)
2009-12-19
118

Re: [Plugin] Charlies content

whitst wrote:

I am beginning to believe that the only way that the Charlies plugin will let me play mp4 files is by using quicktime.

same.

is it a problem?

I didn't est all the video plugins, but html5 would be the better choice, one need only to upload two copies of the same video

http://dodin.info/lesgazelles/index.php … osGazelles

jdd

Offline

 

#56 2013-12-27 04:23:33

Sidhi Ciang
Guest

Re: [Plugin] Charlies content

OK, I just install the Charlie plugin on my Piwigo... The question is how to add a video and pdf on my piwigo without using ftp ?

Step by step tutorial please...

 

#57 2013-12-27 04:39:35

Steve White
Guest

Re: [Plugin] Charlies content

Your answer is on the forums but you must pray to whatever god that you believe in and search for the holy grail to find your answer.  Maybe another user on the forums will point you to the correct forum post based upon the version of Piwigo  and Charlie's that you are running.  It took me hours of searching and experimenting to get things working properly.  That is the problem with open source.  Good luck and Happy New Year! :)

 

#58 2013-12-27 08:09:11

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: [Plugin] Charlies content

Sidhi Ciang wrote:

OK, I just install the Charlie plugin on my Piwigo... The question is how to add a video and pdf on my piwigo without using ftp ?

Hi :-)

Have you test [extension by julien1311] File Uploader


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#59 2014-01-07 23:16:17

the-outdoorsman
Member
2009-05-17
84

Re: [Plugin] Charlies content

I would really like to get this plugin working but it seems to have a few bugs. In Ie 11, opera and google chrome if you change any of the setting and then save it and refresh the settings all go back to default. In Ie 11 I am to get video to play. The audio plays but with out the video. In google chrome and opera the video and audio play. I have the latest version of the plugin installed and am running Piwigo 2.5.3 This would be a great plugin if it worked completely. I don't see where I am doing anything wrong.

Offline

 

#60 2014-01-08 09:07:13

jdd
Member
Toulouse (France)
2009-12-19
118

Re: [Plugin] Charlies content

there is probably a way to edit the config directly on the files

I noticed the option files got a too long line, I could shorten it like this:

http://dodin.info/wiki/index.php?n=Phot … esContents

ans got better working video actions. Didn't go further, but may be somebody better than I am in php can do better

jdd

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact