View Single Post
Old 04-08-2012, 04:37 PM   #1
mr.w0lf
n00b
mr.w0lf plays well with othersmr.w0lf plays well with othersmr.w0lf plays well with othersmr.w0lf plays well with othersmr.w0lf plays well with othersmr.w0lf plays well with othersmr.w0lf plays well with othersmr.w0lf plays well with othersmr.w0lf plays well with othersmr.w0lf plays well with othersmr.w0lf plays well with others
 
Posts: 58
Karma: 2802
Join Date: Jan 2012
Device: Kindle Touch
KGCMRC - Create / convert your comics for Kindle Gallery

Hi all, as silver18 released his fantastic script for watching galleries of images in full-size screen, i needed some lines of code to convert my favourite comics from CBZ to an acceptable format, while renaiming all of them in a way Image Gallery support.

So i took my PHP interpreter and wrote this script, hope you will like it. As Windows users may not be confident with PHP, i included the necessary files into the ZIP.

New in v0.3
Code:
v0.3
 
 - fixed some forgotten ;
 - added ability to define costum functions to work on file after download
 - added questionablecontent.php recipe
With the new Crawl tool you can make you own comic directory directly from virtually any free comic site (2 recipes attached, use one of them to see how it works.. maybe i'll post a video someday )

Features
- Cross-platform (thankyou PHP )
- Comic sites crawler with recipes
- Convert .CBZ
- Convert .MNGL files ( http://foosoft.net/mangle/ )
- Convert .TXT files containing a list of images
- Rename the content of a directory in a suitable format for Image Gallery

How to install
Just un-zip it where you want, no install needed

How to run it
Open the command prompt and run this command after locating the right directory where you have placed the script
Code:
php KGCMRC.php
that will show you usage of the script. Follow the instruction and have fun!
Attached Files
File Type: zip KGCMRC0.3.zip (2.78 MB, 212 views)

Last edited by mr.w0lf; 04-14-2012 at 04:35 PM.
mr.w0lf is offline   Reply With Quote