Opening can import metadata?

I have pictures 6 k + legend who all have had a string of text inserted in the field before the description of photographs. I could delete that text by exporting metadata, opening in text editing and do a "find and replace".

I'm stuck but with import the metadata and implementing metadata for photographs. Anyone has any ideas on how to achieve this, or maybe another stream of work that can achieve the desired results?

for example,.

Caption field

"A sentence full of useless text that appears in all the k of 6 photographs.

Followed by the description that I need to keep. "

After using text editing

Caption field

"Followed by the description that I need to keep."

Can't wait to hear your opinion on this one.

Tony

NB. The phrase "useless" is identical in each caption.

Export metadata takes everything, as in:

Version name Title Emergency Categories Suppl. categories Keywords Instructions Date of creation Contact the creator Contact job title City State/Province Country Task identifier Headline Provider of Source Notice of copyright Legend Writer of legend Note IPTC subject code Terms of use Intellectual genre IPTC Scene Location ISO country code Contact address Contact City Contact State/Providence Contact Postal Code Contact country Contact phone Contact email Contact website Label Latitude Longitude Altitude AltitudeRef

Then of course ideally I want only to apply the modified legend and end up with duplicate values in other areas.

Do you have experience with Applescript? A script would be a simple way to change the field caption without the complication of import and export.

Tags: Professional Applications

