Search found 14 matches

by r4nd3r
Fri May 20, 2022 3:43 pm
Forum: Adobe Bridge Scripts
Topic: sort photos randomly
Replies: 1
Views: 9411

sort photos randomly

Hi guys!
I have a script for Adobe Bridge,
in View sort photos randomly.
is possible?
by r4nd3r
Sun Sep 13, 2020 3:02 pm
Forum: Adobe Bridge Scripting: General Discussion
Topic: How to fill SearchCondition arguments ?
Replies: 0
Views: 5435

How to fill SearchCondition arguments ?

Hi, i'm trying to script the creation of a smart collection. But when it comes to SearchCondition object (SearchCondition(searchField, operatorType, operand)), i can't find any example of the searchField argument... I would like, for example, to specify criterias based on file name and metadatas... ...
by r4nd3r
Fri Sep 11, 2020 11:35 am
Forum: Adobe Bridge Scripts
Topic: Save newfile readable by jsx
Replies: 4
Views: 7032

Re: Save newfile readable by jsx

I got it

var path = '~/Documents/';
var filename = 'xxx.txt';

//Create File object
var file = new File(path + filename);

file.encoding = 'UTF-8';
file.open( "e");



I hadn't expressed myself well in English,
but that was what I wanted
Thank you.
by r4nd3r
Fri Sep 11, 2020 11:31 am
Forum: Adobe Bridge Scripting: General Discussion
Topic: How to access the search command Find?
Replies: 0
Views: 5584

How to access the search command Find?

Hi.

what is the code for the find command to search only the keywords.
Help me.
print.jpg
print.jpg (106.25 KiB) Viewed 5584 times
I am looking for a method of filtering, so that the bridge shows only images with specific keywords.

print2.jpg
print2.jpg (104.17 KiB) Viewed 5578 times
how to use?
by r4nd3r
Sun Aug 02, 2020 1:48 pm
Forum: Adobe Bridge Scripts
Topic: Save newfile readable by jsx
Replies: 4
Views: 7032

Re: Save newfile readable by jsx

Yes, I am writing a script on the bridge that adds keywords in numerical order. With a selection of photos on the bridge, I apply the script. the script adds keyword 01; the next time you apply the script add keyword 02; and if you turn off the computer and go back to the bridge, the script continue...
by r4nd3r
Sun Aug 02, 2020 1:36 am
Forum: Adobe Bridge Scripts
Topic: Save newfile readable by jsx
Replies: 4
Views: 7032

Save newfile readable by jsx

How to save a new file and read it later, like a cache file that can be read even after turning off the computer.
by r4nd3r
Thu Aug 25, 2016 2:42 pm
Forum: Photoshop Scripting: Code Snippets
Topic: how to edit a script
Replies: 1
Views: 9708

how to edit a script

Hi

I need to add in a script only the " include all subfolders "

the script is the " Manual batch "


https://github.com/cgencer/ps-scripting ... al%20Batch

it would be possible?