-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add support for Kavita naming convention #88
Comments
Yes it's possible with Btw, do not use |
Hello, sorry for taking so long, i got too busy in real life things. Anyways, this feature has been added in v3.0.0 branch (commit 3698cf1) You can start trying it now by installing development version (v3.0.0 branch) Installation with git + pip:
If you're installing mangadex-downloader from github releases, you can download the development version in here: The download files are available in "artifacts" section https://github.com/mansuf/mangadex-downloader/actions/runs/7249594589/ You can now customize path to kavita naming convetion, like the example below: Example usage: # This will download to directory "/home/sussyuser/Library Root/Some manga title/"
# with filename "Some manga title Vol. 0 Ch. 12.cbz"
mangadex-dl "URL" --path "/home/sussyuser/Library Root/{manga.title}" -f cbz --filename-chapter "{chapter.manga_title} Vol.{chapter.volume} Ch.{chapter.chapter}{file_ext}" For more information about path placeholders, you can read the documentation here -> https://mangadex-dl.mansuf.link/en/v3.0.0/cli_ref/path_placeholders.html If you have a problem, issue or bug, you can re-open and comment in this issue tracker here. |
The idea
If possible, I'd like to request that the output name follows the Kavita naming convention, similar to how magadex's
--save-as "tachiyomi"
works.In general, Kavita uses the following format:
You can find more information in their documentation here.
I've been using your work for a while to download mangadex to tachiyomi, but currently, I'm using Kavita on my desktop. It would be really helpful if this downloader also supported their naming conventions.
Why this feature should be added to the app ?
Tachiyomi is widely used on mobile devices, but for desktop platforms, I believe Kavita is more user-friendly.
The text was updated successfully, but these errors were encountered: