Filtering out "private" tagged images

I have two questions concerning "Smart albums" in iPhoto 5:
In my library I have photos that I don't want others to accidently stumble over when looking through my albums, so I created a keyword called "Private" which I tag those photos with.
I've created an album with a filter rule that matches "Private", displaying only those private photos:
Match [All] of the following conditions:
[Keyword] [is]: [private]
And in my other albums, I've added a filter rule which will not display any "private" photos which would otherwise show up there:
Match [All] of the following conditions:
[Keyword] [is not]: [private]
1) I'd like to use the "private" keyword together with several other keywords in a smart-album. How can I do that? The filters only seem to allow an "all" filter or an "any" filter, not a combination of both "and" and "or".
Let me explain:
I would like for all images with "John" and all images with "Lisa" keywords to be shown in that album, but not if they're also tagged as "private".
What I'm basically looking for (which I can't see being possible in iPhoto) is:
Match [any] of the following conditions:
[Keyword] [is]: [John]
AND
[Keyword] [is not]: [private]
OR
[Keyword] [is]: [Lisa]
AND
[Keyword] [is not]: [private]
2) Adding the filter rule of leaving out any "private" tagged photos from a particular album works fine using the example in the beginning of my message.
But this means that I have to remember to add it to any smart-album filter that I know will otherwise display those private photos, or add that filter to all of my smart-albums regardless.
However, isn't there an easier way? Is it somehow possible to do it the other way round: to create a filter that says that "private" images should never be displayed?
Then, for that one smart-album I do want them displayed I specifically ask for them to be displayed.
In other words, the default for my library being that "private" images aren't shown in any album.
I hope some of that was understandable

Should do. Remember that the Library Filter is a *filter*, so fitlering the current assets. To be certain you've got all videos, make sure All Photographs is selected in the top left panel.
Alternatively, you can set up a smart collection.

