These forums are provided for community interactions only. For official support please submit a support ticket.
You are not logged in.
Is there any way you, or someone, can provide an updated script that will recurse through a whole directory of photos and output them with the same folder names in the output, including the "large" and "thumb" folders in each of course? Does this make sense?
I have 1200 photos already seperated in folders (categories) but I have to run the script on each and every one of them, and the output throws the folder named "gallery/album" each time ...
I looked at the script and feel confident I could muck it up by changing the output names for the folders but even feel more confident that I would certainly fail trying to make it recurse through a directory ...
Here is the output of one of my photo folders:
C:\Users\name\Documents\Adobe\Flash\gallery\Coast_Guard_Photos\gallery\album\large
I would think the output would be:
C:\Users\name\Documents\Adobe\Flash\gallery\Coast_Guard_Photos\large
Couldn't some of it be done using the projectFolder or sourceFolder var? Something like:
//set the paths for each sub folder
var glPath = "gallery/";
var alPath = ("gallery/" + projectFolder +"/");
var lgPath = ("gallery/" + projectFolder + "/large/");
var tnPath = ("gallery/" + projectFolder + "/thumb/";;
You would have grab the names of each subfolder in your source location and use them as well. I just don't have enough kowledge to recurse the directories though...
Thoughts? ![]()
Last edited by OcalaWebmaster (2008-02-08 18:03:47)
Offline
So basically, the script should accomodate multiple albums for the gallery such as:
When you select the source folder, it should recurse the subfolders at least one level.
It should grab the subfolder names and use them as the album name in the output "gallery" folder.
It should keep the files in their respected folder structure.
If my source folder is:
C:/sourcefolder
and it has two subfolders:
C:/sourcefolder/subone
C:/sourcefolder/subtwo
The output for each should be the same structure:
C:/outputprojectfolder/gallery/subone/large
C:/outputprojectfolder/gallery/subone/thumb
C:/outputprojectfolder/gallery/subtwo/large
C:/outputprojectfolder/gallery/subtwo/thumb
The xml file would also need to have these options tweaked.
Hasn't anybody else ran into this or am I just using the script incorrectly? I don't know javascript at all and know very little vbscript but I know it's possible and should only take a few lines of code.
Thoughts?
TT
Last edited by OcalaWebmaster (2008-02-08 19:38:50)
Offline
Come on, doesnt slideshowpro support look at these forums? I'd like to have at least a comment or to be pointed in the right direction before i look for the solution on another forum like tek-tips? After all, it's just script. These are good observations in my opinion and should be considered by the folks that actually put the script together. Please at least respond and let me know if I'm being stupid or if the script can handle recursing directories and using them in the output properly. The script is well made, but it could use these extra features I speak of.
Sincerely,
TT
Offline
OcalaWebmaster wrote:
Come on, doesnt slideshowpro support look at these forums? I'd like to have at least a comment or to be pointed in the right direction before i look for the solution on another forum like tek-tips? After all, it's just script. These are good observations in my opinion and should be considered by the folks that actually put the script together. Please at least respond and let me know if I'm being stupid or if the script can handle recursing directories and using them in the output properly. The script is well made, but it could use these extra features I speak of.
Sincerely,
TT
I'd like to help you, but I didn't understand the question. It seems like you're asking for a Photoshop script (based on the title of the thread), but don't see how this relates to SSP. Are you saying you already have images sorted how you want them, and want a script that creates albums out of them? If not, sorry, but perhaps it might help to explain from a different angle.
Geoff
Offline
This thread is actually a feature request and although we may not answer each and every feature-request post, we read them all. The extra scripts and plugins are provided for free and "as is" we provide support for them only if there is an issue with them.
Offline
Geoff, thanks for your reply. I'm asking about ssp's own photoshop script that is a free downloadable extra. I guess I could have made the subject a little clearer and actually wanted to change it but it doesn't look like that's an editable field on the forum. Anyway, don't get me wrong, it's definately a great script, well created, but it needs to take in account for multiple albums in professional opinon. I have 1200 photos that are already organized into folders or "albums".
The source folder is:
C:/sourcefolder
and it has multiple subfolders or "albums" such as:
C:/sourcefolder/albumone
C:/sourcefolder/albumtwo
I actually have about 20 different albums in the source folder. It would be nice if the ssp photoshop script would go through all the subfolders (recurse the subdirectories) to aleviate having to do each one seperatly or one at a time. It would also be nice if the output generated to a more proper folder structure for the multiple albums but it doesn't quite do it.
The output for each should be the same structure as the source you pulled from:
C:/outputprojectfolder/gallery/albumone/large
C:/outputprojectfolder/gallery/albumone/thumb
C:/outputprojectfolder/gallery/albumtwo/large
C:/outputprojectfolder/gallery/albumtwo/thumb
I'm not trying be an a**, and I understand it's a "feature request", I just see an opportunity to make something better, not just for me, but for every single person that uses the script. I know a little VBScript, not much, but I do know that javascript can recurse subdirectories with ease, and I know it can pull the source directory structure and reuse it in a var. This would be most advantageous for SSP and it's clients. In my opinion, it is a worthy "feature-request".
Thanks for your time and patience!
Sincerely,
TT
Last edited by OcalaWebmaster (2008-02-12 14:07:55)
Offline
I think you should leave the script as is and instead build the folder tree on your server so that you dont need to change each title of the album in the script.
For example:
server/albumone/gallery/large
server/albumone/gallery/thumb
server/albumtwo/gallery/large
server/albumtwo/gallery/thumb
server/albumthree/gallery/large
server/albumthree/gallery/thumb
etc...
That way you can just run the script on each existing album folder on your local drive.
Offline
Well that's the thing, I have 30 albums for one slideshow. I don't want to run the script 30 times, rename 30 directories, re-edit 1200 lines of xml to accomodate the folder name changes and incorporate the 30 different xml files into one.
I want to run it once on one gallery folder and have it recurse the available albums, output the images appropriately and the xml appropriately. It's a lot of work when you have 30+ albums for one slideshow. It would just make it easier and seems to be the right thing for the script to be able to handle.
This script is good but I see a whole lot more potential in it to make it do what it should be doing for a slideshow with a lot of albums. If I find someone to help me, I'll make sure to post it here.
Thanks.
TT
Offline
This is an excellent feature request. I actually expected this behavior to already work with the existing script.
I am in the same situation, I have a folder with a bunch of sub-folders of photos. I would like each sub folder to be a separate album within a gallery. It would be great if the SlideShowPro Photoshop Album could handle sub albums.
Offline
Yeah, I thought so as well but this request has been completely ignored ... it's to the point where I started looking for other slideshows and never implemented this one even know I purchased it. $25 isn't a big loss. If I want to change the photos, resize them or whatever, the script just isn't fully functional to make those changes without all the manual steps the script should be able to do.
Scripts are supposed to take all the work off of the user, not just half of the work.
I even went to the guy that created the script but apparently he won't touch it since he sold it to SSP folks. All other java forums have produced no interested parties and the ones that were weren't the intelligent programmers and couldn't comprehend what the script does or why we use it ...
Offline
Funny thing is, most don't understand what I'm trying to request of the script which really blows me away. I don't think I can explain it any better or make the request any simpler to understand than I have ... especially to those that have a vested interest in their product ... Maybe one day, but I am still looking for a slideshow that will do it all for me. I really thought that this was it for as good as the flash part is.
There has to be at least ONE javascript guy either in their support or just on the forum that can helps us with making these couple of tweaks to the script!!!! Did I say please? Please. ![]()
Offline
It seems like a pretty simple thing and also something that would be a common request. It also seems like a very logical request...
Let me know if you come up with any solutions.
Offline
Bump... This is a necesssary request ... because I have so many photos, I HAVEN'T EVEN USED SSP since I bought it because of this script issue and the lack of interest in the recommendations... The updates I recommended would allow for your users to enjoy more ease of use from the script ... Can someone at SSP please look at this with a yearning to take something good and make it better ...
Offline