Skip to content

Commit

Permalink
Added script to convert epub to cbz format
Browse files Browse the repository at this point in the history
  • Loading branch information
saxx0n committed May 23, 2024
1 parent 400694e commit c691806
Show file tree
Hide file tree
Showing 2 changed files with 674 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
General purpose scripts to handle media

- flac_convert.py
- I found my old iPod and decided to see if I could get it working again with a larger flash-card inside. Turns out iPods can't handle FLAC, and most of my music was encoded as it. This was a quick and dirty script to turn all my music into Apple lossless format which it could read.
- I found my old iPod and decided to see if I could get it working again with a larger flash-card inside. Turns out iPods can't handle FLAC, and most of my music was encoded as it. This was a quick and dirty script to turn all my music into Apple lossless format which it could read.
- convert_for_komga.py
- When I switched from a kobo to a tablet for reading comics/manga, I found it really annoying to have to manually convert data into an easy to read format. Enter the free too Komga. Only, none of my epubs were setup in a way to import directly and NOT have to rebuild all the metadata. That would have sucked, so I wrote a python script to take the contents of my calibre library, walk it, make sure it wasnt already in komga, then extract the images from the epub, do a little magic to get a working cover (if needed), generate a ComicInfo.xml with the metadata dump it to disk in the folder-structure it needed.
- Still is very ineffecient in how it checks Komga
- Issues with cover detection sometimes
- Special characters and the Komga API create issues, thus the hard-coded series replacements
Loading

0 comments on commit c691806

Please sign in to comment.