06-08-2007, 08:56 AM | #16 |
Addict
Posts: 205
Karma: 317
Join Date: Oct 2006
Location: England
Device: Sony PRS-505, iPad, Kindle 3
|
New Release: Comic output LRF file is now written to same directory as the Comic Book. Added batch processing, you can now use multiple files on the command line
|
06-08-2007, 09:46 PM | #17 |
Addict
Posts: 250
Karma: 1232346
Join Date: Jul 2006
Location: Macau
Device: Kindle Oasis (plus lots of older devices)
|
I tried the new program and received an error. My command line was c:/comiclrf.pl -n "*.cbr"
I had six different cbr files in the directory and I noticed that it seemed to be converting all six together into one large file, instead of six different files. Did I set up the command line wrong? After it finished, it gave me this error message... "This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. LRS2LRF failed! at c:\Documents and Settings\.......\comiclrf.pl line 172" I am going to try some variations on how I set up the command line and see what happens. |
Advert | |
|
06-08-2007, 09:52 PM | #18 |
Addict
Posts: 250
Karma: 1232346
Join Date: Jul 2006
Location: Macau
Device: Kindle Oasis (plus lots of older devices)
|
I tried the same command line but without the " " and with only two files to save time. I still received the same error message and I noticed that it was taking the two files and processing them alphabetically, instead of by file. For example, it processed the first page of the first comic book, then the pages of the second comic book, then the rest of the pages of the first comic book. The images in the .cbr file are named funny, which doesn't matter when using the reader program, but it messes up the processing. I will try some more variations.
|
06-08-2007, 10:03 PM | #19 |
Addict
Posts: 250
Karma: 1232346
Join Date: Jul 2006
Location: Macau
Device: Kindle Oasis (plus lots of older devices)
|
Okay, I tried putting two file names on the command line, one after the other. It worked on the first and then gave me the same error message. I used wildcards in the file names because I was too lazy to write out the entire file. I then tried it on one file, no wildcards, and it worked. I then tried it on two files, no wildcards and it also worked. So, don't use wildcards.
Is there a way to have, say, 50 cbr files in the directory and then have the command line read c:\comiclrf.pl -n *.cbr and that would process the entire directory? Typing in every filename on the command line would take a while, especially if you have hundreds of files in a directory. Or am I just using the wildcard function wrong? The file does output to the input folder, which is great. |
06-09-2007, 02:10 PM | #20 |
Addict
Posts: 205
Karma: 317
Join Date: Oct 2006
Location: England
Device: Sony PRS-505, iPad, Kindle 3
|
New Release: Added filename wildcard support
|
Advert | |
|
06-09-2007, 10:04 PM | #21 |
Addict
Posts: 250
Karma: 1232346
Join Date: Jul 2006
Location: Macau
Device: Kindle Oasis (plus lots of older devices)
|
Thanks, worked great.
One more suggestion (man, I am sounding demanding). Sometimes a directory may have both .cbr and .cbz files. Would it be possible to have it able to accept both in a command line wildcard? For example , comiclrf.pl -n *.cb* I tried this and the .cbr files worked but the output of the .cbz files were little 15k files. This is not a big deal since I can always separate the different files and then run two batches but it would be a nice feature. |
06-09-2007, 10:12 PM | #22 |
Addict
Posts: 250
Karma: 1232346
Join Date: Jul 2006
Location: Macau
Device: Kindle Oasis (plus lots of older devices)
|
Strange. I just tried to convert the .cbz files by themselves and they remained small. Also, one of them converted a different file instead of the one I selected to convert.
|
06-10-2007, 07:40 AM | #23 |
Addict
Posts: 205
Karma: 317
Join Date: Oct 2006
Location: England
Device: Sony PRS-505, iPad, Kindle 3
|
No problems with me using "*.c*". Looks like you've got some images "ImageMagick" doesn't like, possibly corrupt?
|
06-10-2007, 09:38 AM | #24 |
Addict
Posts: 250
Karma: 1232346
Join Date: Jul 2006
Location: Macau
Device: Kindle Oasis (plus lots of older devices)
|
That could be. I tried the batch in a different folder and everything worked fine.
This is a great program. Thanks again for writing it and making it available. |
06-19-2007, 08:05 PM | #25 |
Junior Member
Posts: 3
Karma: 10
Join Date: Jun 2007
Device: Sony Portable Reader
|
noob doesn't understand
I'm completely new to this but would love to read comics on my reader. I downloaded all the programs needed to convert .cbz to .lrf but cannot for the life of me figure out how to do it. I'm using Windows XP--how to do you open a command prompt in the comiclrf directory?
Once I am able to open the command prompt I don't think I'll have any problems (knock on wood). |
06-20-2007, 05:38 AM | #26 |
Addict
Posts: 205
Karma: 317
Join Date: Oct 2006
Location: England
Device: Sony PRS-505, iPad, Kindle 3
|
Well you could try Google first as there are over a million hits on this subject.
You could create a shortcut with the following command (change the directory to suit): cmd /k "cd c:\utils\comiclrf\" |
06-20-2007, 10:44 AM | #27 |
Junior Member
Posts: 3
Karma: 10
Join Date: Jun 2007
Device: Sony Portable Reader
|
Thanks! OK, I got the command prompt but am still not getting it to create the lrf file.
The command prompt I get is: c:\comiclrf> My .cbz file is just in my c: drive (not in any folder like My Documents or anything) so after the prompt I type: comiclrf.pl "c:\Outsiders048.cbz" but the only thing that happens is the comiclrf.pl notepad file opens. I have the ImageMagick program where it should be (in Program Files) and comiclrf and Perl programs are both in my c: drive (not under program files or anything like that). Is there something simple I should be doing that will get it to work or am I really off the mark? As I said before--total noob trying to do this so any help is appreciated. |
06-20-2007, 11:07 AM | #28 |
Addict
Posts: 205
Karma: 317
Join Date: Oct 2006
Location: England
Device: Sony PRS-505, iPad, Kindle 3
|
Reinstall Perl as described in the README.txt and choose the default options. Try rebooting after that.
|
06-20-2007, 09:26 PM | #29 |
Junior Member
Posts: 3
Karma: 10
Join Date: Jun 2007
Device: Sony Portable Reader
|
Thank you! I don't know what I did before but I just uninstalled everything, reinstalled it all, rebooted, and have converted 2 files! I was going to try to do a batch but to be honest, I'm just excited that it worked at all.
Many thanks for creating something like this. My reader is probably going to get worn out a lot faster now. |
06-30-2007, 05:25 AM | #30 |
Member
Posts: 21
Karma: 10
Join Date: May 2007
Device: Sony Reader (PRS-500)
|
I'd like to thank you for this tool as well -- it takes less time to convert manga with this tool than feeding the files to Acrobat and then pdfRastafarian - and they look better too!
(goes back to reading manga now ^_^) |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Conversion of comics (CBR/CBZ) | FangornUK | Conversion | 269 | 09-06-2012 12:43 AM |
PDF -> JPG -> CBZ -> LRF | leveck | Workshop | 13 | 06-16-2011 12:21 PM |
Best (approximately 7 inch) sub-250$ reader for color comics (unzipped CBR/CBZ)? | Neole | Alternative Devices | 15 | 05-15-2011 06:02 PM |
how to read / convert comics (.cbz) | cybmole | Calibre | 8 | 10-04-2010 04:16 AM |
CBZ > LRF (LRF>HTML/MOBI????) | sideburnt | Calibre | 4 | 09-15-2009 07:44 AM |