Similar Questions

  • 'File' is not 'Import. Failed to open the Import Wizard

    "File' on the Mozilla Firefox screen has no necessary to open the Import Wizard"import. " I can't import any information. Since my old browser.

    The Import Wizard has been moved to the library window: click bookmarks > show all bookmarks > import and backup > import data from another browser

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

    Not related to your question, but...

    You may need to update some plug-ins. Check your plug-ins and update if necessary:

  • How can import you programmatically ics files?

    My work used MS Exchange, and I like meetings of export business of ics files so that I can import them into the calendar from Apple to get the recall of them on my iPhone. Sometimes I get too busy and forget to check my personal email in order to import the ics file. This has led to more than a missed session I get enough deep my job of writing code, systems architecture, etc. So and if well, sometimes it takes employee leave for the day to remind me that I have to go home for the day, too!

    Since my Mac at home is always online, I looked at using Dropbox/hazelnut instead of e-mail/applescript, but it seems that he is I have the same barrier - by program (i.e. non-interactively) import the ics file. I found snippets of Applescript that can work with some adjustments. The below a runs until the calendar app opens asking to specify the name of the calendar to import the event in. I need to manually answer the guest with cancel/ok right here. I change the calendar name setting window title parameter 'Add' and default home', but it's still stuck there.

    dupCalName the value «»

    the value path (path to the office as text) & "Personal.ics".

    Tell application id "com.apple.iCal '.

    activate

    -Get the name of the application (probably 'iCal' or 'Calendar') for the GUI Scripting later.
    Set iCalName to its name

    -Since it is possible for more than one calendar to have the same name, the idea of the repeat loop is better than the simple name here references. But that one loop is necessary in this part of the script.
    Repeat with i from 1 to the count of calendars

    Set thisCalendar to i - calendar Gets an id to the calendar reference.
    If (thisCalendar name is 'Personal') then

    Set dupCalName to "Personal".

    Set replacementName to "Personal (old).

    Set the name to thisCalendar to replacementName

    else if (thisCalendar is "Personal 2") then

    Set dupCalName 'personal 2 '.

    Set replacementName 'personal 2 (old) '.

    Set the name to thisCalendar to replacementName

    end if

    end repeat

    tell the end

    delay 1

    -"Double click" the file, because the Calendar iCal/s 'open' does not work in future versions.
    Tell application "Finder" to open the file path

    Tell application "system events".

    say iCalName of process

    -Hedge bets on the name of the window "Add an event" or "add events".
    say (first window whose title begins with 'Add event')

    Repeat until (if it exists)

    delay of 0.2

    end repeat

    Click on the popup button 1

    Repeat until (menu 1 pop up button 1 exists)

    delay of 0.2

    end repeat

    Click on the menu "new calendar" menu 1 pop button 1 up

    Repeat everything in (menu 1 pop up button 1 exists)

    delay of 0.2

    end repeat

    Click on the OK"" button.

    tell the end

    tell the end

    tell the end

    -check if a 2 personal exist after the new iCal import and change its name
    Tell application id "com.apple.iCal '.

    activate

    Repeat with i from 1 to the count of calendars

    thisCalendar Set of calendar I have

    If (thisCalendar name) is "Personal 2" then

    Set the name to thisCalendar to "Personal".

    output of repetition

    end if

    end repeat

    tell the end

    Tell application "SystemUIServer".

    activate

    If dupCalName is not "" then the screen of dialogue "Found an existing calendar named" & dupCalName & ".". It was renamed "& replacementName &". "buttons {"OK"} default to the 'OK' button with icon 2.

    tell the end

    I found importing ics files was something that I forgot to do it manually, so I came with a Hazel rule that uses the Apple script to automate it.

    My Hazel applies to my Dropbox to 'follow' folder and my download folder. the ICS work/other files will happen through Dropbox, and those of my macbook, where the rule is executed, are saved in the folder downloads.

    Hazel detects the ics file, run the applescript and finally moves the file to the trash folder. The script has reliably namely when the calendar app is done by importing the ics file, so I hardcoded a delay at the end of the script so far. Without the delay, Hazel will try to move the file before it has been imported. You will get an error message from the calendar app that it cannot process the file when this happens.  You may need to play late, if your system takes a long time to import the ics file.

    Use case:

    Many of my social networking sites allows you to export the events under ics file to import into your calendar. In addition, my employer uses MS Exchange to schedule meetings, and if you forward a meeting to your personal e-mail address, all in session sees. If instead, you export the ics meeting and import, your information is secure

    [code]

    property dittos: alias "Users:jgooch:Downloads:e1204988566180171.ics".

    -"Double click" the file, because the Calendar iCal/s 'open' does not work in future versions.

    Tell application id "com.apple.iCal '.

    activate

    -Get the name of the application (probably 'iCal' or 'Calendar') for the GUI Scripting later.

    Set iCalName to its name

    tell the end

    Tell application "Finder" to open the file dittos

    Tell application "system events".

    say iCalName of process

    -Hedge bets on the name of the window "Add an event" or "add events".

    say (first window whose title begins with 'Add event')

    Repeat until (if it exists)

    delay of 0.2

    end repeat

    Click on the OK"" button.

    tell the end

    tell the end

    tell the end

    delay 2

    Returns true

    [/ code]

    This works very well with Hazel and El Capitan.

  • I work with Windows Movie Maker; What should I do so that he can import music from iTunes?

    I work with Windows Movie Maker; I downloaded iTunes songs and when I try to import the audio track of the film, I get an error message, "movie maker has stopped working".  It then restarts automatically, but without the audio track.  What should I do so that he can import?

    Might be interesting to try to convert the files to the. WMA
    format before you import into Movie Maker.

    There are many programs that can do conversions...
    The following freeware is an example...:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Format Factory
    http://www.videohelp.com/tools/Format_Factory
    (the 'direct link' is faster)
    (the file you want to download is: > FFSetup260.zip<>
    (FWIW... installation..., you can uncheck
    ('all' boxes on the last screen)

    First, you will need to decompress the file or just open the
    Drag FFSetup260.exe out of the folder
    and drop it on your desktop. To install left click.

    Next, after the download and installation of Format
    Factory... you can open the program and
    left click on the toolbar, the "Option" button and
    "Select an output folder to" / apply / OK.
    (this is where you find your files after they)
    are converted)

    Drag and drop your clips of music on the main screen...

    Select "while"WMA"/ OK...

    Click on... Beginning... in the toolbar...

    That should do it...

    Good luck...

  • Character animation: you can import a video for motion capture?

    I use at present the trial runs for AE 7 day and I'm looking to register to continue using it and one of the highlights is the new character animation program. Can someone answer please the following please?

    You can import a video for motion capture?

    Character animator doesn't seem to like my beard, the capture is unable to find the edge of my face, so he moves, causing the character to jump on. Is it possible to import a video for motion capture to work off of, instead of a live animal capture?

    This user publishes its results best for beard of follow-up with the face tracking feature, in the CA application: face Tracker errors beard for mouth open then maybe you should try face tracking in Ae... Another option would be to put some markers to track old school on those hard to deal with the characteristics of the track on the face (if it's a beard (maybe a green round sticker?) follow them and connect to the face tracker, and then import them from CA.

    or just get a friend shaved to make this webcam for you!

  • CC of Indesign can import the html5 files?

    Hi guys,.

    I have a folder of html5 and would open in Indesign. Followed by an export to epub. Support said it's possible. I do not understand my InDesign at home. Can someone help me please?

    Thank you very much in advance

    The support is bad. You cannot open or import the HTML of any flair. The only thing you can do is insert HTML code in an HTML object in the menu object. This code will be not visible if you export an EPUB or HTML. It is useless in the PDF export.

  • In order to improve my skills and ease with Premiere Pro, I bought Adobe Premiere Pro CC Classroom in a Book and began to follow the tutorial. I opened the first project for lesson 1, as instructed, but looks like that when he opened it imported bot

    In order to improve my skills and ease with Premiere Pro, I bought Adobe Premiere Pro CC Classroom in a Book and began to follow the tutorial. I opened the first project for lesson 1, as instructed, but looks like that when he opened it imported two media accompanying the project of the lesson and media one of the practical projects that I've done before. Can someone tell me what I did wrong and why it has imported two sets of brackets instead of only in the media for the lesson. Media for two different projects are not storeed in the same place?

    I found the problem. Sorry if I've lost any time. Please do not take into account. Thank you.

  • Is there a way to export my photoshop brushes, actions etc so I can import these worms a new version upgrade from my computer? [was: Saving Photoshop]

    Good evening

    Is there a way to export my photoshop brushes, actions etc so I can import these worms a new version upgrade from my computer?

    Best regards

    Arrian van Vliet Fotografie

    Bruce, good to see you posting here.  I thought we had lost you on the Illustrator forum!

    I'm doing exactly what Bruce said, and copy the contents of

    C:\Users\User name\AppData\Roaming\Adobe\Adobe 2014\Presets\Brushes CC in Photoshop

    In another folder.  He doesn't come to much in material megabytes and also acts as a return to the top.   These display in alphabetical order when you open the Panel brush options, so I rename my brush sets so they appear grouped by category, but still leaving enough of the file name to identify the source.

  • Organizer can import any Photos of Mac OS

    Organizer can import Mac iPhoto library. Is it possible to import Photos from Mac library instead?

    Thank you

    Hi Anteric,

    Unfortunately, there is no option to import Images directly from Photos from Mac to the Organizer, you can run the import from Iphoto to the Organizer function.

    We can suggest you select all your images on Mac picture and export them to any folder on your system, from there, you can import in the menu Organizer

    Steps to follow:

    Open Mac OS Photos

    Click Edit in the top menu bar

    Select all

    Click the file menu in the top menu bar

    Export.

    Related link: items Organizer Help | Import media from iPhoto (Mac OS only) library

    Let us know if it helps.

    ~ Mohit

  • How to import metadata from prelude to first use duplicate set of source files?

    I'm trying to figure out if it's possible for me to work on a project with someone else in the prelude/first without us sharing the same source clips? We do not have a disk that is shared at the moment so we will have to duplicate our clips source on two separate drives to work at the same time. I wonder if there is there for my assistant record clips in prelude and then export the metadata for me to import them into first and connect with my source clips (which would be called the same)?

    Hi crc.

    Thanks to accentuate the problem with these files where does not appear XMP. I forgot to mention.

    In fact it seems anyway, except the copy of the files to import metadata from prelude to prelude/pre pro. Markers or the metadata in the metadata Panel, both work the same way in the prelude.

    There is only one thing, I can think of that workflow. You can select the same markers on files where the XMP files are created, then copy these xmp files to another drive/system and import via panel data associated with files that do not create XMPs.

    Although not up to the mark, but may be it could be of use.

    continue to write in the case of any confusion.

    Thank you

    Mayjain

  • Import metadata connects in online mode, but "view data" says the connection failed

    Hello

    My installation of obiee is on AIX (solutions for linux will be good). I installed successfully obiee. I created a connection odbc with no problems.

    I download and installed the dev admin too i.e. the stand-alone tool.

    Offline, the two 'import metadata' and after the table is imported, 'Examining the data' works without any problem.

    In online mode, I click on 'Import metadata' of the connection pool or file, both instantly connect. Once the table is imported, I select a column and say "Look at the data" and it says that the connection failed. Should the customer Oracle DB installed on the machine as unix? I tried to copy the file tnsnames.ora to my local computer to the OracleBI_1/network/admin directory, restart services and connected in online mode, BUT always "the connection failed".

    Could someone help me with this please? seems to be a known issue.

    Thank you

    Dan

    YES for the Oracle client.

    Check this parameter to the top of the Data Sources on Linux and UNIX - 11 g Release 1 (11.1.1)

    You can copy the admin folder or completely ignore

  • Is it possible to import metadata into the prelude to a source file that is created in one program other than Live Journal?

    I'm looking to connect 12 football with Prelude games TV shows so it will be easier to find clips of archive in the future. I hope I do not have to log the 3 hours more games manually if I can. I have an xml file of the game on our application of statistics for each game. If I could only import the XML data into prelude, it would be a considerable time saving on full manual logging files. All the tutorials, I watched it seems that you can only import metadata from XMP files created by the on-line Logger iPad app. Is there a way to convert another type of XMP file appropriate to import them into prelude? Or any other work around for import data?

    HI -.

    You can convert your XML in XMP file - then that import directly as a prelude with no associated metadata Panel. But prelude has no built in conversion tools to switch your XML in XMP format.  Writing a translator script is possible, however, if you have the inclination and the time. As long as the end result is formatted metadata XMP prelude can import and apply the cue points in the appropriate places to you.

    Kind regards

    Michael

  • Problems to import metadata using Client 11 G

    Hi all

    We have 11G installed in a Linux environment and I have 11 G Admininstrator Client installed on a Windows machine. When I run the Admin tool, I can see my RPD, I can even display the data in the tables. However, when I try to import metadata I get the following error in my log file:

    [2013 06-13 T 16: 21:31.000 - 05:00] [OracleBIServerComponent] [NOTIFICATION: 1] [] [] [ecid:] [tid: 2704] [46153] (security.xml) configuration file is not found or inaccessible.

    [2013 06-13 T 16: 22:06.000 - 05:00] [OracleBIServerComponent] [ERROR: 1] [] [] [ecid:] [tid: 2704] [nQSError: 17014] could not connect to the Oracle database. [[

    [nQSError: 17001] Oracle error code: 12154, message: ORA-12154: TNS: could not resolve the specified connection to the BEAK, call identifier OCIServerAttach.

    ]]

    I searched and found several threads included on this forum since a few years ago https://forums.oracle.com/thread/2315030 , but can't seem to find anything about "security.xml.

    So far, I did the following:

    Update bi_init on my local machine to the TNS_ADMIN parameter

    Update the TNA_ADMIN setting on the server in the file user.sh to the path of one of the tns files stored within the OBIEE folder hierarchy.

    I can access the tables directly using my user application on my local box and OBIEE works correctly online.

    Any ideas why my Admin Tool can not connect?

    Figured it out.

    For those who have the same problem, the OBIEE 11G client tools do not install the necessary folder hierarchy in its entirety. You must create 2 folders that things work properly. First in the orahome folder, create a network folder. In the network folder, create a folder admin. Then copy your tnsnames.ora file in this place.

  • How to import metadata using the Oracle olap connection type

    Hi all

    I'm trying to import metadata from MN,

    I tried selecting the type of connection as oracle olap
    DSN as host: port: sid
    username
    password
    but in URL url field I need to give

    Use OBIEE 11.1.1.7

    in OBIEE 11.1.1.5

    There is no url, after the username and pwd that allows us to give the name of the target, but I don't under stan have to give into the url field.


    Can someone help me on this... :(

    Hi Laszlo,

    Finally fixed it by using the following URL

    http://OBIEESERVERADDRESS:port/biadminservlet/services

  • You can import a file html in Board reflow?

    Hi, I need to make a retrospective corrections to a spa of html with the edge... code, I built it would be great if you could open a "file" not only a project of reflow and then save as a new project...

    I have some problems with spa html that I wrote in the manual before css media queries do not work in chrome and good reflow would be a quick fix option...

    HI -.

    Thank you for using reflow.

    You can import from a Photoshop file, but unfortunately, you cannot import a file existing in the reflow html.

    VIC

Maybe you are looking for

  • Problem with iPhone 6 more 'no service '.

    update my iPhone iOS IOS 10 9.3.5 6 more. not always shows 'no service' him! No phone call, no data after only came out of my toolbox.and signal is after about 10 to 20 minutes. But never happened before with iOS 9.3.4 and earlier versions. Has happe

  • I can't get an alphabetical sort my addresses collected. Click on name to view and they are totally random

    I've been adding and changing a few addresses in the collected addresses. They are is more be alphabetically by first name, even if I asked for it. How to decipher the names?

  • faster than El Capitan Windows 10

    Hello I have a 13 "mid-2013 Macbook Air 128SSD / 8 GB/Intel i5. I tried the two El Capitan and Windows (via Bootcamp) 10 and Windows runs faster than Mac for a reason any. Launching applications faster and overall, it feels snappier and more responsi

  • Enable 3G on GPO Access where the USB mass store is blocked

    How can I go on the activation of 3G access to users where the strategy of corporate domain blocking massive store USB devices? I am running Windows Server 2012 as our DC and workstations are Windows 7 and Windows 10.

  • Windows update code error 80040154

    I read the suggested throughout the forum information, unfortunately I can't get the system to get the updates of windows.  This has affected my whole system.  Messenger does not work as well despite all of the recommended patches. I don't have the C