Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move download folder #47

Open
szakeetm opened this issue Jul 2, 2024 · 0 comments
Open

Move download folder #47

szakeetm opened this issue Jul 2, 2024 · 0 comments

Comments

@szakeetm
Copy link

szakeetm commented Jul 2, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant