Skip to content

Move download folder #47

Description

@szakeetm

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions