<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Tue, 11 Nov 2014 19:05:41 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-11T19:05:41Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Is it possible to modify this script to include subfolders?</title>
      <link>https://forums.adobe.com/thread/1632611</link>
      <description>&lt;!-- [DocumentBodyStart:d3e64187-a7d0-4997-af71-13b7225739b4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have tried to do this with no luck. This script works great, but how to I make it apply to all sub-folders? Thanks for any suggestions.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;#target bridge&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt; if( BridgeTalk.appName == "bridge" ) {&amp;nbsp; &lt;/p&gt;&lt;p&gt;descToTitle = MenuElement.create("command", "Keys to Title", "at the end of Tools");&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;descToTitle.onSelect = function () { &lt;/p&gt;&lt;p&gt; if (ExternalObject.AdobeXMPScript == undefined) ExternalObject.AdobeXMPScript = new ExternalObject("lib:AdobeXMPScript");&lt;/p&gt;&lt;p&gt; var thumb = app.document.selections;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for(var s in thumb){&lt;/p&gt;&lt;p&gt; if(thumb[s].hasMetadata){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var selectedFile = thumb[s].spec;&lt;/p&gt;&lt;p&gt;&amp;nbsp; var myXmpFile = new XMPFile( selectedFile.fsName, XMPConst.UNKNOWN, XMPConst.OPEN_FOR_UPDATE);&lt;/p&gt;&lt;p&gt;&amp;nbsp; var myXmp = myXmpFile.getXMP();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var Description =&amp;nbsp; getArrayItems(XMPConst.NS_DC, "keywords"); &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myXmp.deleteProperty(XMPConst.NS_DC, "title");&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myXmp.appendArrayItem(XMPConst.NS_DC, "title", Description, 0, XMPConst.ALIAS_TO_ALT_TEXT);&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myXmp.setQualifier(XMPConst.NS_DC, "title[1]", "&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.w3.org/XML/1998/namespace" rel="nofollow"&gt;http://www.w3.org/XML/1998/namespace&lt;/a&gt;&lt;span&gt;", "lang", "x-default");&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;function getArrayItems(ns, prop){&lt;/p&gt;&lt;p&gt;var arrItem=[];&lt;/p&gt;&lt;p&gt;try{&lt;/p&gt;&lt;p&gt;var items = myXmp.countArrayItems(ns, prop);&lt;/p&gt;&lt;p&gt; for(var i = 1;i &amp;lt;= items;i++){&lt;/p&gt;&lt;p&gt; arrItem.push(myXmp.getArrayItem(ns, prop, i));&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;return arrItem;&lt;/p&gt;&lt;p&gt;}catch(e){alert(e +" Line: "+ e.line);}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (myXmpFile.canPutXMP(myXmp)) { &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myXmpFile.putXMP(myXmp);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myXmpFile.closeFile(XMPConst.CLOSE_UPDATE_SAFELY); &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {&lt;/p&gt;&lt;p&gt;&amp;nbsp; xmpFile.closeFile();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d3e64187-a7d0-4997-af71-13b7225739b4] --&gt;&lt;img src='/beacon?t=1415929813221' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">keywords</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">sub-folder</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">scrit</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">bride_cc</category>
      <pubDate>Tue, 11 Nov 2014 19:05:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1632611</guid>
      <dc:date>2014-11-11T19:05:41Z</dc:date>
      <clearspace:dateToText>2 days 4 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CC for TEAMS cloud storage does not sync?</title>
      <link>https://forums.adobe.com/thread/1408978</link>
      <description>&lt;!-- [DocumentBodyStart:76f775a4-3dfe-47d4-9398-f2bb99894b80] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;As an individual, I have a CC membership. When I save a file on my desktop in the Creative Cloud Files folder, I can open it on my laptop... in the Creative Cloud FIles folder. When I go to creative.adobe.com and look in the files tab, my files are also there. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After convincing my boss to upgrade and get 4 seats in the CC for Teams, I am left with this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6129924-551035/Screen+Shot+2014-02-17+at+3.40.00+PM.png"&gt;&lt;img alt="Screen Shot 2014-02-17 at 3.40.00 PM.png" class="jive-image" height="753" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6129924-551035/Screen+Shot+2014-02-17+at+3.40.00+PM.png" width="430"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Why is this not working? Why does the website say you can collaborate? Why can I not open it on my laptop when I save a file on my desktop in the Creative Cloud Files folder? When I go to creative.adobe.com and look in the files tab, my files are not there, either. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;WHY DO I PAY MORE FOR THIS?? I am not saying it is "worthless" but it certainly is worth less.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:76f775a4-3dfe-47d4-9398-f2bb99894b80] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">issue</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">desktop</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">creative_cloud</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cloud_for_teams</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">sync_files</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">synce_not_available</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">sync_issues</category>
      <pubDate>Mon, 17 Feb 2014 21:47:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1408978</guid>
      <dc:date>2014-02-17T21:47:14Z</dc:date>
      <clearspace:dateToText>8 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is there a fix for an InDesign file with error code 3?</title>
      <link>https://forums.adobe.com/thread/1393143</link>
      <description>&lt;!-- [DocumentBodyStart:626df332-1672-471e-84ee-e7c6859a700d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have: reset preferences, exported to older file type, opened it on a different machine, etc. Everytime I try to click a page at the beginning of the document, ID crashes and has to reboot. CS6.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:626df332-1672-471e-84ee-e7c6859a700d] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">crash</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">indesign</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cs6</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">corrupt_file</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">error_code_3</category>
      <pubDate>Wed, 29 Jan 2014 21:41:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1393143</guid>
      <dc:date>2014-01-29T21:41:25Z</dc:date>
      <clearspace:dateToText>9 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do I un-check "Export Containing Keywords" to all keywords?</title>
      <link>https://forums.adobe.com/thread/1376604</link>
      <description>&lt;!-- [DocumentBodyStart:2f051186-56be-467c-8ec1-6c5ed6687855] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am migrating to LR from Bridge (looks like auto-complete and other keyword features will make work faster when keyword list is set up). I have a massive hierarchical keyword library. I exported it to a text file and imported it to LR. Now, each time I apply a keyword, the keywords above it are applied. I do not want this to occur.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to disable the "Export Containing Keywords" button on ALL of the keywords. Is there a way to do this?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would love to be able to export my keywords to a text file, wrap them all in braces/brackets, or whatever, and have them magically not contain their hierarchical keywords attached.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I have to edit the sql library, where do I do this? Which file is the target file? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Using LR 5.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks, in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2f051186-56be-467c-8ec1-6c5ed6687855] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">batch</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">keywords</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">export_containing_keywords</category>
      <pubDate>Fri, 10 Jan 2014 18:04:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1376604</guid>
      <dc:date>2014-01-10T18:04:46Z</dc:date>
      <clearspace:dateToText>9 months 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>use a keywords list as a source for an autocomplete list?</title>
      <link>https://forums.adobe.com/thread/1373727</link>
      <description>&lt;!-- [DocumentBodyStart:52a94de9-fa48-4e72-966b-565182a7a488] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is this possible? I have a large keyword list that has been developed over a long period of time. I want to be able to autocomplete when I start typing, based on the keywords list. The list has become very difficult to quickly navigate in the keyword panel. Thoughts?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:52a94de9-fa48-4e72-966b-565182a7a488] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">script</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">bridge</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">keywords</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">autocomplete</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">scripting</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">metadata</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cs6</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">scripts</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">auto_complete</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">keyword_panel</category>
      <pubDate>Tue, 07 Jan 2014 19:40:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1373727</guid>
      <dc:date>2014-01-07T19:40:14Z</dc:date>
      <clearspace:dateToText>10 months 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Freelance Bridge Script Writers?</title>
      <link>https://forums.adobe.com/thread/1293399</link>
      <description>&lt;!-- [DocumentBodyStart:e7816d01-d027-4966-9b9b-912070ffc16b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I need a script, and I am not qualified to write it. Any pros looking for some freelance work? Need a script to import text from a CSV to a specific field.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e7816d01-d027-4966-9b9b-912070ffc16b] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">script</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">bridge</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">filename</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">csv</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">xmp</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">keywords</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">scripting</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">copy</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">metadata</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cs6</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">scripts</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">bridge_cs6</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">batch-process</category>
      <pubDate>Tue, 10 Sep 2013 22:26:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1293399</guid>
      <dc:date>2013-09-10T22:26:01Z</dc:date>
      <clearspace:dateToText>11 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>VHS to Digital? (Professional equipment, not consumer)</title>
      <link>https://forums.adobe.com/thread/1258294</link>
      <description>&lt;!-- [DocumentBodyStart:7bc4b127-6e99-4970-86dc-55493440f08b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am looking to convert VHS to digital (H.264). I have Adobe Premier, After Effects, etc... What do I need to capture the video and audio signal from analogue?&amp;nbsp; I am not looking for low-end, consumer products that will require the manufacturer's software. Have Mac, 10.8.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any help!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7bc4b127-6e99-4970-86dc-55493440f08b] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">usb</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">vhs</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">analogue_to_digital</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">vcr</category>
      <pubDate>Fri, 19 Jul 2013 15:37:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1258294</guid>
      <dc:date>2013-07-19T15:37:37Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Copy keywords into title field, keep in keywords field</title>
      <link>https://forums.adobe.com/thread/1223292</link>
      <description>&lt;!-- [DocumentBodyStart:b7fd0caa-d7ee-4a0c-a2f6-052a9999d8c8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have this script that works in cs5, but it is not working in CS6- I am going to try to modify it to copy the keywords into the title field, but also drop the ";" and replace with a ","&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;First, I can't get CS6 to run this code, though. Where is it wrong? Thank you for any suggestions-&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;#target bridge&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt; if( BridgeTalk.appName == "bridge" ) {&amp;nbsp; &lt;/p&gt;&lt;p&gt;keysToDesc = MenuElement.create("command", "Keywords To Description", "at the end of Tools");&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;keysToDesc.onSelect = function () { &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; keysToDesc();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;function keysToDesc(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function getArrayItems(ns, prop){&lt;/p&gt;&lt;p&gt;var arrItem=[];&lt;/p&gt;&lt;p&gt;var items = myXmp.countArrayItems(ns, prop);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; for(var i = 1;i &amp;lt;= items;i++){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arrItem.push(myXmp.getArrayItem(ns, prop, i));&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;return arrItem.toString();&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt; if (ExternalObject.AdobeXMPScript == undefined) ExternalObject.AdobeXMPScript = new ExternalObject("lib:AdobeXMPScript");&lt;/p&gt;&lt;p&gt; var thumb = app.document.selections;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for(var s in thumb){&lt;/p&gt;&lt;p&gt; if(thumb[s].hasMetadata){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var selectedFile = thumb[s].spec;&lt;/p&gt;&lt;p&gt;&amp;nbsp; var myXmpFile = new XMPFile( selectedFile.fsName, XMPConst.UNKNOWN, XMPConst.OPEN_FOR_UPDATE);&lt;/p&gt;&lt;p&gt;&amp;nbsp; var myXmp = myXmpFile.getXMP();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var Keywords = getArrayItems(XMPConst.NS_DC,'subject').replace(/,/g,';')&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myXmp.deleteProperty(XMPConst.NS_DC, "description"); &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myXmp.setLocalizedText( XMPConst.NS_DC, "description", null, "x-default", Keywords ); &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (myXmpFile.canPutXMP(myXmp)) { &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myXmpFile.putXMP(myXmp);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myXmpFile.closeFile(XMPConst.CLOSE_UPDATE_SAFELY); &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {&lt;/p&gt;&lt;p&gt;&amp;nbsp; xmpFile.closeFile();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b7fd0caa-d7ee-4a0c-a2f6-052a9999d8c8] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cs5</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">script</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">javascript</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">to</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">title</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">scripting</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">copy</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">metadata</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cs6</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">scripts</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">iptc</category>
      <pubDate>Fri, 31 May 2013 17:30:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1223292</guid>
      <dc:date>2013-05-31T17:30:24Z</dc:date>
      <clearspace:dateToText>1 year 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Script to move description metadata information into title field</title>
      <link>https://forums.adobe.com/thread/1075021</link>
      <description>&lt;!-- [DocumentBodyStart:1cf9483b-a8f6-49b0-a061-254f7b0bd4b3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have tried for 2 days (off and on) to try to get Bridge CS6 to copy the information from the Description field to the Title field in the metadata. I can get it into the menu, but nothing happens when I modify other scripts. Any suggestions would be greatly appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you want a good laugh, I can post my previous attempts. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1cf9483b-a8f6-49b0-a061-254f7b0bd4b3] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">script</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">bridge</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">paste</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">title</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">copy</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">metadata</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cs6</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">description</category>
      <pubDate>Mon, 01 Oct 2012 21:18:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1075021</guid>
      <dc:date>2012-10-01T21:18:18Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>thumbnail hover</title>
      <link>https://forums.adobe.com/ideas/1862</link>
      <description>&lt;!-- [DocumentBodyStart:bd8d7be8-3b88-4c1b-a842-1749a6bbe756] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It would be nice to have a tool-tip/roll-over that can use images, not only text. I want to have a thumbnail with the ability to mouse over it and show a larger version. I want to put links below it so it may be downloaded, so I can't use the slideshow function. I also was not able to use Zoomify. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bd8d7be8-3b88-4c1b-a842-1749a6bbe756] --&gt;</description>
      <pubDate>Mon, 02 Jul 2012 20:41:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/ideas/1862</guid>
      <dc:date>2012-07-02T20:41:28Z</dc:date>
      <clearspace:dateToText>2 years 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Running script; did not save files</title>
      <link>https://forums.adobe.com/thread/981360</link>
      <description>&lt;!-- [DocumentBodyStart:fcbe54f3-59cf-4ad2-927b-4b314c7f1705] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I made an attempt to batch-process a number of files through the scripts/image processor in CS6. I made the source/destination selections and set the images be saved as a Tiff with no compression. Instead of correctly processed Tiff's, I got a lot of open images that never saved. I tried it by launching image processor from Bridge/tools/photoshop/image processor and Photoshop/file/scripts/image processor. I did complete the task by closing CS6 and using CS5. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fcbe54f3-59cf-4ad2-927b-4b314c7f1705] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cs5</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">image</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">processor</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">scripting</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">bugs</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cs6</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">scripts</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">tiff</category>
      <pubDate>Tue, 27 Mar 2012 20:01:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/981360</guid>
      <dc:date>2012-03-27T20:01:33Z</dc:date>
      <clearspace:dateToText>2 years 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

