PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Jhead path (http://www.photopost.com/forum/photopost-pro-how-do-i/146341-jhead-path.html)

attroll August 22nd, 2011 08:46 AM

Jhead path
 
I have installed jhead. I have set display and extract EXIF information from images to YES.
What do I set the path to jhead to? This is what I have, is it right?
/usr/local/bin/mogrify

attroll August 22nd, 2011 08:52 AM

The reason I asked the above question is because it is not displaying the EXIF info with the photo?

Chuck S August 22nd, 2011 11:09 AM

That is the path to imagemagick

You will want to turn on exif under showphoto options and put the path to your jhead where asked in global options

maybe

/usr/local/bin/jhead

??

attroll August 22nd, 2011 12:57 PM

I cannot get this info to show up.

I have my jhead path set to
/usr/local/bin/jhead

I have my Upload Image Options set to
Display and extract EXIF information from images? YES

I do not see anywhere in Show Photo Options to turn on EXIF? Am I missing something here?

Chuck S August 22nd, 2011 01:31 PM

As I said maybe your path is that. I can not say as I do not administer your server. However if nothing shows and extract exif is yes I would suspect your jhead is not located where the path you have entered is noted.

Turning on exif is in upload options.

attroll August 22nd, 2011 05:43 PM

I have the correct file path to jhead now and have it set up in the admin area.
/usr/src/jhead-2.90/jhead

The problem is that is still is not working.
Is there a command line I can type to verify that this in working?

Chuck S August 22nd, 2011 05:46 PM

That looks like the path before it is compiled if you ask me as usually after you install it it would be maybe

/usr/bin/jhead

or

/usr/local/bin/jhead

the line we use is right in image-inc.php like this so for your example try this

/usr/src/jhead-2.90/jhead -exonly /some/path/to/some/file

You would need ssh access to your server to test it.

attroll August 22nd, 2011 06:17 PM

Chuck

I got the command line to work. The results are posted below. I used
/usr/src/jhead-2.90/jhead -exonly /home/mysite/public_html/test.jpg

So we know the directory is correct. Why is it not displaying in photopost?

Quote:

File name : /home/mysite/public_html/test.jpg
File size : 19185615 bytes
File date : 2011:08:22 16:21:06
Camera make : NIKON CORPORATION
Camera model : NIKON D7000
Date/Time : 2011:08:22 16:25:57
Resolution : 4928 x 3264
Flash used : No
Focal length : 34.0mm (35mm equivalent: 51mm)
Exposure time: 0.0010 s (1/1000)
Aperture : f/16.0
Focus dist. : Infinite
ISO equiv. : 800
Whitebalance : Manual
Light Source : Incandescent
Metering Mode: pattern
Exposure : program (auto)
Comment : Rick Towle photography
======= IPTC data: =======
City :
Record vers. : 4
DateCreated : 20110822
Time Created : 162557

Chuck S August 22nd, 2011 06:43 PM

are you clicking the show exif info link under show photo options when viewing a photo if you have exif turned on to be extracted?

attroll August 22nd, 2011 10:07 PM

OK, I feel stupid now. I did not realize I had to click on the camera icon to show the EXIF info. I thought it would display automatically.

Is there anyway to have the EXIF information display for every photo that has the info without having user to on the icon?

Chuck S August 22nd, 2011 10:13 PM

Not without some type of template mod or something as its controlled by ajax

Maybe you can try placing the variable $exifdata somewhere in the showphoto template where you want it to display.


All times are GMT -5. The time now is 02:40 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97