I used the archiver specifying a concrete destination:
python gparch_cli.py -c credentials.json M:\Photos_library
For some reasons, I needed to copy the directory to a new drive, N. When running the command with the new destination:
python gparch_cli.py -c credentials.json N:\Photos_library
I get errors:
[ERROR] media item could not be downloaded because: [Errno 2] No such file or directory: 'M:\\gpalbums/Favorites/IMG_6057.HEIC'
and so on. Meaning the database still hard-codes the destination folder to M: instead of the command-line argument.
Is there a way to move the destination folder without re-downloading the whole library again?
I used the archiver specifying a concrete destination:
python gparch_cli.py -c credentials.json M:\Photos_libraryFor some reasons, I needed to copy the directory to a new drive, N. When running the command with the new destination:
python gparch_cli.py -c credentials.json N:\Photos_libraryI get errors:
[ERROR] media item could not be downloaded because: [Errno 2] No such file or directory: 'M:\\gpalbums/Favorites/IMG_6057.HEIC'and so on. Meaning the database still hard-codes the destination folder to M: instead of the command-line argument.
Is there a way to move the destination folder without re-downloading the whole library again?