metafates / mangal

📖 The most advanced (yet simple) cli manga downloader in the entire universe! Lua scrapers, export formats, anilist integration, fancy TUI and more!
MIT License
1.38k stars 52 forks source link

Volume directories are not created correctly when config "create_volume_dir" is true #187

Closed MisterTeknis closed 11 months ago

MisterTeknis commented 11 months ago

Describe the bug

When trying to create volume directories with the "create_volume_dir" set to true in the config file, the volume directories are created in the working directory rather than the "manga title" directory. Volume directories remain empty.

eg. file tree

working dir

Reproduction steps

Set "create_volume_dir" to true in config file Search for manga (ex. Girls last tour) See chapters has volume information Download all chapters

Expected behavior

Volume directories created in the "Manga title" directory and populated with chapters based on volume information provided during search.

Additional context

No response

Operating System

Linux

MisterTeknis commented 11 months ago

Duplicate of #183