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

Light Novel Specials not going in the appropriate Series #2943

Closed
edhelcu opened this issue May 6, 2024 · 1 comment · Fixed by #2977
Closed

Light Novel Specials not going in the appropriate Series #2943

edhelcu opened this issue May 6, 2024 · 1 comment · Fixed by #2977
Labels
enhancement New feature or request Parser Deals with how we parse data

Comments

@edhelcu
Copy link

edhelcu commented May 6, 2024

What happened?

i have some light novel series that i wanna have specials in. example: Serie: High School DxD 1-25; Special: High School DxD EX. but no mater how i mess around with the metadata (using Metadata Editor) i can get it to work. i tried puting in series but no Series Index (Series: High School DxD, Series Index: ) which results in that the Special is seprat under the Title name (High School DxD EX) and if put the series index as SP1 it just adds it to the normal series. and i have the File Name set as High School DxD SP1 High School DxD EX. So either the Special Tab is broken or i'm doing something wrong.

My structure is like this:
High School DxD

  • High School DxD Volume 1 Diabolus of the Old School Building
  • ect.
  • Special
    • High School DxD SP01 High School DxD EX

and this ih how i have the Metadata set up
High School DxD knipsel

but it show up as
High School DxD knipsel 2

What did you expect?

That the Special would be onder the Special Tab of the series

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

0.8.1 - Stable

What operating system is Kavita being hosted from?

Docker (LSIO Container)

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?

Chrome

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

None

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

No response

Relevant log output

N.V.T.

Additional Notes

No response

@edhelcu edhelcu added the needs-triage Needs to be triaged by a developer and assigned a release label May 6, 2024
@majora2007 majora2007 added this to To do in v0.8 - PDF & Comic Love via automation May 6, 2024
@majora2007 majora2007 added the Parser Deals with how we parse data label May 6, 2024
@majora2007
Copy link
Member

It's not that you're doing something wrong, it's just that epub doesn't really have a concept of Specials and as such, Kavita never coded up anything to allow this.

However, many users have been trying to achieve this recently. What I'm thinking is the following must be true for a Special to be captured and displayed.

  1. SP marker (SP01, SP02, etc) MUST be in the filename
  2. <meta name="calibre:series">SERIES</meta> must be in the special epub and the SERIES name must be what's going to match with the other epubs.

@majora2007 majora2007 added enhancement New feature or request and removed needs-triage Needs to be triaged by a developer and assigned a release labels Jun 3, 2024
@majora2007 majora2007 moved this from To do to In progress in v0.8 - PDF & Comic Love Jun 3, 2024
@majora2007 majora2007 moved this from In progress to Done, Not Pushed in v0.8 - PDF & Comic Love Jun 3, 2024
v0.8 - PDF & Comic Love automation moved this from Done, Not Pushed to Done Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Parser Deals with how we parse data
Projects
Development

Successfully merging a pull request may close this issue.

2 participants