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

Renaming problem #362

Closed
cyberbad opened this issue Jun 12, 2020 · 2 comments · Fixed by #507
Closed

Renaming problem #362

cyberbad opened this issue Jun 12, 2020 · 2 comments · Fixed by #507
Labels
Bug Something isn't working
Milestone

Comments

@cyberbad
Copy link

can you add an option for not renaming files it's make some inversion depending the initial name

@darodi
Copy link
Collaborator

darodi commented Jan 22, 2023

could you give an example?
What is the input?
What is expected?
What is the current result?

@darodi darodi added invalid This doesn't seem right Question Further information is requested Awaiting feedback Further information is requested from author labels Jan 22, 2023
@4AM-Campfire
Copy link

I've just run into this problem. My .cbz file was in the incorrect order after converting due to all the files being renamed during the process.

The problem part of the file name structure was:
Input:
"...c041 (v05) - p016..."
"...c041#1 (v05) - p017..."

Output:
"...c0041-v0005-p016..."
"...c0041-0001-v05-p017..."

Only some of the files have a "#1" or "#2" in them, and the renaming method makes them sort above where they were originally, so page 17 came before page 16.

My expected result would be that the converter wouldn't change the file names at all. I can understand adding the "-kcc" at the end, but that's it. The changing to lower case, removal of characters, the removal of spaces, and whatever its doing adding extra "0"s is unwanted.

@darodi darodi added Bug Something isn't working and removed invalid This doesn't seem right Question Further information is requested Awaiting feedback Further information is requested from author labels Jan 26, 2023
@darodi darodi added this to the 5.6.2 milestone Jan 26, 2023
@darodi darodi modified the milestones: 5.6.2, 5.6.3 May 13, 2023
@darodi darodi modified the milestones: 5.6.3, 5.6.4 Aug 6, 2023
@darodi darodi modified the milestones: 5.6.4, 5.6.3 Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants