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

Weird parsing bug #3418

Open
kanadiou opened this issue Nov 27, 2024 · 2 comments
Open

Weird parsing bug #3418

kanadiou opened this issue Nov 27, 2024 · 2 comments
Labels
information-needed Further information is requested needs-triage Needs to be triaged by a developer and assigned a release

Comments

@kanadiou
Copy link

What happened?

I have an issue with specials naming after updating kavita (i don't know which version reveal this issue)
I used to name my specials in my folders

SP01 1. nameOne
SP02 2. nameTwo

that way my specials had name

1. nameOne
2. nameTwo

now i just have

1
2

etc, i do not have any name in my specials.
it seems that the dot . brakes naming then it can't read the name after the dot
If i remove it, or replace with"-" or anything else, then i can see the full name.

What did you expect?

naming specials that way

SP01 1. nameOne
SP02 2. nameTwo

should have this result

1. nameOne
2. nameTwo

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?

Linux

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

None

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

No response

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

No response

Additional Notes

No response

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

Please include folder structure, library type, and an example of the filenames. This will help me reproduce when I look into this issue later.

@majora2007 majora2007 added the information-needed Further information is requested label Nov 27, 2024
@kanadiou
Copy link
Author

kanadiou commented Nov 27, 2024

For exemple, for "comic" library type:

Folders:

> ComicName
    - volumeOneName v01.cbr
    - volumeTwoName v02.cbr
    - volumeThreeName v03.cbr
    - SP01 1. SpecialNameOne.cbr
    - SP02 2. SpecialNameTwo.cbr

Expect Result in kavita (in previous versions it worked that way):

> ComicName
     > Volumes
          - Volume 1
          - Volume 2
          - Volume 3
     > Specials
          - 1. SpecialNameOne
          - 2. SpecialNameTwo

Weird issue with parsing name with "dot" :

> ComicName
     > Volumes
          - Volume 1
          - Volume 2
          - Volume 3
     > Specials
          - 1
          - 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
information-needed Further information is requested needs-triage Needs to be triaged by a developer and assigned a release
Projects
Development

No branches or pull requests

2 participants