Welcome to MacBoardz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

file generation in Finder - how to defeat ??

 
   Macintosh computer (Home) -> New User Help RSS
Next:  WMP 9.0 for Mac  
Author Message
Walt

External


Since: Nov 06, 2007
Posts: 2



(Msg. 1) Posted: Tue Nov 06, 2007 10:28 pm
Post subject: file generation in Finder - how to defeat ??
Archived from groups: alt>sys>mac>newuser-help (more info?)

Hi all,

I'm a messy photographer that shoots RAW format most of the time. I
unload my CM card into whatever computer is closest at that minute (PC,
G4, iMac, G3), then use an app to convert from RAW to JPG or TIF as
needed. I have these CM card directories all over the place that
contain my RAW images, and I have other directories all over the place
with post-process files in them.

I got a new 24" iMac and a new 500GB disk to try and hold all of my
images so I can cut DVD's as backup. So, if I try to move all of my
image files to one drive I get 420GB of files - quite a few duplicates,
and a ton of processed files (same name, different extension). I
thought I would write an AppleScript to 1)move all image files to the
target drive, 2)identify all duplicates, and 3) remove JPGs if I have a
RAW file of the same name. Well, let's just say that I'm not having
too much luck with AppleSript, so I can do it manually. I've produced
lists of all of my image files (except from the images on the PC of
course) manually in a terminal session with a recursive find command.
But it will take months and months of work identifying the duplicates.

So - what I was thinking - just copy all of the image files (PC and
Mac) to the target directory and let the OS tell me when I have
dupes..... but OS X puts duplicate files out there by adding a
generation number to the file name..... I could do that and manually
delete duplicate files, but that would take much time also.

So, my question - is there a way to override the addition of
generation numbers when copying duplicate files to a directory ?? A
bit like the way Windows deos things - just copy all of the files I
want into the same directory and let the OS disregard the files that
are obvious dupes. It would make my life a whole lot easier if could
find a way to do this on my iMac instead of moving ALL of my image
files over to the PC to do this little bit of magic, then moving back
to the iMac.

Any suggestions, or ways to turn off the file generation additions in
the Finder. I can't find anything in Apple discussions.

Many thanks in advance, and I promise to get better organized with my
hundreds of Gigabytes of stock and customer images.....

Walt

 >> Stay informed about: file generation in Finder - how to defeat ?? 
Back to top
Login to vote
Stephen C.

External


Since: Apr 05, 2005
Posts: 189



(Msg. 2) Posted: Wed Nov 07, 2007 8:38 am
Post subject: Re: file generation in Finder - how to defeat ?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 6 Nov 2007 20:28:07 -0800, Walt wrote
(in article ):

> Hi all,
>
> I'm a messy photographer that shoots RAW format most of the time. I
> unload my CM card into whatever computer is closest at that minute (PC,
> G4, iMac, G3), then use an app to convert from RAW to JPG or TIF as
> needed. I have these CM card directories all over the place that
> contain my RAW images, and I have other directories all over the place
> with post-process files in them.
>
> I got a new 24" iMac and a new 500GB disk to try and hold all of my
> images so I can cut DVD's as backup. So, if I try to move all of my
> image files to one drive I get 420GB of files - quite a few duplicates,
> and a ton of processed files (same name, different extension). I
> thought I would write an AppleScript to 1)move all image files to the
> target drive, 2)identify all duplicates, and 3) remove JPGs if I have a
> RAW file of the same name. Well, let's just say that I'm not having
> too much luck with AppleSript, so I can do it manually. I've produced
> lists of all of my image files (except from the images on the PC of
> course) manually in a terminal session with a recursive find command.
> But it will take months and months of work identifying the duplicates.
>
> So - what I was thinking - just copy all of the image files (PC and
> Mac) to the target directory and let the OS tell me when I have
> dupes..... but OS X puts duplicate files out there by adding a
> generation number to the file name..... I could do that and manually
> delete duplicate files, but that would take much time also.
>
> So, my question - is there a way to override the addition of
> generation numbers when copying duplicate files to a directory ?? A
> bit like the way Windows deos things - just copy all of the files I
> want into the same directory and let the OS disregard the files that
> are obvious dupes. It would make my life a whole lot easier if could
> find a way to do this on my iMac instead of moving ALL of my image
> files over to the PC to do this little bit of magic, then moving back
> to the iMac.
>
> Any suggestions, or ways to turn off the file generation additions in
> the Finder. I can't find anything in Apple discussions.
>
> Many thanks in advance, and I promise to get better organized with my
> hundreds of Gigabytes of stock and customer images.....
>
> Walt
>

