You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I view dl'd manga on a tablet, and if I transfer two different manga on there I'll have two "Vol 1.epub", two "Vol 2.epub", and so on. If I could specify the currently-fixed part of the file name I could have saved them as "Manga 1 Vol 1.epub", "Manga 2 Vol 1.epub", etc, and be able to tell which is which from the filename.
(I understand this is ultimately a problem with some other piece of software, and it's easy enough for me to write a little script to rename things, but it never hurts to ask...)
The text was updated successfully, but these errors were encountered:
--path option are now absolute and you can use placeholders so you can customize as you like it.
Example usage:
# This will download to directory "/home/sussyuser/manga/Some manga title - some_random_id/English"
mangadex-dl "URL" --path "/home/sussyuser/manga/{manga.title} - {manga.id}/{language.full}" -lang English
The idea
It would be convenient if there were an option that I could set to change the "Vol " (and "No Volume") of filename construction here:
https://github.com/mansuf/mangadex-downloader/blob/28ba4b326df806f2baec9568595d89c018211258/mangadex_downloader/format/base.py#L252C13-L252C33
Why this feature should be added to the app ?
I view dl'd manga on a tablet, and if I transfer two different manga on there I'll have two "Vol 1.epub", two "Vol 2.epub", and so on. If I could specify the currently-fixed part of the file name I could have saved them as "Manga 1 Vol 1.epub", "Manga 2 Vol 1.epub", etc, and be able to tell which is which from the filename.
(I understand this is ultimately a problem with some other piece of software, and it's easy enough for me to write a little script to rename things, but it never hurts to ask...)
The text was updated successfully, but these errors were encountered: