-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Do not change Date Modified if there's no new files added #89
Comments
I consider this as a bug. When initializing database for tracker, the database checks if the file is locked or not, so we can write the data on it. I implemented some checks that will cause to write some data to ensure that the database is not locked. mangadex-downloader/mangadex_downloader/tracker/sqlite.py Lines 97 to 118 in a569e8c
This bug is caused by #52. I will add this on v3.0.0 to-do list |
This issue has been fixed in v3.0.0 branch (commit d607fa5).
You can test it yourself by installing patched version. Installation guideIf you have git, you can use git with pip:
If you're installing mangadex-downloader from github releases, you can download the development version in here: https://github.com/mansuf/mangadex-downloader/actions/runs/7260431915 The download files are available in "artifacts" section If you have a problem or issue, just let me know 👍 |
The idea
When all files are verified and there is no need to re-download, the Date Modified for the folder still changes since
download.db
is modified.This make hard to know if there's any new chapter or not in a directory.
Why this feature should be added to the app ?
By not modifying
download.db
when there's no need to, user can sort the directory by Time Modified to know if there's new chapter added.The text was updated successfully, but these errors were encountered: