Connect with our global Bridge Community.
Askettäinen
Habe das Ausgabemodul nach Anweisung in Bridge CC installiert. Auch alle Korrekturen die angegeben sind ausgeführt. http://helpx.adobe.com/de/bridge/kb/install-output-module-bridge-cc.htmlDas Ausgabefenstewr ist weiterhin leer!Die Techniker bei Adobe wissen nicht weiter, hat jemand das Problem lösen können?Gruss Fred
The Bridge script loads the image stack into into Photoshop layered PSD file. Runs a Photoshop action and saves the file in the same location.I am trying to check if the action file existe before running the Photoshop action.The try catch statement did not work. Is the an alternative way of checking if the Photoshop action file exists?#target bridge //Saves Br stack as layered PSD file on same locationvar stacks = app.document.stacks;var stackCount = stacks.length;for(var s = 0;s<stackCount;s++){ var stackFiles = getStackFiles( stacks ); if(stackFiles.length> 1){ var bt = new BridgeTalk; bt.target = "photoshop"; var myScript = ("var ftn = " + psRemote.toSource() + "; ftn("+stackFiles.toSource()+");"); &n
Is it possible in Bridge to make a script that:Copy a photo from original folder to a specific other folderGive the original photo a keyword, label or a metadata field with the date of today?I've been using PHP and VBA, and have just started learning JavaScript, so I might manage to figure out something of my own if you point me in the right direction. If you could give me the script ready to use I'll be very grateful.Our situation:We are publishing photos in a weekly news paper and online. We have photos in one folder, ready to use. When we put a photo in production we copy it to another folder, but we would like to know if and when a photo has been used, so we're not using the same photo over and over again. It would be very nice If we can mark the original somehow with "used" and "date". Thank you!Using Bridge CC 6.3.1.186 x64
I'm working on a script that adds keywords based on an image's filename. So, if the filename is AG123456(08_16).tif, this script would add "Agriculture", "123456", and "8/16" as keywords in bridge. I've got a small sample of the part that extracts each keyword from the filename written in AppleScript below. I know that I need to write the part that actually adds the keywords in Bridge in JavaScript, because Bridge isn't AppleScript capable. I'm having trouble finding the JavaScript code I need to add the keyword. If anyone could help me out with that, I'd really appreciate it. I'd like to call the JavaScript from within AppleScript rather than write the entire code in JavaScript. (The full version of this is longer, it would be a lot of code to change to JavaScript). on open of droppedfiles with timeout of 900 seconds -->Changing timeout to 15 minutes. Default is 2 minutes. ------------------------------------------------------------- --GETTING THE CHARACTERS OF TH
I cannot download any photos at all now; Bridge simply refuses to see my camera. I've tried with a USB cable in the camera & a card reader - nothing works. The photo downloader gives a sort of 'flash' as if it's seen the camera for about 2 seconds, then it tells me 'No Device found'. This is really desperate; what can I do to download my photos??!!! Is this yet another Mac problem? I'm using an Apple Mac with Mac OS X Lion 10.7.5. My camera is a Nikon D700. It's worked fine until quite recently. Is there maybe a Bridge update I need to install?
This site is now closed and all content has been removed.Most of the scripts that were on this site were outdated and untested for CCPlease try the following sites for scripting solutions...That is right – www.ps-bridge-scripts.talktalk.net has been closed by the owner!The internet sadly has only a few repositories of good scripts for Adobe Bridge.As many discussions on this forum pointed to the DIY Metadata script, I will post the code as a community service (I hope that the author has no problems with recording this important information)…
Here is my dilemma. I am an archivist at an arts organization and we are in the process of digitizing many of our materials to post them on the web and make them available to internet users. One of the principle components of our collection is a large trove of photographs. We have been in the process of digitizing these images and embedding metadata (in the Caption/Description, Author/Photographer and Copyright fields) via PhotoShops File Info command. Now I am at a crossroads. We need to extract this metadata and transfer it into a comma separated value form, like an Excel spreadsheet or a FileMakerPro database. I have been told that it is not possible to do this through PhotoShop, that I must run a script through Acrobat or Bridge. I have no clue how to do this. I have been directed to a couple of links. First I was directed to this (now dead) link: http://www.barredrocksoftware.com/products.html The BSExportMetadata script allegedly exports the metadata from files selected in Ado
This question has been asked previously in Bridge forums but not fully answered for CC and raw files.I'd like to run a script from Bridge CC that will append the filename (minus extension) into the Description field of the IPTC metadata. It needs to work with multiple camera raw files (e.g. .ARW, .CR2). Previous suggestions worked with TIFs and DNGs but not proprietary camera raw formats.Since characters '/' and ':' aren't permitted or recommended, it would be useful if these could be added by converting '*' and '=' from the filename.For example,Filename 1234.ARW should append as 1234Filename 12*34.ARW should append as 12/34Filename 12=34.ARW should append as 12:34The description field may already contain some text, hence the need to append to this rather than replace.If anybody could help with this, I'd be very grateful.
I noticed that Thumbnail function "CopyTo" doesn't complete copying of large files more than 1.5 GB!I have mp4 file which is about 21 GB, when executing this function a new file appears in the target location but the process stopped at 1.49 GB!Is there a solution?
Hi,I'm playing around with the CustomSortExtensionHandler.jsx example in Bridge and it looks like you can extend the filter panel of Bridge with own filters/parameters.Unfortunately, the example only works on "Nodes" and not on plain folders and files. Thus, how can I extend the filter for plain files and its properties (e.g.: Year of Creation, First Letter of Filename ... just as some plain examples to illustrate my targets).Or is this not possible at all?ThanksKonrad
I am on the brink of loosing it as I need to have a wedding finished by this weekend. I had a second shooter who shot with nikon, me with canon. I have been trying to arrange all the files accordingly to the day and then batch rename them which alternately rearranges the files crazily. Is this possible to do some other way? Maybe in Lightroom? I am not really a Lightroom user and not very familiar with it. Please help!
I have a scheduled task that scan files, the problem is that this task stop while the current browser window of the Bridge not in the front, in other words while Adobe Bridge in not the active interface in the windowing system.I have the latest mac OS and latest Bridge version.
is there an event handler, and also is there a way to rate images via script?Situation at hand: same image exists in parallel folder structures, e.g. one for AI and the other one for PNG and JPG - I want a rating that the user applies to one of them to be automatically applied to the other one
Hithe following code works as expected for the most file typesvar file = app.document.getSelection("psd, jpg, jpeg, png, gif");alert(file[0].core.quickMetadata.height);alert(file[0].core.quickMetadata.width);But it returns always 0 for all png and gif files.How can I get the width and height value for png and gif files with bridge scripting (without to open the files in Photoshop)Regards
I would like to ad my own meta data to adobe bridge CC. Most of the fields do not perfectly fit to what I want to ad to my videofiles. Is there any possability to create my own meta data file document and import it into adobe bridge?
As of Bridge 6.2.0.179 x64, the event listeners 'keydown' and 'keyup' still do not work. I think the mouse events are also broken.What I'm trying to do:Create a search box that executes the search when the user presses the "Enter" key. Pretty standard, but as of yet, impossible in Bridge CC.I am currently using a "Go" button to execute the search, but users are requesting the "Enter" key functionality.These two functions work in CS6, but not CC:editText2.addEventListener ("keydown", function (k){ if (k.keyName == "Enter"){ alert("Enter key pressed") } })editText2.addEventListener ('keydown', function (e){ if(ScriptUI.environment.keyboardState.keyName == "Enter"){ getWebVocab() } }Given Adobe's lac
Sorry for the newbie question. I have a script that creates stacks by capture time for all images in a folder. I'd like to be able to run it only on the highlighted images. I'm just not sure how to identify a highlighted image in javascript.Thanks
I tried posting this question in the after effects scripting forum and got no response. Hopefully someone here knows about this.I have been putsing around with a script since CS6. Suddenly with the most recent updates to CC, BridgeTalk.bringToFront ("aftereffects"); isn't working on my pc.I have tested this on a mac and it seems to work fine however when I try on my windows 7 system, nothing. I searched through the Javascript CC ref but I am getting no where.Here is what I have been trying. I open a new javascript set it to run the Extend Script Toolkit CC, pull photoshop in front of after effects.I run this:BridgeTalk.bringToFront ("aftereffects");nothingHowever, if I put after effects or any other programs in front of photoshop and run this:BridgeTalk.bringToFront ("photoshop");Photoshop pops right up.Is anyone else having this same problem? Does anyone know anything about it? Can anyone offer advice for a work around?I would appreciate it if someo
Hello,I am desperately searching for a way to prefix some keyboard inputted data into the IPTC Description field (without clearing existing data) of a number of images selected in Bridge. I have searched this forum but cannot find an existing thread. Can anyone help with a script please?Thanks in advance.
Hello everyone,Any one has a script for bridge or apple script to copy the image name (Image.psd) to a its Metadata Title caption author, etc.. without the extension (.psd)Thank You
Hello everybody,I am looking for a big hand now.I already create a "hotfolder" to link a photoshop script to a folder.But this time it is not working and i can't get why.This is the script i use (not working ones)In Bridge CC start up script //The Hot Folder will be the folder where you run the script. //You should be able to use bridge as normal. if( BridgeTalk.appName == "bridge" ) { var newMenuHF = new MenuElement( "menu", "Hot Folder", "after Help", "hotFolder" ); var runHotFolder= new MenuElement( "command", "Start Hot Folder", "at the end of hotFolder" , "hotFolderxx" ); } runHotFolder.onSelect = function () { var thisFolder = encodeURI(Folder(app.document.presentationPath)); var cmd = "$.setenv('HotFolder','" +thisFolder+ "');"; var bt = new BridgeTalk(); bt.target = "photoshop"; bt.body = cmd; bt.send(); processHotFolder = function(){  
hiis there a script for bridge to send photos to an external editor/program?i run cc 2015 windows 10 64bitthanks
It's very disconcerting. Bridge is continually crashing on me. I open up a folder with a lot of images in it in Bridge and it just crashes. This can go on 5 or 6 times until I just give up. Any ideas? If I reinstall it, using Creative Cloud, I guess I have to uninstall it first. Then, I have to re-install either InDesign or Illustrator, I forget which. So, because of that, I'll need to unintall Illustrator or InDesign, too. Right?Thanks.
Hello all,We have just over 20 current CC licenses for designers and prepress technicians, and we're looking for a cheap and easy solution for about 20 more customer service representatives to preview incoming indd, ai and psd files in order to get them to the right people. We read below that Bridge was free, and Bridge would work exceptionally well to meet the CSRs' needs.It’s True: Adobe Bridge CC Is Completely Free for Everyone, for Life! | ProDesignToolsHowever, someone ran it past our corporate asset management group, and they told us “…basically Bridge CC is not free for us under our Enterprise Agreement.”. So I called a number on Adobe's website and spoke to a gentleman named Sipal, I believe, who also said Bridge is not free. He said the link above is old information, which applies to CS6, even though the article is from last year. Has the whole world gone crazy? Can anyone recommend a solution for us? We just need to preview adobe design files, not edit or output or pref
I posted this on another forum, but it works well on Bridge also.If some one need to have Japanese or Chinese or Korean text vertical buttons this can be done.If you try to change the size of the font, the size of the button will adapt automatically.If you change the text, the size of the button will adapt automatically.I have also put the value of the margin you want between the text and the button limits.There are several variations you can adapt, like the colors, the rollover line width and color, etc.Here is the code: var w = new Window("dialog"); b = w.add ('iconbutton',undefined,undefined, {style:'toolbutton', margin:6}); // you can change here the margin text<>button b.size = [20,200]; b.textPen = b.graphics.newPen(b.graphics.PenType.SOLID_COLOR, [0,0,0,1], 2); // text color [R/255, G/255, B/255, alpha/255] b.fillBrush = b.graphics.newBrush( b.graphics.BrushType.SOLID_COLOR, [1, 1, 1, 1] ); // background color [R/255, G/255, B/255, alpha/255]&nb
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Onko sinulla jo tili? Kirjaudu sisään
Eikö sinulla ole vielä tiliä? Luo tili
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.