metafates / mangal

📖 The most advanced (yet simple) cli manga downloader in the entire universe! Lua scrapers, export formats, anilist integration, fancy TUI and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support X.X chapter numbering.

shinji257 opened this issue · comments

Feature Description

Some mangas get listed with X.X chapter's. This is probably extra content that was added to a chapter but not really part of the chapter. Currently (at least with MangaDex) if something has Chapter 5 followed by 5.1, 5.2, etc. then it just ends up all showing as Chapter 5 for the download.

Solution you would like

I'd like to see it output the filename as shown on the website rather than truncating to an integer of just the whole number. If needed (so it doesn't break current expected templating) add a new template entry for chapter_num or something like that.

Alternatives you have considered

I looked through the template and didn't see one but I suppose I could rename the file manually but that might break the application picking up on if it was downloaded already or not.

Additional context

I'll just give an example SFW manga that has this. These are specifically indicated as being extra non-chapter content from other sources.

The Princess of Sylph - https://mangadex.org/title/927617bf-a212-44d6-9ff0-3d941fbaae2a

Nevermind. This is fixed with a Feb patch that I wasn't using. Pulled and compiled from source and it looks good after wiping out the local cache.