Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Reply
 
Thread Tools Search this Thread
Old 02-26-2024, 01:18 PM   #1501
Homer55
Enthusiast
Homer55 began at the beginning.
 
Posts: 35
Karma: 10
Join Date: Aug 2016
Device: Kindle
Hi I have a minor problem, I'm using a kindle but with koreader, kcc work great wonders by proccesing the images to the correct resolution and with landscape images and stuff. the problem is when using folders. I'm packaging the images in a nice cbz, and everything's perfect except when a folder inside the cbz contains a dot like for extras. kcc names the folder (in my case)
ch.-0024
ch.-0025
ch.-0026
etc. but with a folder with a dot (in this case ch.-26.5), it renames like ch.-0026.0005
but all the others folders stay the same and that naming convention makes it that koreader read the order of the chapters like
ch.-0024
ch.-0025
ch.-0026.0005
ch.-0026
making that the extra episode is before the main episode, after a lot googlling the problem was that all the folders should account for the dot like
ch.-0024.0000
ch.-0025.0000
ch.-0026.0000
ch.-0026.0005
then koreader will read the order correctly, my question is, is there a way to do automatically with kcc? maybe making it that when kcc detects a folder with a dot it accounts for that renaming all the chapters accordingly? or do I have to do it manually for every cbz? thanks!