iview media pro is reputed to do this. Their website offers a free trial
download.

http://www.iview-multimedia.com/downloads/index.php?p=a

StephenC

 >> Stay informed about: file generation in Finder - how to defeat ?? 
Back to top
Login to vote
Walt

External


Since: Nov 06, 2007
Posts: 2



(Msg. 3) Posted: Wed Nov 07, 2007 3:06 pm
Post subject: Re: file generation in Finder - how to defeat ?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2007-11-07 10:38:09 -0600, Stephen C. said:

> On Tue, 6 Nov 2007 20:28:07 -0800, Walt wrote
> (in article ):
>
>> Hi all,
>>
>> I'm a messy photographer that shoots RAW format most of the time. I
>> unload my CM card into whatever computer is closest at that minute (PC,
>> G4, iMac, G3), then use an app to convert from RAW to JPG or TIF as
>> needed. I have these CM card directories all over the place that
>> contain my RAW images, and I have other directories all over the place
>> with post-process files in them.
>>
>> I got a new 24" iMac and a new 500GB disk to try and hold all of my
>> images so I can cut DVD's as backup. So, if I try to move all of my
>> image files to one drive I get 420GB of files - quite a few duplicates,
>> and a ton of processed files (same name, different extension). I
>> thought I would write an AppleScript to 1)move all image files to the
>> target drive, 2)identify all duplicates, and 3) remove JPGs if I have a
>> RAW file of the same name. Well, let's just say that I'm not having
>> too much luck with AppleSript, so I can do it manually. I've produced
>> lists of all of my image files (except from the images on the PC of
>> course) manually in a terminal session with a recursive find command.
>> But it will take months and months of work identifying the duplicates.
>>
>> So - what I was thinking - just copy all of the image files (PC and
>> Mac) to the target directory and let the OS tell me when I have
>> dupes..... but OS X puts duplicate files out there by adding a
>> generation number to the file name..... I could do that and manually
>> delete duplicate files, but that would take much time also.
>>
>> So, my question - is there a way to override the addition of
>> generation numbers when copying duplicate files to a directory ?? A
>> bit like the way Windows deos things - just copy all of the files I
>> want into the same directory and let the OS disregard the files that
>> are obvious dupes. It would make my life a whole lot easier if could
>> find a way to do this on my iMac instead of moving ALL of my image
>> files over to the PC to do this little bit of magic, then moving back
>> to the iMac.
>>
>> Any suggestions, or ways to turn off the file generation additions in
>> the Finder. I can't find anything in Apple discussions.
>>
>> Many thanks in advance, and I promise to get better organized with my
>> hundreds of Gigabytes of stock and customer images.....
>>
>> Walt
>>
>
> iview media pro is reputed to do this. Their website offers a free trial
> download.
>
> http://www.iview-multimedia.com/downloads/index.php?p=a
>
> StephenC

Stephen - I have iView Media Pro - I'll give it a try and let you
know..... Many thanks....

Walt
 >> Stay informed about: file generation in Finder - how to defeat ?? 
Back to top
Login to vote
Stephen C.

External


Since: Apr 05, 2005
Posts: 189



(Msg. 4) Posted: Wed Nov 07, 2007 4:09 pm
Post subject: Re: file generation in Finder - how to defeat ?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 7 Nov 2007 13:06:55 -0800, Walt wrote
(in article ):

