Open Issues Need Help
View All on GitHubKCC (a.k.a. Kindle Comic Converter) is a comic and manga converter for ebook readers.
KCC (a.k.a. Kindle Comic Converter) is a comic and manga converter for ebook readers.
KCC (a.k.a. Kindle Comic Converter) is a comic and manga converter for ebook readers.
AI Summary: Debug a Kindle Comic Converter (KCC) Flatpak installation issue where it fails to process comic book archive files (.cbz) located on a Samba network share. The issue is specific to the Flatpak version and works correctly when files are on a local disk. The task involves analyzing error messages, investigating file access permissions within Flatpak, and potentially modifying KCC's code or configuration to resolve Samba share compatibility.
KCC (a.k.a. Kindle Comic Converter) is a comic and manga converter for ebook readers.
AI Summary: Debug and fix a sorting issue in Kindle Comic Converter (KCC) where files are not numbered correctly when using a specific naming convention ([title] 1, [title] 2, etc.). The issue occurs in left-to-right mode and involves correcting the sorting algorithm to handle numerical suffixes properly. The fix should ensure that files are sorted in ascending numerical order regardless of the number of digits in the suffix.
KCC (a.k.a. Kindle Comic Converter) is a comic and manga converter for ebook readers.
AI Summary: The task is to resolve warnings related to the deprecated `pkg_resources` module within the KCC (Kindle Comic Converter) project. These warnings appear when running the `kcc-c2e` command-line tool and stem from PyInstaller's use of `pkg_resources`, which is scheduled for removal. The solution likely involves updating PyInstaller or finding an alternative method to handle the dependencies within the application.
KCC (a.k.a. Kindle Comic Converter) is a comic and manga converter for ebook readers.
AI Summary: Implement a user-configurable option in the KCC (Kindle Comic Converter) application to control the order of page display when using the indeterminate spread splitter. This involves adding a checkbox to the GUI and modifying the page rendering logic to respect the user's choice (either rotated pages first, or split pages first).
KCC (a.k.a. Kindle Comic Converter) is a comic and manga converter for ebook readers.