Copy link to clipboard
Copied
I need to transfer my images from one drive to another. How do I insure that collection designation stay intact
Don’t sell yourself short! :]
It no doubt looks/sounds harder than it really is!
I presume that you can find and copy files to/from various locations on your computer.
I’ll also presume that you can open up a file in a text editor and search/replace for multiple occurrences of specific text.
I’m quite happy to go through this one step at a time… Otherwise you would have to manually rebuild the collection/s.
Copy link to clipboard
Copied
Re: How to transform collections into "real" windows files?
Re: BRIDGE: How can I export the file names in a collection into a text file or spreadsheet?
Collections in Bridge CC - Locating the files to allow the collections to be backed up
A collection contains an absolute URI path link to the file. You would need to use a text editor to find/replace the old URI into the absolute path required on the new system.
Will the new drive replace the old one? Can you use the same volume name and folder structur?
Copy link to clipboard
Copied
Further to my original reply, here is the contents of the original collection .filelist file on my internal HD:
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<arbitrary_collection version='1'>
<file uri='bridge:fs:file:///Users/stephenmarsh/Desktop/file.png'>
</arbitrary_collection>
And here is the contents of the updated collection .filelist file, this time on an external drive:
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<arbitrary_collection version='1'>
<file uri='bridge:fs:file:///Volumes/2TB-DRIVE/Bridge-CC18-Updated/file.png'>
</arbitrary_collection>
As you can see, the only difference is the URI highlighted in red.
So a simple find/replace in a text editor is all that is required to mass update the file paths making the collection work in the new location. Of course, make a backup of the original .filelist file before editing and quit Bridge before editing.
Copy link to clipboard
Copied
Thank you for your response.. unfortunately your solution is well beyond my computer skills
Sent via the AT&T TREK™ 2 HD a 4G LTE tablet
Copy link to clipboard
Copied
Don’t sell yourself short! :]
It no doubt looks/sounds harder than it really is!
I presume that you can find and copy files to/from various locations on your computer.
I’ll also presume that you can open up a file in a text editor and search/replace for multiple occurrences of specific text.
I’m quite happy to go through this one step at a time… Otherwise you would have to manually rebuild the collection/s.