Connect with our global Bridge Community.
Recently active
I have previously used John Beardsworth's script Set Filename to Metadata which put the file name in the Document Title in File Information. In Bridge 2020 under Tools, it is not showing up. I can see the script in the BridgeStartup list. Is just isn't available. I just discovered this as I haven't used Photoshop for a while.Has anyone else experienced this problem?I have emailed John about this.Any help with this would be greatly appreciated. It is a great little script.
I've found a bug with the Extendscript editnumber control and a workaround. Please see my related post in the Photoshop forum, the bug is slightly different. Tested on macOS and Windows 10 Pro, Bridge 12.0.4 and Bridge 15.1.2. When a decimal number is entered into an editnumber control (in an Extendscript window), the decimal is incorrectly rounded to two decimal places. If the script requires more precision, there is a workaround for Bridge 12. Please see the posted snippet. This workaround does NOT function in Bridge 15, and editnumber.value is always zero. To test, type in a number such as 0.00255. Without the workaround code, this is rounded to 0. With the workaround, the typed value is retained (Bridge 12.) /* This is a test snippet to demonstrate editnumber bugs in Bridge 12 and Bridge 15. In both versions, editnumber entry is autorounded to two decimal places. This can be worked around in Bridge 12. In Bridge 15, editnumber.value == 0 and editnumber.text is a
Bonsoir,BUG ? ou réglage des préférences à faire ?Systeme SEQUOIA et Mac MINI M4 PRO 1 - Dans le menu fichier <NOUVEAU DOSSIER> est grisé, ouvrir dans camera raw aussi, et d'autres Cf pieces jointes.2 - Impossible de modifier le nom d’un dossier ni d'un fichier dans l'arborescence de Bridge. Avec le clic droit, il n'y a plus l'accès à renommer ni à nouveau dossier.3 - Très pénible, je peux modifier les noms de fichiers en passant par le finder, mais pour chaque modif il est demander mon mot de passe du MAC : c'est une énorme perte de temps.4 - <obtenir des photo de l’appareil photo>, je ne peux pas choisir où mettre les photos, l’emplacement est obligatoire USER/Paula/picture (ou image sur mon MAC)Auparavant, sur iMAC avec une version antérieure… je mettais les dossiers où je voulais, je n’ai jamais classer mes photo ni dans <IMAGES> ni les vidéo dans <VIDEO>Cette version a ce problème depuis le début, je viens de l’installer au changement de iMAC à M
Time and time again that Bridge batch renaming is glitching during the naming process, freezing the process and not naming correctly. The files end up named AdobeBridgeBatchRenameTemp1...etc with the intended name stuck on the end of it. Also, preview images flicker "on and off" in the workspace while reviewing images post rename. This continues to happen again and again even after multiple updates but it's not consistent.
It has been years in the making that arm64 is attracting creators like me, a photographer. I have no idea what to do as the first step of my workflow is no longer possible, my file management is all through bridge downloader. I will be using my old unreliable and slow computer to just do DAM, until I snap and abandon adobe creative cloud. Is there ever going to be even a hint besides "were working on it?" Whack.
We're happy to announce the Public release of Adobe Bridge 15.1.2 This September 2025 release of Adobe Bridge includes security fixes. Note: As always, the update will be rolled out incrementally. If you do not see the update in the Creative Cloud Desktop app, please wait until we roll out the public update to all users. To update Bridge to 15.1.2, click "Update" in the Creative Cloud desktop app next to Bridge. More detailed instructions for updating
Hi everyone - I would like to get a PDF guide for Adobe Bridge. I found the web page (https://helpx.adobe.com/au/bridge/user-guide.html) but I can't see where I can save/print. I prefer having a "paper" version beside me while I'm trying to sort out how I can organise my photos. Thanks in advance.
Previously, I posted at the link below, but the preview panel of bridge 2025 still looks jagged.Rendering options and jaggies when preview size is small Up until 2022, the preview was smooth regardless of window size.This is hindering my work. I cannot switch to a newer version than 2022.Could you please restore the smooth display we had before?(The problem is that the line-based graphics appear as dirty and grainy dots.) The test image is attached.
Hello Adobe Team, I would like to suggest an enhancement for the Filter panel in Adobe Bridge. Currently, when navigating folders or viewing search results, all filter selections reset, even if some items exist in the new location.It would be useful if Bridge could remember the on/off state of items that are present in the new folder or search results, while ignoring items that do not exist. Ideally, this behavior could be controlled with a preference checkbox at the bottom of the Filter panel, allowing users to enable or disable it as needed. Benefits:Reduces repetitive toggling when moving between folders or search results.Keeps user selections consistent for smoother workflow.Gives users control to opt in or out of this behavior. Thank you for considering this improvement.
Bonjour, j'ai exactement le même problème avec bridge 2025 : pas de résultat lors de recherche par mot-clés alors que les photos ont bien les mots-clés attribués. Jusque là, je travaillais avec Bridge CS4 avec lequel tout fonctionne mais il date un peu quand même...
Bonjour,j'ai installé la dernière version de Bridge (15.1.2.737), il a bien récupéré toute ma liste de mots-clés créée dans Bridge CS4 mais la recherche par mots-clés ne fonctionne pas, ça n'affiche "aucun contenu". Quelqu'un peut-il m'aider ?
I'm mostly a still photographer and I use and love Lightroom Classic but I now have grown up to use Canon's R5 and R5C and their RAW video files with a suffix of .CRM. Canon also has XF-AVC files with a suffix of MXF. LR Classic doesn't import either of those. So I'm looking for something that can give me some basic house keeping functionality and Bridge seems to do this. I've used Bridge before LR existed but I don't recall much about it. Bridge appears to have keywords, collections, etc. That is really what I'm looking for. The question is what file formats does it understand? Added sweeteners on top would be the ability to select a set of clips and send them to Premiere Pro as a new project but that is way down on the list. Right now I'm just looking for a way to keep track of all of my raw footage.
Bonjour,Dans Adobe BRIDGE 2025, impossible de sélectionner une image, simplement pour la renommer manuellement. C'est pourtant très simple ! Voir image jointe, je ne peux pas mettre le curseur ni sélectionner IMG_ 2722.JPG pour modifier par exempleHuez2722.JPGDe même dans Changement de noms globales, impossible de choisir <Renommer dans le même fichier> Cela paraît être des bugs ?De toutes façons dans la nouvelle version de 2025 Renommer est supprimé des menus, on ne peut que changer de nom global. Moi cela ne me convient pas du tout, je souhaite avoir les 2 possibilités !
Hello together, i need your help to append my title with a word "webshop". example: current title: car 01 new tittle: car 01 webshop I have the code but it doesn't work: #target bridgeif( BridgeTalk.appName == "bridge" ) {FT = MenuElement.create("command", "Add Webshop to Title", "at the end of Tools");}FT.onSelect = function () {AddWebshopToTitle();} function AddWebshopToTitle(){var thumbs = app.document.selections;if(!thumbs.length) return;if (ExternalObject.AdobeXMPScript == undefined) ExternalObject.AdobeXMPScript = newExternalObject("lib:AdobeXMPScript");for(var a in thumbs){var selectedFile = thumbs[a].spec;/*var Title = decodeURI(selectedFile.name).replace(/\.[^\.]+$/, '')//([0-9/[-].jpg/]*) nur name*/var webshop = "Webshop"var myXmpFile = new XMPFile( selectedFile.fsName, XMPConst.UNKNOWN,XMPConst.OPEN_FOR_UPDATE);var myXmp = myXmpFile.getXMP();/*myXmp.deleteProperty(XMPConst.NS_DC, "title");*/myXmp.appendArrayItem(XMPConst.NS_DC, "title", webshop, 0,XMPConst.ALIA
Where is the autotag function in the current version of Bridge?
Bridge should work the same as the other Adobe apps when resetting the workspace. Right now if you have multiple folder windows open Bridge closes them all except the active window when resetting the workspace. This is a real pain if there are multiple windows open, which must be reopened when all the reset should do is put the palettes back where they belong.
Allow users to designate the location where collections are stored. This could have multiple uses. A user who stores photos on a portable hard drive could store the collections on that drive. Bridge on any computer could make the collections automatically available by locating the collections directory on that drive. An alternative would be to designate a cloud location for the collections. This could work for all Bridge preferences. I emphasize collections because they are an extremely important tool for organizing photos.
I always want Bridge to start in the same, default folder. There is no setting for this. Scripting is not really a good solution, a preferences setting would be better.I know about selecting the folder before ending, but do not ALWAYS remember to do that. Why is such a simple, standard thing missing??
Cancel opening a Secondary window in BridgeI would like an option to cancel opening a secondary window in Bridge. As it is I can only"OK" the window to open and then close it. (I'm a klutz on the keyboard and often accidentally open a secondary window which sends me down a one-way path.)
Currently, pressing space bar to preview on a video file does not initialize full screen preview. Expectation: Pressing spacebar on a video file will enter full screen preview mode.Strangely enough, if you are already in full screen preview on any other file type, and then arrow over to a video file, full screen preview will display with video.Perhaps this is a bug?At any rate, being able to quickly preview videos with the spacebar command is a very helpful feature for users who using bridge to organize and review media file types of all kind.Thank you in advance for your time.
I, and the entire US Military photo community, would benefit from the ability to select 3-50 photos in Bridge and have it generate a PDF with thumbnails and associated captions/descriptions. As well as a header that shows all the required metadata fields that DoD photogs have to fill out. I created a concept PDF. This being an editable PDF would be important, because as quality control individuals receive the caption sheet, they can "red pen" or copy edit to make sure the caption and metadata are accurate.
TENGO PROBLEMAS AL CREAR UNA NUEVA CARPETA, IMPIDE EL NOMBRE Y SE BORRA INMEDIATAMENTE , COMO LA ACTIVO? GRACIAS
Please add a way to to view an actual map using the GPS data from file in Bridge. Lightroom has a Map view and it is a pain in the neck to keep switching back and forth just to use map option in Lightroom. It's been years! This should have been added long ago! Thank you.
Could you please support keywords for the jpeg 2000 format?
(1) A few months ago, my only cache option was that it was saved on the cloud, rather than in my C drive. I see now that the option to save the cache to a folder in my C drive is available, so that's a bit of progress.(2) However, there was an option to save cache to folders PLURAL. That is, each folder of photos had the cache saved to that individual folder. The difference / benefit was as follows:(a) I have over 700 GB of photo files, held in over 800 different folders (that helps me to find photos easily), and the total cache is 99,000 files totalling 70 GB. So if I want to refresh the cache, it can be a very slow process as the whole cache is updated - even when much of the cache is the same because I haven't changed the photos. And I also save the cache to an external hard drive, so a 70 GB save also very long.(b) The cache for most of the folders doesn't change once I've processed my photos to their final state. So the only cache change that occurs is when I take a new
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.