Skip to main content

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Same catalogs on two computers with different disk labels?

Comments

4 comments

  • Nobukazu
    With regards to the question that I posted yesterday, I looked into the catalog file and found that the disk labels (C:\ or D:\ or some such) are hard-coded many, many times there in the file.

    While maybe I can binary edit such entries with a script for use at PCs with different disk labels, the conversion is a bit cumbersome, error-prone and likely to become a plain pain in the long run.

    So I tweaked the disk labelling on one of the two PCs so that now the MyPicture folders of both PCs sit on disks with the same label. I don't know if this has been FAQ'ed already, but if not, it would be a useful tip for users who want to copy and use the same C1P catalogs across multiple PCs.
    0
  • Permanently deleted user

    Maybe we could use symlinks, if C1 supports those. So one would only have to change the central symlink on each PC.

    0
  • OddS.

    > Noob with a Nikon: Maybe we could use symlinks

    Symlinks should work on a Mac, the OS is is still Unix, I think. Drive letters (E:, J:) indicate that Nobukazu uses Windows. I can't tell how many times I have seen "symlinks now work in Windows" over the years. People I trust says it is not so, though it may work for some time for some uses.

     

    0
  • OddS.

    > Nobukazu...maybe I can binary edit such entries with a script

    No need if you know, or are willing to learn, a little SQL. The *.cocatalogdb is a SQLite (actually SQLite3) database file and SQLite tools are free. You should be able to replace hundreds of thousands of drive designators or complete root strings for that matter, in a snap. There is a capable GUI db browser tool, and there is a sqlite3.exe file that you can feed SQL statements from the command line or from a script.

    0

Post is closed for comments.