I assume that script could do it, but is there some easier way?
I usually import raw files, then they are prosessed (jpg or tiff). Then another set of jpgs are made, depening of use and difference is in the file name.
Example:
foobar.raw
foobar.tif
foobar-fb.jpg
foobar-print.tif
etc. What i am seeking is an easy way to get correct versions from filenames, so -print would become print version and -fb would become facebook version etc. Is there some config where it could be entered, or is it a time to start learn howto script?
Automatic versioning according to filename rules
-
- Posts: 1194
- Joined: 10 Jul 08 13:18
Re: Automatic versioning according to filename rules
One alternative would be to use Supreme to create your versions. You could configure a batch file to resize, sharpen and name the newly created file and also to automatically version it.
Re: Automatic versioning according to filename rules
Hmm. That would be one way, but my main versions are in usually in adobergb or in pro photo color space. They need to be converted to srgb before uploading to net. I have made batch scripts for that allready. And i do run few files through nik output sharpen. So supreme is bit ruled out. Getting color space conversion in photo supreme would make it work for some of photos.
Re: Automatic versioning according to filename rules
Color profile conversion is also possible under 'batch'.
Re: Automatic versioning according to filename rules
Haa, found it. Thanks. That makes things indeed a bit easier. I think that i am able to automate most of things with batch feature.
Still for old items it's either of deleting old files manually and running batches again, or going to manual work. So script or ability to give rules for automatic version could be usefull.
Still for old items it's either of deleting old files manually and running batches again, or going to manual work. So script or ability to give rules for automatic version could be usefull.
Re: Automatic versioning according to filename rules
hesse,
Have you tried using the filename mask matching rules in Preference -> Catalog -> Version place holders? I haven't tried it but I assumed that its purpose is to do exactly what you are trying to do.
Have you tried using the filename mask matching rules in Preference -> Catalog -> Version place holders? I haven't tried it but I assumed that its purpose is to do exactly what you are trying to do.
Tom Stoddard
Re: Automatic versioning according to filename rules
Tstoddard, that was excatly what i was looking for. Now the rules are in place. Thanks for the help.