Recent content by MatNyaga

  1. MatNyaga

    Hacking E-book Reader [PCSC80012] English translation + How to add custom books

    Thanks for the info, I've pushed out a release with a slight update on my github.
  2. MatNyaga

    Hacking E-book Reader [PCSC80012] English translation + How to add custom books

    ver 0.4 - Added additional EPUB check: if there are images greater than 1.20MB, the user will be prompted with a warning. - Redesigned book cover selection window - Cover, back and spine images now can be edited or added separately. @GrapheneCt - Added a check to ensure the book library has been...
  3. MatNyaga

    Hacking E-book Reader [PCSC80012] English translation + How to add custom books

    I was doing some tests over the weekend and encountered the same issue. Would you mind using the following tool: https://sourceforge.net/projects/comictoepub/ and report to us if it works or not. The tool tends to crash at random if your comic book is ~250 pages though, so keep that in mind.
  4. MatNyaga

    Hacking E-book Reader [PCSC80012] English translation + How to add custom books

    -Minor bug fixes -Added a refresh button Note - When editing a book in the library, if you wish to add a new image, be sure to reselect the other images as well.
  5. MatNyaga

    Hacking E-book Reader [PCSC80012] English translation + How to add custom books

    ver 0.3 -Adds multiple books from multiple DLC folders into the library -You can now delete books -You can now view Book Details -Fixed a bug where authors were not being serialized properly -You can now Edit book details -Fixed a bug where the application would crash if no EPUB is selected...
  6. MatNyaga

    Hacking E-book Reader [PCSC80012] English translation + How to add custom books

    Thanks, @GrapheneCt No problem, I've updated that part. Changelog ver 0.2 -Fixed settings.ini "file not found exception" -Set a limit of 588 books -Added XML serialization ("metadata.xml") to enable a Book Gallery i.e Shows the number of books that are present -Updated author information...
  7. MatNyaga

    Hacking E-book Reader [PCSC80012] English translation + How to add custom books

    Actually, try this tool instead: https://sourceforge.net/projects/comictoepub/
  8. MatNyaga

    Hacking E-book Reader [PCSC80012] English translation + How to add custom books

    Changelog (ver 0.1) - Added a book index to ensure Book 01 is always skipped - Fixed a bug where the number of Books was incorrectly displayed (The application now looks for "metadata.xml" before adding a book to the library counter) - Loops through all the Book Numbers before adding a new book...
  9. MatNyaga

    Hacking E-book Reader [PCSC80012] English translation + How to add custom books

    3.60 (with 0syscall6 plugin) and 3.65. It also only uses repatch 2.71 auto The tool doesn't do conversions, it just adds them to the "Reader" application in the correct format. Use this other application if KCC doesn't work: https://github.com/dragouf/CbrPdfConverter I haven't tested it myself...
  10. MatNyaga

    Hacking E-book Reader [PCSC80012] English translation + How to add custom books

    Thanks for testing. I'll work on it when I wake up. Please notify me of any more bugs.
  11. MatNyaga

    Hacking E-book Reader [PCSC80012] English translation + How to add custom books

    Minor bug fix (Images weren't showing up):
  12. MatNyaga

    Hacking E-book Reader [PCSC80012] English translation + How to add custom books

    I've hastily put together an application that helps users add books into the reader format. It's probably buggy, in case you encounter any bugs please let me know: Source: https://github.com/MatNyaga/Vita-Book-Edit/tree/master - Deleting books not implemented yet -Select a folder to use as a...
  13. MatNyaga

    Hacking E-book Reader [PCSC80012] English translation + How to add custom books

    Thanks, @GrapheneCt I'll do some experimentation with the application to find out what can and cannot be done. Also maybe we can have a small tool to edit the metadata file and put in the corresponding images i.e front cover, back, and spine (perhaps even with a library). I can use C# .NET. Then...
  14. MatNyaga

    Hacking E-book Reader [PCSC80012] English translation + How to add custom books

    Update: After some research and testing it turns out you can convert Text PDFs as well. Use the following tool: -CbxConverter and install GhostScript as well. -Resize your images to ~720p Max. -Use the Kindle Comic Converter tool to convert to EPUB (Make su7re stretch/Upscale is unchecked)...
  15. MatNyaga

    Hacking E-book Reader [PCSC80012] English translation + How to add custom books

    @GrapheneCt So I got Reader on ver 1.62 running on 3.60 using this new tool by SKleba: "0syscall6" - It works by patching calls in the secure_kernel. However, the English translation patch does not work. What could the issue be? Is it set to work specifically on 3.65? auto Update: I've tried...