-
Notifications
You must be signed in to change notification settings - Fork 54
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
Empty volume folders when downloading cbz files #183
Comments
I have not been able to get it to create any directories. Just for the heck of it I did add the volume template tag to the filenames and it does have something there so I don't know why it isn't making them at all. Currently running latest git code but I don't think it was working at all for the last release version either. EDIT: Nevermind. They are created. It is that they are being created in the current running directory and not where you set downloader.path to. EDIT: These are suspect lines but I don't know how to get what is in Lines 66 to 77 in 165f7ca
The volume name is then appended here and created for the download. However I think it is actually getting back . from the Downloads function as it makes sense given that right now it seems to be doing effectively Lines 103 to 111 in 165f7ca
|
Describe the bug
When downloading with MANGAL_FORMATS_USE = cbz and MANGAL_DOWNLOADER_CREATE_VOLUME_DIR = true, an empty folder for each volume will be created in the mangal directory:
The cbz files are still created chapter-wise and are correctly placed in the folder of the manga.
Reproduction steps
Expected behavior
For each volume a cbz gets created.
Additional context
Using mangal_4.0.6_Windows_x86_64
Operating System
Windows
The text was updated successfully, but these errors were encountered: