Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Formats > Other formats > LRF

Notices

Reply
 
Thread Tools Search this Thread
Old 06-08-2007, 07:56 AM   #16
FangornUK
Addict
FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.
 
FangornUK's Avatar
 
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
FangornUK is offline   Reply With Quote
Old 06-08-2007, 08:46 PM   #17
Tom Swift
Addict
Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.
 
Tom Swift's Avatar
 
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.
Tom Swift is offline   Reply With Quote
Advert
Old 06-08-2007, 08:52 PM   #18
Tom Swift
Addict
Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.
 
Tom Swift's Avatar
 
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.
Tom Swift is offline   Reply With Quote
Old 06-08-2007, 09:03 PM   #19
Tom Swift
Addict
Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.
 
Tom Swift's Avatar
 
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.
Tom Swift is offline   Reply With Quote
Old 06-09-2007, 01:10 PM   #20
FangornUK
Addict
FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.
 
FangornUK's Avatar
 
Posts: 205
Karma: 317
Join Date: Oct 2006
Location: England
Device: Sony PRS-505, iPad, Kindle 3
New Release: Added filename wildcard support
FangornUK is offline   Reply With Quote
Advert
Old 06-09-2007, 09:04 PM   #21
Tom Swift
Addict
Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.
 
Tom Swift's Avatar
 
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.
Tom Swift is offline   Reply With Quote
Old 06-09-2007, 09:12 PM   #22
Tom Swift
Addict
Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.
 
Tom Swift's Avatar
 
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.
Tom Swift is offline   Reply With Quote
Old 06-10-2007, 06:40 AM   #23
FangornUK
Addict
FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.
 
FangornUK's Avatar
 
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?
FangornUK is offline   Reply With Quote
Old 06-10-2007, 08:38 AM   #24
Tom Swift
Addict
Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.Tom Swift ought to be getting tired of karma fortunes by now.
 
Tom Swift's Avatar
 
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.
Tom Swift is offline   Reply With Quote
Old 06-19-2007, 07:05 PM   #25
sonofjorel
Junior Member
sonofjorel began at the beginning.
 
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).
sonofjorel is offline   Reply With Quote
Old 06-20-2007, 04:38 AM   #26
FangornUK
Addict
FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.
 
FangornUK's Avatar
 
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\"
FangornUK is offline   Reply With Quote
Old 06-20-2007, 09:44 AM   #27
sonofjorel
Junior Member
sonofjorel began at the beginning.
 
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.
sonofjorel is offline   Reply With Quote
Old 06-20-2007, 10:07 AM   #28
FangornUK
Addict
FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.
 
FangornUK's Avatar
 
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.
FangornUK is offline   Reply With Quote
Old 06-20-2007, 08:26 PM   #29
sonofjorel
Junior Member
sonofjorel began at the beginning.
 
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.
sonofjorel is offline   Reply With Quote
Old 06-30-2007, 04:25 AM   #30
Lime2K
Member
Lime2K began at the beginning.
 
Lime2K's Avatar
 
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 ^_^)
Lime2K is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Conversion of comics (CBR/CBZ) FangornUK Conversion 269 09-05-2012 11:43 PM
PDF -> JPG -> CBZ -> LRF leveck Workshop 13 06-16-2011 11:21 AM
Best (approximately 7 inch) sub-250$ reader for color comics (unzipped CBR/CBZ)? Neole Alternative Devices 15 05-15-2011 05:02 PM
how to read / convert comics (.cbz) cybmole Calibre 8 10-04-2010 03:16 AM
CBZ > LRF (LRF>HTML/MOBI????) sideburnt Calibre 4 09-15-2009 06:44 AM


All times are GMT -4. The time now is 12:17 PM.


MobileRead.com is a privately owned, operated and funded community.