> On 2007-11-07 10:38:09 -0600, Stephen C. said:
>
>> On Tue, 6 Nov 2007 20:28:07 -0800, Walt wrote
>> (in article ):
>>
>>> Hi all,
>>>
>>> I'm a messy photographer that shoots RAW format most of the time. I
>>> unload my CM card into whatever computer is closest at that minute (PC,
>>> G4, iMac, G3), then use an app to convert from RAW to JPG or TIF as
>>> needed. I have these CM card directories all over the place that
>>> contain my RAW images, and I have other directories all over the place
>>> with post-process files in them.
>>>
>>> I got a new 24" iMac and a new 500GB disk to try and hold all of my
>>> images so I can cut DVD's as backup. So, if I try to move all of my
>>> image files to one drive I get 420GB of files - quite a few duplicates,
>>> and a ton of processed files (same name, different extension). I
>>> thought I would write an AppleScript to 1)move all image files to the
>>> target drive, 2)identify all duplicates, and 3) remove JPGs if I have a
>>> RAW file of the same name. Well, let's just say that I'm not having
>>> too much luck with AppleSript, so I can do it manually. I've produced
>>> lists of all of my image files (except from the images on the PC of
>>> course) manually in a terminal session with a recursive find command.
>>> But it will take months and months of work identifying the duplicates.
>>>
>>> So - what I was thinking - just copy all of the image files (PC and
>>> Mac) to the target directory and let the OS tell me when I have
>>> dupes..... but OS X puts duplicate files out there by adding a
>>> generation number to the file name..... I could do that and manually
>>> delete duplicate files, but that would take much time also.
>>>
>>> So, my question - is there a way to override the addition of
>>> generation numbers when copying duplicate files to a directory ?? A
>>> bit like the way Windows deos things - just copy all of the files I
>>> want into the same directory and let the OS disregard the files that
>>> are obvious dupes. It would make my life a whole lot easier if could
>>> find a way to do this on my iMac instead of moving ALL of my image
>>> files over to the PC to do this little bit of magic, then moving back
>>> to the iMac.
>>>
>>> Any suggestions, or ways to turn off the file generation additions in
>>> the Finder. I can't find anything in Apple discussions.
>>>
>>> Many thanks in advance, and I promise to get better organized with my
>>> hundreds of Gigabytes of stock and customer images.....
>>>
>>> Walt
>>>
>>
>> iview media pro is reputed to do this. Their website offers a free trial
>> download.
>>
>> http://www.iview-multimedia.com/downloads/index.php?p=a
>>
>> StephenC
>
> Stephen - I have iView Media Pro - I'll give it a try and let you
> know..... Many thanks....
>
> Walt
>

Walt,

To elaborate, iView Media Pro is reputed to find and eliminate duplicate
files. It is *not* able to eliminate the Finder from creating dupes in the
first place. By reputed, I mean that I have not personally used it for this.

StephenC
 >> Stay informed about: file generation in Finder - how to defeat ?? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
installing memory chip to first-generation 233MHz G3 iMac - Hi I am trying to install a RAM chip for a iMac G3 233MHz, circa 1998. I don't know where the little door is to put in the chip. Do I need to unscrew something? thanks a million in advance. A.

Finder sidebar - I have a 17 inch iMac running OS X ver 10.3.3 and my finder sidebar has disappeared. I can't find anything in help about why it would disappear or how to get it back. I'm a little disgusted with quirky behavior and I would appreciate any help. Thanks...

Finder Problem On Start Up - Hi, I have a blue/white G3/300 tower with 512 megs of RAM, running OS 9.2.2. The 6 gig HD has about 4.8 gigs of files on it. Everything is fine, except that the Finder hangs at the end of startup. The cursor moves, but when I click, nothing happens.....

The file that just won't go away! - My equipment: 733 MHz Quicksilver G4, System 10.3.5, 740 MB RAM, 80 GB HD. My problem. I copied a folder from a CD to my HD and it appeared on my dsktop as a folder with a little padlock in the left bottom corner. I checked the ownership and permissio...

.avi file on mac osx? - this post is not archived.
   Macintosh computer (Home) -> New User Help All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]