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

Manga chapters showing up as individual mangas #3410

Open
wcamicase opened this issue Nov 25, 2024 · 11 comments
Open

Manga chapters showing up as individual mangas #3410

wcamicase opened this issue Nov 25, 2024 · 11 comments
Labels
support User is needing support on something not working but not confirmed to be a bug

Comments

@wcamicase
Copy link

What happened?

After the last update and subsequent library refresh, many of my manga now show as a chapter is a manga by itself.

image

image

What did you expect?

For the chapters to be inside the corresponding manga

Kavita Version Number - If you don not see your version number listed, please update Kavita and see if your issue still persists.

0.8.4 - Stable

What operating system is Kavita being hosted from?

Docker (Other)

If the issue is being seen on Desktop, what OS are you running where you see the issue?

Windows

If the issue is being seen in the UI, what browsers are you seeing the problem on?

Firefox, Chrome

If the issue is being seen on Mobile, what OS are you running where you see the issue?

Android

If the issue is being seen on the Mobile UI, what browsers are you seeing the problem on?

Firefox, Chrome

Relevant log output

No response

Additional Notes

Running on a Synology NAS

@wcamicase wcamicase added the needs-triage Needs to be triaged by a developer and assigned a release label Nov 25, 2024
@majora2007
Copy link
Member

I've never seen that before, but it's likely something with parsing. Give me your folder layout for Fairy Tail and the filenames.

@wcamicase
Copy link
Author

It is the same as all the other mangas I have, although only a few are afflicted.

It goes:

  • Manga
  • Fairy Tail - 100 Years Quest
  • Chapter X
  • 01.jpg
  • (...)

Here you have examples:
image
image
image

@wcamicase
Copy link
Author

wcamicase commented Nov 26, 2024

Could it be related to "#" and "-" on the name of files and/or directories?

I'm trying to find a common factor between them and these are the first things to call my attention.

The Persona 3 manga that I have has the chapter folders like this:
image

(it also suffers from the problem)

@majora2007
Copy link
Member

Ahh loose leaf images, not very flexible. I would recommend using chapter 1 for the folder name. Change a few and test.

@wcamicase
Copy link
Author

I'll try that once I get back and have some time. However, the Fairy Tail issue still remains and I believe that the ones that have a "-" also suffer from it.

It was working before though. It might be related to the changes to the scanner that were noted in the update.

@majora2007
Copy link
Member

I didn't change any parsing rules in the new version, but the way the scanner combines and goes into folders did change quite drastically, so perhaps a side effect.

I would HIGHLY recommend using archives instead. It's much more flexible, widely accepted, and allows for metadata if needed. In our discord server, there are some script to create them for you.

@nicolas35380
Copy link

nicolas35380 commented Nov 29, 2024

Hi, same problem here : if there is a number in folder name, it's not ok :

image

Exemple : if i replace The Martial God who Regressed Back to Level 2 by The Martial God who Regressed Back to Level Two : parsing and group by title is ok :

image

Result :

image


Kavita Version Number

0.8.4.2 - Stable

What operating system is Kavita being hosted from?

Docker

If the issue is being seen on Desktop, what OS are you running where you see the issue?

Windows

If the issue is being seen in the UI, what browsers are you seeing the problem on?

Firefox,

If the issue is being seen on Mobile, what OS are you running where you see the issue?

not tested

If the issue is being seen on the Mobile UI, what browsers are you seeing the problem on?

not tested

Relevant log output

No response

Additional Notes

Running on Docker -> Debian 12 -> Proxmox

@majora2007
Copy link
Member

What are the filenames? Kavita only looks at the folder name in cases where there isn't enough information to get from the filename.

You can also just use metadata one-off on cases where numbers are in the folder/filename like this. Just set the Series across it.

@nicolas35380
Copy link

nicolas35380 commented Nov 30, 2024

What are the filenames? Kavita only looks at the folder name in cases where there isn't enough information to get from the filename.

You can also just use metadata one-off on cases where numbers are in the folder/filename like this. Just set the Series across it.

(replaced "2" by "Two" in foldername to test)
image

and

image

Other one (wuthout number and parsing ok) has same filename :

image

@majora2007 majora2007 added support User is needing support on something not working but not confirmed to be a bug and removed needs-triage Needs to be triaged by a developer and assigned a release labels Dec 1, 2024
@majora2007
Copy link
Member

I'm impressed Kavita can actually group into chapters with the folder names like that. Kavita has parsing support for what's common, but leading using foreign words does not work unless support is added.

Change to using the word chapter @nicolas35380 and report back.

@nicolas35380
Copy link

nicolas35380 commented Dec 1, 2024

Always been ok with french name (autonaming from app) ;-)

In this case : i renamed _Chapitre 1 and _Chapitre 2 with chapter 1 and chapter 2 and no difference, same problem :

image

and after a scan :

image

After that, i just rename The Dark Magician Transmigrates After 66666 Years to The Dark Magician Transmigrates After many many Years ;-) (really long title...)

image

to

image

and then after a new scan 👍
image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support User is needing support on something not working but not confirmed to be a bug
Projects
None yet
Development

No branches or pull requests

3 participants