if you're asking why I'm using kcc when using koreader, even they recomend this (http://koreader.rocks/user_guide/#manga)
Homer55 is offline   Reply With Quote
Old 02-26-2024, 01:48 PM   #1502
axu2
Connoisseur
axu2 began at the beginning.
 
Posts: 64
Karma: 10
Join Date: Jun 2023
Device: Kindle Scribe
That issue should be fixed in the latest v5.6.5

What version are you in?

Edit: actually the fix I was referring to was only applicable to file names, not chapter names. Let me take a look.

Edit2: I just disabled chapter number renaming OR disabled chapter renaming entirely, please test both. I'd prefer to do the former if it works for you.:

https://github.com/axu2/kcc/releases/tag/v5.7.0-sub

https://github.com/axu2/kcc/releases/tag/v5.7.0-slugify

If possible, please test the filenames here as well: https://github.com/ciromattia/kcc/issues/235

EDIT3: If none of those work, then it's a Koreader issue not sorting the chapter names naturally. Does reading in the normal Kindle software work?

Last edited by axu2; 02-26-2024 at 02:44 PM.
axu2 is offline   Reply With Quote
Old 02-26-2024, 03:06 PM   #1503
Homer55
Enthusiast
Homer55 began at the beginning.
 
Posts: 35
Karma: 10
Join Date: Aug 2016
Device: Kindle
Quote:
Originally Posted by axu2 View Post
If none of those work, then it's a Koreader issue not sorting the chapter names naturally. Does reading in the normal Kindle software work?
this is indeed a koreader issue, koreader NEEDS the folder naming to be uniform in order to be able to correclty see what chapter goes where, no things like:
ch.-24
ch.-25
ch.-26
ch.-26.5
ch.-27
ch.-28
ch.-28.5
this type of naming koreader can't work with and it reorders the folders so that the chapters with decimals appear before does without it. like this:
ch.-24
ch.-25
ch.-26.5
ch.-26
ch.-27
ch.-28.5
ch.-28
you can see this in the third link, where the chapter 1001.5 is first because it gets put before the chapter 1001 because 1001 does not include a decimal in it's name, but if all the chapters have a uniform numering system, then it works correctly, like this:
ch.-24.0
ch.-25.0
ch.-26.0
ch.-26.5
ch.-27.0
ch.-28.0
ch.-28.5
so that's why I asked if it was possible to make it so that the chapter renaming takes into account the decimals and put the same ammount of decimals in all the folder names.

edit. This type of reordering also happens when opening the file with calibre. If the folder don't have a uniform decimal syste, the order goes ch.-26.5 before ch.-26
edit2. someone else said this https://www.mobileread.com/forums/sh...21&postcount=4

Last edited by Homer55; 02-26-2024 at 03:37 PM.
Homer55 is offline   Reply With Quote
Old 02-26-2024, 07:28 PM   #1504
axu2
Connoisseur
axu2 began at the beginning.
 
Posts: 64
Karma: 10
Join Date: Jun 2023
Device: Kindle Scribe
Quote:
Originally Posted by Homer55 View Post
so that's why I asked if it was possible to make it so that the chapter renaming takes into account the decimals and put the same ammount of decimals in all the folder names.
OK, I just renamed the chapter folders numerically like how KCC currently does for image files. It maps to the full original name outside of the file structure, let me know if it works for you:

https://github.com/axu2/kcc/releases....7.0-os-sorted

Last edited by axu2; 02-26-2024 at 07:32 PM.
axu2 is offline   Reply With Quote
Old 02-26-2024, 08:47 PM   #1505
Homer55
Enthusiast
Homer55 began at the beginning.
 
Posts: 35
Karma: 10
Join Date: Aug 2016
Device: Kindle
this does indeed solve the order issue but I was honestly thinking that It would be better to just rename the folders manually, that way the Table of contents of koreader would look nice. (when using cbz)
Homer55 is offline   Reply With Quote
Old 02-26-2024, 08:55 PM   #1506
axu2
Connoisseur
axu2 began at the beginning.
 
Posts: 64
Karma: 10
Join Date: Jun 2023
Device: Kindle Scribe
I see, the ToC looks fine in EPUBs for Koreader. But CBZ doesn't preserve the original names. That's definitely a problem.

What's the advantage of using Koreader over the built in Kindle software?

At this point, it's probably better to ask the Koreader devs to add natural sort for internal cbz folders. Renaming things has caused many issues for KCC in the past, so many page order issues.

Last edited by axu2; 02-26-2024 at 09:46 PM.
axu2 is offline   Reply With Quote
Old 02-26-2024, 09:23 PM   #1507
Homer55
Enthusiast
Homer55 began at the beginning.
 
Posts: 35
Karma: 10
Join Date: Aug 2016
Device: Kindle
koreader is a great ebook reader, it allows all kind of crazy stuff, it even allows for css modification on the fly, and is also a great PDF viewer there's a reason is ported to the main e-ink devices (kobo, kindle, pocketbook), as for the manga/comics, it allow for things like, OCR, zoom on panels, contrast adjust, dithering, etc

but yeah, I'm gonna open a feature request on the koreader github, thanks for your time!!

Last edited by Homer55; 02-26-2024 at 09:59 PM.
Homer55 is offline   Reply With Quote
Old 03-16-2024, 03:23 AM   #1508
Arado
Junior Member
Arado began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Mar 2024
Device: Kindle PPW3
Hello. I'm new here, thanks for the great app !

Btw, recently I notice that the kindlegen.exe that I'm using is very old (2014). Should I update to a newer version of it ? Does it have any benefits ? And what version should I upgrade to if that the case ?
Arado is offline   Reply With Quote
Old 03-17-2024, 02:44 AM   #1509
axu2
Connoisseur
axu2 began at the beginning.
 
Posts: 64
Karma: 10
Join Date: Jun 2023
Device: Kindle Scribe
The latest version of kindlegen is included in Kindle Previewer (KCC will autodetect it.)

It's unknown if it offers any benefit over your old version, feel free to report any changes.
axu2 is offline   Reply With Quote
Old 03-24-2024, 06:32 AM   #1510
retrotronics
Junior Member
retrotronics began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Mar 2024
Device: kindle scribe
Hey there, is there a way to break up a converted epub or transfer it directly onto a device. The Cbz I am attempting to send is over 200mb, so I cannot use send to kindle.

thanks
retrotronics is offline   Reply With Quote
Old 03-24-2024, 03:47 PM   #1511
axu2
Connoisseur
axu2 began at the beginning.
 
Posts: 64
Karma: 10
Join Date: Jun 2023
Device: Kindle Scribe
Convert it to mobi in kcc and drop it into the kindles documents folder.

If you have macOS, you'll need Android File Transfer to do the usb transfer.

Alternatively, use the EPUB 200 output option.

Last edited by axu2; 03-24-2024 at 06:22 PM.
axu2 is offline   Reply With Quote
Old 03-24-2024, 06:36 PM   #1512
retrotronics
Junior Member
retrotronics began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Mar 2024
Device: kindle scribe
Quote:
Originally Posted by axu2 View Post
Convert it to mobi in kcc and drop it into the kindles documents folder.

If you have macOS, you'll need Android File Transfer to do the usb transfer.

Alternatively, use the EPUB 200 output option.
how does the mobi output compare to epub
retrotronics is offline   Reply With Quote
Old 03-24-2024, 08:27 PM   #1513
axu2
Connoisseur
axu2 began at the beginning.
 
Posts: 64
Karma: 10
Join Date: Jun 2023
Device: Kindle Scribe
EPUB is an intermediate format. When you choose MOBI output, KCC converts CBZ -> EPUB and then converts EPUB -> MOBI/AZW3.

You can drop a mobi/azw3 onto a Kindle directly into the documents folder via usb.

If you select EPUB 200 format, it skips the last step since Send to Kindle handles the conversion to AZW3. It also splits on 200 mb.

Mostly just a method difference. I prefer MOBI since USB loading onto the Scribe is simpler then uploading and downloading. And the covers are higher resolution. And I don't need to worry about the 200 mb limit.

Last edited by axu2; 04-03-2024 at 12:01 PM.
axu2 is offline   Reply With Quote
Old 04-02-2024, 08:29 PM   #1514
emilgoku
Junior Member
emilgoku began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2023
Device: Kindle Oasis 2
Is there any plans to release this for Android? Or is there any Android alternative? For ongoing series it's kind of time consuming to go on PC for each new chapter and do the whole process, specially since when sending an EPUB to a Kindle from Android you can just edit the metadata yourself unlike sending it from PC where you have to use Calibre for that
emilgoku is offline   Reply With Quote
Old 04-03-2024, 12:00 PM   #1515
axu2
Connoisseur
axu2 began at the beginning.
 
Posts: 64
Karma: 10
Join Date: Jun 2023
Device: Kindle Scribe
No plans, there are plenty of android reading apps available. I hear koreader is popular for cbz reading, though I haven't used it personally.

Last edited by axu2; 04-06-2024 at 05:27 PM.
axu2 is offline   Reply With Quote
Reply

Tags
k5 tools, kcc, kindle tools


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Comic Converter for PDF, CBZ, CBR, ZIP, RAR, PPT, PPTX jontylovell Deals and Resources (No Self-Promotion or Affiliate Links) 10 04-23-2020 06:59 PM
Margin while converting CBZ & CBR Comics into MOBI BohemianGecko Conversion 2 03-05-2013 07:26 AM
CBR or CBZ comics on kindle paperwhite arad26 Amazon Kindle 15 01-29-2013 10:42 AM
Conversion of comics (CBR/CBZ) FangornUK Conversion 269 09-05-2012 11:43 PM
Best Reader/Tablet for color comic books (cbr and cbz) astrangerhere Which one should I buy? 11 02-29-2012 11:17 PM


All times are GMT -4. The time now is 05:00 AM.


MobileRead.com is a privately owned, operated and funded community.