Skip to content
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

Mangadex volume creation #90

Closed
edgehub-cloud opened this issue Sep 4, 2022 · 5 comments · Fixed by #91
Closed

Mangadex volume creation #90

edgehub-cloud opened this issue Sep 4, 2022 · 5 comments · Fixed by #91
Labels
feature New feature request

Comments

@edgehub-cloud
Copy link

Feature Description

Smol chapters without able to add meta data from comictagger, even thou komf exist to add data from other places into komga

Solution you would like

If possible packing chapters into volumes

Alternatives you have considered

Making a custom script to do that, but a built in support for some sources would be nice, can probably be used with managdex api to do the same with other sources to fetch chapters per volume

Additional context

No response

@edgehub-cloud edgehub-cloud added the feature New feature request label Sep 4, 2022
@metafates
Copy link
Owner

Hi!

Yes, that's possible, tho may be inaccurate for other sources.

The closest you can do right now is

mangal inline --source Manganelo --query "death note" --manga first --chapters "@Vol.1 @"  -d

Notice the --chapters "@Vol.1 @" selector. It will match all chapters that contain "Vol.1 " in their names

@edgehub-cloud
Copy link
Author

Maybe just managdex support for chapters, all thou it should match with comick.fun and others if chapter number are there, ( probably giv users a option to generate volumes based on managdex chapters), please do look into it, thanks for the mangal

@metafates
Copy link
Owner

It works pretty well for now! Will be available in the next release

@edgehub-cloud
Copy link
Author

Loved to hear this man, good work

@edgehub-cloud
Copy link
Author

@metafates possible to add convert to volume option for the whole folder {volume}
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants