Access to plugin metadata from publish deletion callback

I'm using publishServiceProvider.deletePhotosFromPublishedCollection() to hook into publish deletions and ran into a bit of a snag.  I'm also using photo:setPropertyForPlugin() to set plugin and LrPhoto specific metadata that I'd like to nil out on deletion, but I can't seem to grok getting the LrPhoto ref while in the deletion callback.
Basically, given a set of plugin properties and a simple array of photoIds, I can't figure out how to clean up my metadata for a specific LrPhoto item.
Any suggestions?

Interesting -- publishServiceProvider.deletePhotosFromPublishedCollection()  doesn't provide the LrPublishedCollection from which the photos are being deleted.  Seems like a design oversight.
Here's brute-force solution for creating a table on the fly that maps remote ids to LrPhotos for your publish service:
- Get the plugin's LrPublishService via
catalog:getPublishServices().
- Enumerate all LrPublishedCollections and LrPublishedCollectionSets in the service via publishService:getChildCollections() and :getChildCollectionSets().
- Enumerate all the LrPublishedPhotos in the published collections via publishedCollection:getPublishedPhotos().
- For each LrPublishedPhoto, call publishedPhoto:getPhoto() and :getRemoteId() to get the LrPhoto and remote id, which you can add to the table.

Similar Messages

  • Access to OLAP Metadata from BI Beans 903

    Hi,
    we have a problem accessing OLAP objects via BI Beans.
    Having created OLAP dimensions and facts via OWB or EIM, we were not able to see them in the BI Beans Query Builder.
    We then ran the "cwm2_olap_metadata_refresh.mr_refresh" routine on the OLAPSYS schema, which is supposed to update the CWM OLAP objects into CWM2 format.
    In BI Beans we now try to connect to our schema which contains the OLAP objects; the connection is fine; when doing "New (matrix, table, graph)", we get a Query Builder error message : "Unable to initialize Query Builder"
    On the detail screen (see java error below), it seems that dimensions cannot be retrieved from the OLAP catalog.
    However, we see entries for our dimensions when looking in union views, such as all$olap2udimensions or in tables such as the CWM2$MRALL_HIERDIMS table.
    Thanks,
    Klaus
    oracle.dss.dataSource.common.QueryRuntimeException
    java.lang.NullPointerException
    java.util.Vector oracle.dss.dataSource.common.QueryQueryAccess.getDimensions(java.lang.String)
    QueryQueryAccess.java:413
    java.util.Vector oracle.dss.queryBuilder.QueryBuilderQueryAccessUtils.getVisibleDimensions(java.lang.String)
    QueryBuilderQueryAccessUtils.java:130
    java.util.Vector oracle.dss.queryBuilder.QueryBuilderUtils.getVisibleDimensions(oracle.dss.queryBuilder.QueryBuilder)
    QueryBuilderUtils.java:495
    void oracle.dss.queryBuilder.QueryBuilderUI.createDefaultPanels()
    QueryBuilderUI.java:405
    void oracle.dss.queryBuilder.QueryBuilderUI.init()
    QueryBuilderUI.java:351
    boolean oracle.dss.queryBuilder.QueryBuilder.initialize()
    QueryBuilder.java:2337
    void oracle.dss.addins.wizard.presentation.PresentationWizardContext.initQueryBuilder()
    PresentationWizardContext.java:102
    void oracle.dss.addins.wizard.presentation.PresentationWizardContext.setDesigner(oracle.dss.addins.designer.BIDesigner)
    PresentationWizardContext.java:149
    boolean oracle.dss.addins.wizard.presentation.PresentationWizardAddin.invokeFromMenu(oracle.ide.addin.Context, java.lang.String[], oracle.dss.addins.designer.BIFolder, oracle.dss.addins.designer.BIDesigner, boolean)
    PresentationWizardAddin.java:64
    void oracle.dss.addins.designer.BIDesignerAddin.actionPerformed(java.awt.event.ActionEvent)
    BIDesignerAddin.java:572
    void javax.swing.AbstractButton.fireActionPerformed(java.awt.event.ActionEvent)
    AbstractButton.java:1450
    void javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(java.awt.event.ActionEvent)
    AbstractButton.java:1504
    void javax.swing.DefaultButtonModel.fireActionPerformed(java.awt.event.ActionEvent)
    DefaultButtonModel.java:378
    void javax.swing.DefaultButtonModel.setPressed(boolean)
    DefaultButtonModel.java:250
    void javax.swing.AbstractButton.doClick(int)
    AbstractButton.java:279
    void javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(java.awt.event.MouseEvent)
    BasicMenuItemUI.java:886
    void java.awt.Component.processMouseEvent(java.awt.event.MouseEvent)
    Component.java:3715
    void java.awt.Component.processEvent(java.awt.AWTEvent)
    Component.java:3544
    void java.awt.Container.processEvent(java.awt.AWTEvent)
    Container.java:1164
    void java.awt.Component.dispatchEventImpl(java.awt.AWTEvent)
    Component.java:2593
    void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
    Container.java:1213
    void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
    Component.java:2497
    void java.awt.LightweightDispatcher.retargetMouseEvent(java.awt.Component, int, java.awt.event.MouseEvent)
    Container.java:2451
    boolean java.awt.LightweightDispatcher.processMouseEvent(java.awt.event.MouseEvent)
    Container.java:2216
    boolean java.awt.LightweightDispatcher.dispatchEvent(java.awt.AWTEvent)
    Container.java:2125
    void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
    Container.java:1200
    void java.awt.Window.dispatchEventImpl(java.awt.AWTEvent)
    Window.java:922
    void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
    Component.java:2497
    void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
    EventQueue.java:339
    boolean java.awt.EventDispatchThread.pumpOneEventForHierarchy(java.awt.Component)
    EventDispatchThread.java:131
    void java.awt.EventDispatchThread.pumpEventsForHierarchy(java.awt.Conditional, java.awt.Component)
    EventDispatchThread.java:98
    void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
    EventDispatchThread.java:93
    void java.awt.EventDispatchThread.run()
    EventDispatchThread.java:85
    java.lang.NullPointerException
    java.lang.Object java.util.Hashtable.put(java.lang.Object, java.lang.Object)
    Hashtable.java:380
    oracle.dss.metadataManager.common.MDDimension oracle.dss.dataSource.common.Query.getMeasureDim()
    Query.java:3015
    oracle.dss.metadataManager.common.MDDimension oracle.dss.dataSource.common.QueryQueryAccess._getMeasureDimension()
    QueryQueryAccess.java:679
    java.lang.String oracle.dss.dataSource.common.QueryQueryAccess.getMeasureDimension(java.lang.String)
    QueryQueryAccess.java:456
    void oracle.dss.dataSource.common.QueryQueryAccess._initializeDimensionality()
    QueryQueryAccess.java:792
    java.util.Vector oracle.dss.dataSource.common.QueryQueryAccess.getDimensions(java.lang.String)
    QueryQueryAccess.java:409
    java.util.Vector oracle.dss.queryBuilder.QueryBuilderQueryAccessUtils.getVisibleDimensions(java.lang.String)
    QueryBuilderQueryAccessUtils.java:130
    java.util.Vector oracle.dss.queryBuilder.QueryBuilderUtils.getVisibleDimensions(oracle.dss.queryBuilder.QueryBuilder)
    QueryBuilderUtils.java:495
    void oracle.dss.queryBuilder.QueryBuilderUI.createDefaultPanels()
    QueryBuilderUI.java:405
    void oracle.dss.queryBuilder.QueryBuilderUI.init()
    QueryBuilderUI.java:351
    boolean oracle.dss.queryBuilder.QueryBuilder.initialize()
    QueryBuilder.java:2337
    void oracle.dss.addins.wizard.presentation.PresentationWizardContext.initQueryBuilder()
    PresentationWizardContext.java:102
    void oracle.dss.addins.wizard.presentation.PresentationWizardContext.setDesigner(oracle.dss.addins.designer.BIDesigner)
    PresentationWizardContext.java:149
    boolean oracle.dss.addins.wizard.presentation.PresentationWizardAddin.invokeFromMenu(oracle.ide.addin.Context, java.lang.String[], oracle.dss.addins.designer.BIFolder, oracle.dss.addins.designer.BIDesigner, boolean)
    PresentationWizardAddin.java:64
    void oracle.dss.addins.designer.BIDesignerAddin.actionPerformed(java.awt.event.ActionEvent)
    BIDesignerAddin.java:572
    void javax.swing.AbstractButton.fireActionPerformed(java.awt.event.ActionEvent)
    AbstractButton.java:1450
    void javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(java.awt.event.ActionEvent)
    AbstractButton.java:1504
    void javax.swing.DefaultButtonModel.fireActionPerformed(java.awt.event.ActionEvent)
    DefaultButtonModel.java:378
    void javax.swing.DefaultButtonModel.setPressed(boolean)
    DefaultButtonModel.java:250
    void javax.swing.AbstractButton.doClick(int)
    AbstractButton.java:279
    void javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(java.awt.event.MouseEvent)
    BasicMenuItemUI.java:886
    void java.awt.Component.processMouseEvent(java.awt.event.MouseEvent)
    Component.java:3715
    void java.awt.Component.processEvent(java.awt.AWTEvent)
    Component.java:3544
    void java.awt.Container.processEvent(java.awt.AWTEvent)
    Container.java:1164
    void java.awt.Component.dispatchEventImpl(java.awt.AWTEvent)
    Component.java:2593
    void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
    Container.java:1213
    void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
    Component.java:2497
    void java.awt.LightweightDispatcher.retargetMouseEvent(java.awt.Component, int, java.awt.event.MouseEvent)
    Container.java:2451
    boolean java.awt.LightweightDispatcher.processMouseEvent(java.awt.event.MouseEvent)
    Container.java:2216
    boolean java.awt.LightweightDispatcher.dispatchEvent(java.awt.AWTEvent)
    Container.java:2125
    void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
    Container.java:1200
    void java.awt.Window.dispatchEventImpl(java.awt.AWTEvent)
    Window.java:922
    void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
    Component.java:2497
    void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
    EventQueue.java:339
    boolean java.awt.EventDispatchThread.pumpOneEventForHierarchy(java.awt.Component)
    EventDispatchThread.java:131
    void java.awt.EventDispatchThread.pumpEventsForHierarchy(java.awt.Conditional, java.awt.Component)
    EventDispatchThread.java:98
    void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
    EventDispatchThread.java:93
    void java.awt.EventDispatchThread.run()
    EventDispatchThread.java:85

    Hi,
    Can you confirm the version number of the various products you are using please:
    - Database
    - JDeveloper
    - BIBeans
    - Oracle Warehouse Builder (OWB)
    - EIM (can you explain what this is please)
    I presume you have created a database using the data warehouse option of the Database Configuration Assistant. This should install a demo schema owned by the user SH. Can you create a crosstab using this schema. This will help determine the status of the metadata layer.
    Keith Laker
    BIBeans Product Manager
    Oracle Corporation

  • Access custom metadata from another plugin

    I was wondering if it would be possible to access the custom metadata from one plugin from another plugin.
    I know you use the _PLUGIN object when you read or write the metadata with a plugin.Is there any way to pass the varible to another plugin, maybe stored in a xml or text file in the modules folder? I also see where you can use the "unique identifying string" or plugin.id. Is this id differant for every installation of Lightroom?

    Allen, I'm pretty sure the answer is no - you can't access another plug-in's custom fields.
    I'm sure I have read this limitation somewhere - even if I can't now see it stated explicitly in the documentation. If anything, the docs imply getPropertyForPlugin can do so by specifying the LrToolkitIdentifier value (which you may be able to pass as a preference). So this doesn't work:
         getData = photo:getPropertyForPlugin("uk.co.beardsworth.missing", jbMissing )
    It is an important point though that one plug-in should be able to access another's custom fields. Obviously one can think of many ordinary circumstances where it would be handy, but I'm more worried about the longer term DAM viability of custom metadata. Let's say I decided to release a plug-in based around custom fields and users entered metadata which had some value to them - whether that's just input time or business data (eg client or agency account number). Now move on to LR3 and the plug-in no longer works - I've disappeared, driven mad by SDK changes, or you're unwilling to pay my extortionate plug-in upgrade fee.
    Now what happens to that valuable metadata? The data is still in the database but you can't read it because the original plug-in's unavailable, and Adobe's built-in "All" Plugin Metadata panel only shows data from enabled plug-ins. It's not in the XMP either. You're stuffed - unless you're resourceful enough to reverse engineer chunks of the plug-in. Assuming that I encrypted my plug-in's code, that means you're going to have to dig around the SQL to figure out my plug-in's ID and its field names. Only then can you create a plug-in to rescue your custom data. And you've got to hope to hell that my plug-in didn't encrypt or obscure the values you entered.
    For me what this shows is
    1) You're taking a big risk if you store valuable custom metadata - if you can't sort it out yourself, should you do it?
    2) You should ensure any plug-in with custom metadata stores its field definitions in unencrypted files
    3) The All Plug-in Metadata panel needs to show all plug-in metadata
    4) The SDK should allow you to get custom metadata from other plug-ins
    4) Custom fields should be mapped to XMP
    Short answer - No.
    John

  • To plugin developers: can I have access to any metadata field of the catalog in Print Module?

    Dear LR plugin developers,
    Maybe one of you has already implemented such a feature, maybe I can entice you to do so, if several people find this useful?
    Is there a forum for plugin feature requests? If so, forgive me for using this general user-to-user for this. Or would you look on the Adobe feature request forum for such input?
    I would like to have access to any metadata field of the catalog in Print module, ok if for all LR standard catalog fields, preferable if also for custom fields created by other plugins.
    I would want to add such a field underneath each image on a print page, e.g. something like complete exposure info.
    Doing so in export in a "Mogrify-like" way would also be ok, if metadata accessible. Fixed custom text obviously would be cumbersome, as limiting to 1 image to export at a time. Creating jpgs in export is ok,
    Print module would be preferable as I was hoping for more than one image per page=jpg.
    Now if such text could even be placed anywhere on a print template, possibly containing also free text, and formatable - you would have corrected the basic design flaw of the Book module imo...
    Cornelia

    Cornelia
    The problem one faces is that the SDK does not access Print or Book. You'll need to (ab)use the fields that are available, and I'd suggest you look at my Search and Replace plugin which can transfer values between fields. So you could move info from an inaccessible field to one that can be printed. Maybe use virtual copies which you can just discard afterwards?
    John

  • Metadata from MS Access

    Hi,
    is it possible to read metadata from an MS Access (2007) database ? I have a successfully tested location, but when trying to read tables in the metadata import wizard the hourglass cursor hangs on the tables node. It's possible to cancel and to continue working. Documentation says that's possible to read metadata from Excel, so it should be possible to Access as well. I experimented with 2 locations: one defined via host:port:sid, the other via database link, both wit the same negative result.
    some ideas ?
    regards
    Thomas

    Thanks for the tip, but this article discusses Excel-ODBC connection and my issue is with MS Access.
    My next try was to upgrade my database to 11.1.0.7 and now I'm getting a more detailed message when clicking on the "table" node in the import metadata wizard:
    <ol><li>MS Office Database Module doesn't find the table 'ALL_SNAPSHOTS'</li>
    <li>ORA-28506: parse error in data dictionary translation for an internal reference stored in sys.hs_all_dd</li>
    <li>ORA-28559: FDS_CLASS_NAME is ODBC11.1.0.7.0_0006, FDS_INST_NAME is dg4odbc</li>
    </ol>
    Very strange ! Why does OWB ask a ODBC source.for ALL_SNAPSHOT. But even when selecting manually ALL_TABLES I'm getting an error. Btw, the ALL_SNAPSHOTS entry in HS_ALL_DD is empty.
    So, I would like to get a statement if it's possible to read Access metadata at all. I found several examples with Excel in the Internet, but no mention of MS Access.
    It's quite urgent because I have to demonstrate OWB to a customer on coming Friday and one of his sources is a MS Access database.
    And I don't like to promise features which I can't deliver !!
    Please help and regards
    Thomas

  • How to access metadata from photos?

    I need to access the GPS coordinates from photos in camera roll. Is this possible on 5.1.1 or is there an app I need to use. Thanks for help!

    Update:
    This app will let you see this for free (as of 13/12/04):
    https://itunes.apple.com/gb/app/metadata-cut-view-remove-metadata/id568689108?mt =8
    Note, this app is actually designed to let you remove metadata, but allows to view it aswell.

  • SPFile.OpenBinary() unexpectedly deletes metadata from document

    Hi,
    In our Sharepoint 2010 application we have some custom code that copies documents between site collections. Recently, one line of code has started to cause serious trouble:
    SPList mylist = web.Lists["My
    documents"];
    SPListItem
    item = mylist.GetItemById(someintegerID);
    byte[]
    bytes = item.File.OpenBinary();              //Here be serious trouble
    the third row of code above, OpenBinary(), will randomly delete metadata from the listitem "item"! Even though the item is only supposedly read. We are never in any way doing any update to that listitem, we only use the bytes
    to create another item in a completely different site collection further down in the code.
    This behaviour is not repeted in all our environments, currently only on our build server and test environment. We are trying to find out how they differ, we suspect that OWA and different patches might be involved.
    Can anyone please help with this? What could it be?
    Some notes:
    This behaviour can be observed by just running the above three lines of code in a console application on the affected servers
    The metadata will not be deleted for a pdf document in the same list, it seems to affect office documents like Word and Excel files. 
    It happens specifically on the method call to OpenBinary(), not later, not before
    A custom content type is the only content type allowed for the affected list, this content type has som fields of its own, it also inherits some fields from a parent content type which is also a custom content type. The list item/document has this
    content type set and that does not change.
    --FG--

    Hi,
    Thanks for your sharing, it will be helpful for others who stuck with the similar issue.
    Best regards
    Patrick Liang
    TechNet Community Support

  • Accessing MetaData from Bex - Document Links?

    Hello experts,
    This is a two part question.
    We are interested in BW's ability to provide metadata access to report users.  We are familiar with the Metadata Repository in the Admin Workbench but this will not be accessible to the majority or report users.
    Issue 1:  Is there a way to access BW metadata from the Bex report?  If not what possible workarounds can you suggest? 
    One workaround that was suggested was to create a document link within the Bex report to access our own technical specifications. 
    Issue 2:  Is it possible to create a document link for a Bex report?  If so how?  Is there more flexibility to access metadata via Web Reporting?
    Thanks for any suggestions,
    Adam

    Elaborating on point 2 -
    You can attach a document to the BEx query. This can be done in properties section of the query. You can also attach documents per characteristic in AWB. Whichever of the above suits your requirements.
    I am not sure what exactly you mean by "...more flexibility to access metadata via Web Reporting?". It is possible for documents to be available over an HTTP content server.
    Anil.

  • HT1918 I cannot access files I uploaded from an old computer.  The email account to which some tracks are connected is deleted. For some reason my birth date doesn't work either. Is there some way to transfer the files to my current address?

    I cannot access files I uploaded from an old computer. The email account to which some tracks are connected is deleted. For some reason my birth date doesn't work either. Is there some way to transfer the files to my current address and username?

    Most likely you have Office 2004 which are PPC-only applications and will not work in Lion. Upgrade to Office 2011. Other alternatives are:
    Apple's iWork suite (Pages, Numbers, and Keynote.)
    Open Office (Office 2007-like suite compatible with OS X.)
    NeoOffice (similar to Open Office.)
    LibreOffice (a new direction for the Open Office suite.)

  • Feature Request: save metadata to file, and read metadata from file.

    Please have function to save metadata to file, and read metadata from file.
    This would allow us to write cross-platform plugins that can assure data is up-to-date in the xmp, or modify xmp and have it reinstated in the catalog.
    This would go nicely with the ability to save xmp for virtual copies, dng, and rgb formats.

    Perhaps someone with direct experience with publishing to Smugmug will chime in.  Short of that, some thoughts on your issues:
    Should I not bother to "Save Metadata to File", this seems to be what is messing up the SmugMug publish service?
    I very much doubt that it is messing up the publishing.  What gets saved to the file from the catalog is independent of what gets exported.  Saving metadata to the file is generally a good practice (in case you screw up your catalog backups).  Many, perhaps most, users set the preference Catalog Settings > Automatically Write Changes Into XMP.
    I would have expected it to behave like an export which would write synonyms, exclude keywords that should be excluded, etc, which seems to work ok in point 6 above.
    Yes, that's a reasonable expectation.
    You may have done this already, but double-check: Right-click the Smugmug publishing service in the left-hand column of the Library, select Edit Settings, and in the Metadata section verify that you have Include: All Metadata set.
    Did you download the Smugmug plugin from Smugmug? You might try this Smugmug plugin instead -- the author designed the publishing architecture of LR and has an excellent reputation. 
    Are the publish services more effort than they are worth? So I get SmugMug to work, what happens when I try Flickr?
    I think many users find the publishing services are generally worthwhile.  I publish regularly to Flickr (using the built-in Flickr plugin, which isn't completely reliable) and the Zenfolio plugin from Friedl. 

  • Behance plugin fails to publish to WIP.  Returns following error: "Failed to upload a WIP update to Behance: Invalid permissions or request type"

    Behance plugin fails to publish to WIP in Lightroom 5.6.  Returns following error: "Failed to upload a WIP update to Behance: Invalid permissions or request type".  (I also saw this question asked in the Deutsche forums in Jan 2014 with no answers)
    In Behance settings Adobe Photoshop Lightroom has permission to:
    Revoke Access
    may act on your behalf to comment, follow users, view and appreciate projects
    Allows access to read network activity feed
    Able to read collections you have marked as private
    Ability to create, manipulate and delete your collections.
    Able to read works in progress marked as private
    Able to post, manipulate and delete a work in progress on your behalf
    Does anyone have a solution?
    -------- System Settings ---------
    Lightroom version: 5.6 [974614]
    Operating system: Windows 8.1 Business Edition
    Version: 6.3 [9600]
    Application architecture: x64
    System architecture: x64
    Logical processor count: 8
    Processor speed: 3.0 GHz
    Built-in memory: 16301.9 MB
    Real memory available to Lightroom: 16301.9 MB
    Real memory used by Lightroom: 374.4 MB (2.2%)
    Virtual memory used by Lightroom: 346.3 MB
    Memory cache size: 224.4 MB
    Maximum thread count used by Camera Raw: 4
    System DPI setting: 96 DPI
    Desktop composition enabled: Yes
    Displays: 1) 2560x1440
    Installed Plugins:
    1) Behance
    2) Canon Tether Plugin
    3) Costco Photo Center
    4) Facebook
    5) Flickr
    6) Leica Tether Plugin
    7) Nikon Tether Plugin
    Config.lua flags: None
    Adapter #1: Vendor : 8086
      Device : 412
      Subsystem : 5b01028
      Revision : 6
      Video Memory : 0
    Adapter #2: Vendor : 10de
      Device : fe4
      Subsystem : 5b01028
      Revision : a1
      Video Memory : 7c1
    Adapter #3: Vendor : 1414
      Device : 8c
      Subsystem : 0
      Revision : 0
      Video Memory : 0
    AudioDeviceIOBlockSize: 1024
    AudioDeviceName: Speakers (Realtek High Definition Audio)
    AudioDeviceNumberOfChannels: 2
    AudioDeviceSampleRate: 44100
    Build: Uninitialized
    CardID: 1042
    Direct2DEnabled: false
    GPUDevice: D3D
    MaxTexture2DSize: 8192
    OGLEnabled: true
    Renderer: Intel(R) HD Graphics 4600
    ShaderModel: 11.1
    Vendor: Intel
    VendorID: 32902
    Version: 8086:0412:5b01028:0006

    Behance Plugin for LR not Authorizing in LR 5.6

  • Can you sync the metadata from Flickr to Aperture?

    Is it possible to sync the metadata from Flickr to Aperture without having previously uploaded the photos using the Aperture plugin?
    I originaly uplaoded all my photos using the Aperture plugin but i had so many issues with it either deleting or re-orgaising my photos that I decided to upload everything manually. I would love however to be able to sync my metadata from Flickr back down to Aperture. Does anyone know if this is possible?
    Thanks!

    See Here  >  https://discussions.apple.com/message/18037599#18037599

  • HT1329 if the music that is on the iPod can no longer be accessed through iTunes because it was deleted, is there anyway to recover the music on the iPod if it wasn't purchased?

    if the music that is on an iPod can no longer be accessed through iTunes because it was deleted, is there anyway to recover the music on the iPod if it wasn't purchased?

    See this support article:
    http://support.apple.com/kb/HT1848
    You can also download at least some of your content (audiobooks being a notable exception) again from the iTunes Store:
    http://support.apple.com/kb/ht2519
    For additional instructions, particularly for content not purchased from the iTunes Store, check out this user tip from TuringTest:
    https://discussions.apple.com/docs/DOC-3991
    and this page on "How-to Geek":
    http://www.howtogeek.com/104298/sync-your-ios-device-with-a-new-computer-without -losing-data/
    Regards.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Communities page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums and in the Apple Knowledge Base, before you post a question.

  • How do i access my add-on from a browser or URL vs having to click the icon?

    greetings gents, we have built a firefox add-on to do cool things from from the browser. we do the same in our apps and ONLY mozilla supports our growing corporate customer base (apps do not). the product is ready but we face one final challenge: a reasonably easy way to have the users access the our product. to do that, they need to first install the plug-in. we would like to be able to run/execute/access the plugin from a web page ie a URL. i can send more specific needs and requirements but i wanted to open a conversation with you. thank you very much.

    hello, i don't exactly understand what you're trying to achieve - however since we are a support forum for users and cannot really give development-oriented advice, your question might be better suited in the addons forum at https://forums.mozilla.org/index.php or a site like stackoverflow.com anyway! thank you for your understanding...

  • How to read metadata from a pdf file

    hello
    i have got xmp sdk for windows.
    i want to read the metadata from a pdf file but i cannot
    find a way to do so.
    i cannot understand that which method to use to open the file whose metadata i want to read.
    if someone can tell me by an little code example then it would be great help.
    thanks

    The sample XAPDumper read metadata in a file (PDF or not) if it is valide. If you want to keep the XAPMeta object, don't delete this object in ProcessSubstring().

Maybe you are looking for

  • JScrollPane's scroll bar alignment

    I tried all the suggested methods, and yet I still get the vertical scroll bar aligned somewhere in the middle when the JFrame opens, when top alignment would be preferable... Any suggestion on this is more than welcome. My code is structured with ne

  • Keyboard & Mighty Mouse problems

    Hi all, I am using the new style keyboard with my MBP and for some reason I keep losing the bluetooth connection & the message " keyboard connection lost " the keyboard is next to my MBP so I cannot understand why I am getting this message ? Also whe

  • Standard operating temperature ranges

    Where can I find the standard operating temperature ranges? I download the iStat widget last week and it gives me a list of the temps of different parts of my machine, but I'm not sure when they're running hot versus running cool or normal. I'm not h

  • Process Chains - "Natural Number"

    In the Process Chain Planning view there is a column "Natural Number".  For me it is populated with '0' for every row.  I'm curious if anyone knows what this might be in relation to process chains? Thanks, Ken Murray

  • Flash Video Gallery

    Hi,does anyone know how to make a Flash Video Gallery that I can add new videos dynamically? just like how XML photo gallery works? Thanks.