Search found 14 matches
- Wed Feb 15, 2023 11:22 am
- Forum: Help Me
- Topic: How Can i Convert JSXBIN TO JSX
- Replies: 18
- Views: 31447
- Fri May 20, 2022 3:43 pm
- Forum: Adobe Bridge Scripts
- Topic: sort photos randomly
- Replies: 1
- Views: 22034
sort photos randomly
Hi guys!
I have a script for Adobe Bridge,
in View sort photos randomly.
is possible?
I have a script for Adobe Bridge,
in View sort photos randomly.
is possible?
- Sun Sep 13, 2020 3:02 pm
- Forum: Adobe Bridge Scripting: General Discussion
- Topic: How to fill SearchCondition arguments ?
- Replies: 0
- Views: 10983
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... ...
- Fri Sep 11, 2020 11:35 am
- Forum: Adobe Bridge Scripts
- Topic: Save newfile readable by jsx
- Replies: 4
- Views: 10963
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.
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.
- Fri Sep 11, 2020 11:31 am
- Forum: Adobe Bridge Scripting: General Discussion
- Topic: How to access the search command Find?
- Replies: 0
- Views: 11008
How to access the search command Find?
Hi.
what is the code for the find command to search only the keywords.
Help me. I am looking for a method of filtering, so that the bridge shows only images with specific keywords.
how to use?
what is the code for the find command to search only the keywords.
Help me. I am looking for a method of filtering, so that the bridge shows only images with specific keywords.
how to use?
- Sun Aug 02, 2020 1:48 pm
- Forum: Adobe Bridge Scripts
- Topic: Save newfile readable by jsx
- Replies: 4
- Views: 10963
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...
- Sun Aug 02, 2020 1:36 am
- Forum: Adobe Bridge Scripts
- Topic: Save newfile readable by jsx
- Replies: 4
- Views: 10963
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.
- Mon Jul 06, 2020 4:40 pm
- Forum: Help Me
- Topic: How Can i Convert JSXBIN TO JSX
- Replies: 18
- Views: 31447
- Thu Aug 25, 2016 2:42 pm
- Forum: Photoshop Scripting: Code Snippets
- Topic: how to edit a script
- Replies: 1
- Views: 12450
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?
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?
- Tue Aug 16, 2016 3:57 pm
- Forum: Photoshop Scripting - General Discussion
- Topic: how to run scripts within another scripts
- Replies: 9
- Views: 26522
Re: how to run scripts within another scripts
Removed by Moderator