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

Filename problem if contain "." in Kobo profiles #615

Closed
0xZphr opened this issue Nov 12, 2023 · 1 comment · Fixed by #616
Closed

Filename problem if contain "." in Kobo profiles #615

0xZphr opened this issue Nov 12, 2023 · 1 comment · Fixed by #616
Labels
Kobo Kobo device
Milestone

Comments

@0xZphr
Copy link

0xZphr commented Nov 12, 2023

If a file name input contains the character "." , all characters after that will be skipped in the output file.
For example: "Vol.01 Ch.001 - Shinmen Takezo.cbz" will be named "Vol.kepub.epub".

Organizing files is super difficult. Renaming the origin files to not include "." is impossible because the number of chapters can be easily 300.

@axu2
Copy link
Collaborator

axu2 commented Nov 13, 2023

Related #613

Yup, the code skips everything past first .

@vietvu94 does the PR fix your issue? Contains prebuilt binary.

@axu2 axu2 added the Kobo Kobo device label Dec 6, 2023
@axu2 axu2 added this to the 5.6.5 milestone Dec 6, 2023
@axu2 axu2 closed this as completed in #616 Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kobo Kobo device
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants