Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

where does manga-py store the info when using --auto-skip-deleted? #465

Open
w108x opened this issue Dec 7, 2022 · 3 comments
Open

where does manga-py store the info when using --auto-skip-deleted? #465

w108x opened this issue Dec 7, 2022 · 3 comments

Comments

@w108x
Copy link

w108x commented Dec 7, 2022

I looked in the lib folder but couldn't find where manga-py stores progress on what volumes it already downloaded?

@1271
Copy link
Member

1271 commented Dec 7, 2022

Check method __restore_params into provider.py

@w108x w108x closed this as completed Dec 7, 2022
@w108x
Copy link
Author

w108x commented Dec 7, 2022

I found the file in ~/.PyMangaDownloader/auto_params.json on linux, but I found that if I run manga-py, and he says "no new volumes found", he resets skip_volumes in that files back to 0, for some reason?

So, run first time: "skip_volumes": 80
But then run again, no new volumes found, and he sets "skip_volumes": 0, which means if I run it a 3rd time, he will start downloading all again, all commands executed with the --auto-skip-deleted setting

@w108x w108x reopened this Dec 7, 2022
@1271
Copy link
Member

1271 commented Dec 7, 2022

Hmm.. This is definitely a bug. Thanks
I will fix it soon

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

No branches or pull requests

2 participants