Similar Messages

  • How to view tagged images from the camera in Lightroom?

    How do I see a tagged image from the camera (tagged using the lock button, to remind me of a image I want to find quickly) once imported into Lightroom? This is possible to do in Photomechanic, as I can see all of the tagged images from the camera once opened in Photomechanic. Yet so far I have not found a way to allow me to do this in Lightroom so far. Any solutions welcome please.

    There isn't a way to do it that is part of Lightroom. There is a plug-in that might help you, though. Check it out here: Locktastic
    It doesn't say if its compatible with LR4, but you can try it to find out.
    Plug-ins aren't usually as efficient as built-in functionality (like PM), but it might be a solution for you.

  • Need help on filtering out one record from a report and open in new page

    Hi I am new and embarrassed to write in the forum asking silly questions. Thing is I am learning all from scratch without help from anyone. I have created a database (have previous knowledge only from Access) and have managed to create a beautiful report from a search filter. This report lines up several records matching what I needed. Now, I want to make the whole report with hyperlinks to a detailed page on each of the records in the report. I have tried using the feature where one can make one column hyperlinked and redirect to a new page, where I am getting all the records again - instead of only getting the record I am clicking on. I have looked and looked in the forums without finding solution and I have tested and tried various methods without luck. I am suspecting that I need some sort of knowledge on how to write a select query with where conditions that can apply to filtering out a record from one report to get another detailed on only one object (i.e. record). :/ Stupid or what?

    Hrefna.
    What you need to look into is two things:
    1) The link you defined, needs to set additional attributes for the target page. In the "Column Link" box, you have set the link to "Page in this Application" and followed by the page number (let's say, Page 10). Below that, you should set an Item to an item on you target page (let's call that P10_PRODUCT_ID). This item should be the primary key of your detail table (on the targe page). You can select this item from the popup list. The Value of the item should be picked from a popup list as well, being the value from the record you clicked on. This should then transfer your selected item to your page. The URL will then have something like P10_PRODUCT_ID:5 at the end.
    2) On the target page, 10, you must change the query slightly, so that it adds a WHERE clause:
    WHERE PRODUCT_ID = :P10_PRODUCT_ID
    Now, you should be set.
    Hope this helps.
    Borkur

  • How can you find out an individual image size from multiple images on a canvas

    This is probably a really really simple question but I can't for the life of me find how I can find out an individual image size from multiple images on a canvas. eg I have 3 photos i want to arrange 1 large and the other two next to it half the size. How can I edit individual image size on the canvas as when I select the image on a sperate layer I want to resize it just resizes the entire canvas and not the individual image
    Thanks

    I want to know they exact dimensions though. You can get them by dragging to the 0,0 corner and then reading off of the ruler scale on the sides but its fiddily as you have to zoom right in and work it out. I know in photoshop there is a ruler but is there any other way in Elements?

  • I just upgraded to the latest software for my pages.  When I opened an old document it stripped out all the images I had in my tables.  How do I get them back

    I just upgraded to the latest software for my pages.  When I opened an old document it stripped out all the images I had in my tables.  How do I get them back

    Don't save. Close the documents.
    Pages '09 should still be in your Applications/iWork folder.
    Pages 5 will damage/alter older files, something Apple didn't tell its users.
    Pages 5 is a severely stripped down version with over 90+ features removed.
    We recommend trashing/archiving Pages 5 after Exporting any files you may have saved back to Pages '09.
    Also rate/review Pages 5 in the App store.
    Peter

  • How do i make a cut-out of an image?

    How do i make a cut-out of an image?

    Pages has an instant alpha tool.  Works well.  May be what the OP wants.

  • HTTP Receiver Adapter payload as single line plain text with out any tags.

    Hi PI experts,
    I have a strange problem in http receiver adapter.
    Sender RFC (SAP)  Receiver: HTTP.
    Receiver system expects the output from XI in the below format in a single line plain text with out any tags in the payload. and the content type should be application/x-www-form-urlencoded
    Group=Test&Sentinel=Web%20Server&Facility=5345&Order Number=XT-XWHM-Y-NA&Serial Number=123456&@LABEL_QUANTITY=5&@LABEL_NAME=111114_Q
    Is there any way to achieve this using http receiver adapter. Business is not ready to accept the output from XI not even in a single element instead they only need it as a JUST a plain text.
    Appreciate early response on this.
    Thanks in Advance,
    Jitender

    Dear Ola,
    Could you elaborate how you achieved in catching the response data from the receiver in case of HTTP receiver adapter?
    The target service is not a WebService but some python script that must to receive some paramters via POST request.
         HOW can I post this parameters?
    Here you entered the fields of the message type of the request in the header parameters of the receiver adapter? Thats fine.
    But what about the message type and vice versa of the response from the receiver?
    Regards
    Rebecca

  • Web gallery max out at 500 images

    Hi, I'm using LR 3.5 and when I creat a web gallery it maxes out at 500 images, even though there are 776 photos in the gallery and all 776 are selected. In fact, the image number below the preview shows 1/500 instead of 1/776. When i look at the uploaded website it also only shows 500 images. In Library mode I see all 776 images, and also in Web mode I see all 776. When I switch from Library to Web I see the "Update Web Gallery" in the top left corner of the window. It shows the progress window: "Export image fliename-001" and continues up to image 500, then stops. So it appears it is only exporting 500 images.
    Thanks in advance for any help.

    Hopefully you appreciated I was being semi serious! Many pros would see part of their job being to whittle a big shoot down to a reasonable number to present to the client, and secondly I'd question if going through a slideshow in sequential order is the best way to review a large number of pictures - better than a grid of decent-sized thumbnails? Those are obviously judgement calls and I don't like a 500 limit being imposed.
    Now, to make your updated version survive Lightroom updates:
    Copy the Flash gallery's folder
    Paste it into Win C:\Users\john\AppData\Roaming\Adobe\Lightroom\Web Galleries or Mac Users\john\Library\Adobe\Lightroom\Web Galleries
    In galleryinfo.lrweb, change the ID - just add your initials
    In galleryinfo.lrweb, change the title to something like "Flash Gallery (edited)"
    When you restart LR, you'll see "Flash Gallery (edited)" in the Layout Style panel
    John

  • Some of my email is getting filtered out so I don't receive them.

    Some of my emails are getting filtered out after it is accepted and received by me.com services.

    How can it be corrected?

  • How do I straighten out a leaningn image

    Please tell me how to straighten out a leaning image in photoshop? Thanks.

    Quickest way? If using Photoshop CC: Click the Crop Tool. Hover your mouse a little outside one of the corners of your image. Click and drag in the appropriate direction. You can also use the "straighten" option on the option bar to, say, draw a line where it needs to be horizontal (or vertical).

  • Face detect behavior on previously tagged images

    Hi,
    I transfered all my previously tagged images (before face detect feature was available) to the newly created "people" tags. For example, PSE8 face detect created a tag for Claudia (my wife), I then transfered all the photos with my wife on them that I had manually tagged before PSE8. I did that for all my "favorite" faces. Of course, all the photos added to the organizer AFTER installing PSE8 have been added using this feature
    PSE8 keeps asking me "Who is this?" for older photos (added before PSE8) even when these photos are already tagged with the proper face tags.
    How should I proceed?
    How should I handle photos that were added before PSE8?
    Should I keep "teaching" PSE8 so it recognized the faces for all my pre-PSE8 images?
    I have around 3,000 images in the organizer pre-PSE8
    Any comments will be greatly appreciated

    Thanks John.
    In a related question. PSE8 face detect algorithms do not seem to remember one of my favorite faces (wife wife's!!)... In every rectangle of her face, it will never suggest her name from the usual three options... it will autocomplete her name, though. Even after several sessions, it will never suggest her name.
    Is this common?  This behavior seems only specific to her face.
    Should I delete her face tag and start all over?
    What do you reccommend?
    Thanks

  • Pass Prompt values into Legend / '-ALL-' filter filters out all records

    Hi
    I have 2 questions for the same chart so I hope it's OK to add them in one post.
    Firstly I have created a chart & added three Select List filters which work fine, the query is below, problem is that when I change back to '-ALL-' I get no data, it has filtered out all records as no data matches the value of '-ALL-' does anyone know the code to get around this?
    My chart query;
    select null link, P_MONTH AS MONTH, SUM(CALLS) AS data
    from DATA.MAIN_DATA
    WHERE WAREHOUSE = :P1_WAREHOUSE
    AND ANS_UNANS = :P1_ANS_UNANS
    AND PRODUCT = :P1_PRODUCT
    GROUP BY P_MONTH
    As I will have several queries like the one above for different options on the same chart, I would like the Legend to show what the user has chosen each time the options are changed ie;
    Something like the bolded text in the query to display the chosen values in the legend;
    select null link, P_MONTH AS MONTH, SUM(CALLS) AS 'P1_WAREHOUSE' || 'P1_ANS_UNANS' || 'P1_PRODUCT'
    from DATA.MAIN_DATA
    WHERE WAREHOUSE = :P1_WAREHOUSE
    AND ANS_UNANS = :P1_ANS_UNANS
    AND PRODUCT = :P1_PRODUCT
    GROUP BY P_MONTH
    Any ideas/suggests?

    Thanks Andy
    I'm having some problems with applying this so it may be best if I show you how I've applied this code.
    Here's an example of my data on a made up 'EMP' table;
    ENAME     SAL     DEPTNO     DEPARTMENT
    SMITH1     1871     345     DEPT1
    SMITH2     1953     345     DEPT2
    SMITH3     2239     345     DEPT3
    SMITH4     492     345     DEPT4
    SMITH5     2431     345     DEPT5
    SMITH6     2331     345     DEPT6
    SMITH7     1003     369     DEPT7
    SMITH8     1688     370     DEPT8
    SMITH9     2284     371     DEPT9
    So I'm only using one table - 'EMP'
    I've created 2 LOVs, 'DEPTNO' & 'DNAME'.
    'DEPTNO' LOV has the values for the 'DEPTNO' field in the table.
    'DNAME' LOV has the values for the 'DEPARTMENT' field in the table.
    I then created a chart with the below SQL query as its source;
    SELECT NULL LINK,ENAME LABEL,SAL VALUE
    FROM EMP
    WHERE (DEPTNO = :P1_DEPTNO OR :P1_DEPTNO = 0)
    ORDER BY ENAME
    The 'Chart Title' field under the 'Chart Attributes' tab has the below added;
    Department - &P1_DNAME.
    The COMPUTATION is as below;
    SLECT NVL(DEPARTMENT, '-ALL-')
    FROM EMP
    WHERE DEPTNO = :P1_DEPTNO
    Could you advise where I may be going wrong as I have the following errors;
    1. The chart is working OK with the added '(DEPTNO = :P1_DEPTNO OR :P1_DEPTNO = 0)' clause - but I still get no results for '-ALL-'
    2. I can't get the chart to display the current value in the legend - where exactly should I put this line - 'Department - &P1_DNAME.'
    3. The Computation is stopping any data from showing in the chart

  • I am making a video out of still images.

    I am making a video out of still images.  I would like to start zoomed in on a certain image and have the video show the image as it zooms out.  I would like the speed of the zoom to be the same from start to finish.  How can i achieve this?
    Any help would be appreciated.
    Thanks!

    Sounds like Ken Burns in the Crop function is exactly what you're looking for.

  • Tag images

    Is anyone familiar with an app (or software) for mac OSX (Mavericks) that would allow me to tag images with people names, locations, dates, etc. so that I can find them faster?
    All of my pictures are in one folder (long story as of why they are all in one folder) so I would like to go one-by-one and tags them...
    Thanks in advance for your help...

    Sorry, forgot to mentionned other than iPhoto...

  • Customised file explorer window for Geo-tagged images

    Dear All,
    I am really stuck on this issue. Did lots of searching but reached nowhere.
    I want to launch a file explorer window which displays only geo-tagged images(can be .jpg,.tiff,.gif) in the form of thumbnails. On selecting any of the images, the latitude adn longitude information is extracted from the image. I have found a few helpful links on the latter part(extracting the EXIF data location coordinates) but have no idea about the first part(thumbnailing geo-tagged images in explorer window). Can anyone provide useful links, references or code?

    Thanks a lot for that link. I am sorry to be asking this but i have run into problems regarding extracting the latitude longitude information from geotagged images using java. Are the same kind of tags always used in all images for storing latitude/longitude values in the EXIF data? I understand i have to use ImageIO but what tag should i exactly look for while parsing the metadata tree and how? Please provide some related links regarding this.

Maybe you are looking for

  • Max no of connections in the RFC receiver ?

    Hi Guys, when i increse the max no of connections from 1 to 5 , i am getting the following errors, i saw we can give up to 50. why it is not taking more than 1. SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: error while processing mes

  • How to hide columns in each page of SSRS report for grouped tablix

    Hello all, I have a requirement like when SSRS report (used row grouping)is exported to EXCEL 1)  Each report page should be exported to a separate excel sheet 2) Each sheet will have different columns (that is some columns will hide in sheet2, sheet

  • Error in saving and Project Siena close/crash

    I am new to Project Siena and when I try to save my work, I receive an error: "Error: test.siena cannot be saved. The file may be in use by another application" Another problem is when I load a WADL, the Project Sienna closes or crashes. The WADL I a

  • Suppress ALV statistics in background

    Hi, When I execute an ALV report in background, it is displaying the sort options and report statistics. However, it does not happen in foreground. Is there any way to suppress this? Thanks.

  • Facts and Dimension tables.

    We have around 6 facts tables and 10 dimensions tables. The ER diagram shows the fact tables are joined. Now how do I arrange these tables in order to form a star schema? Any suggestions?