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 07-04-2008, 05:12 PM   #151
serpentium
eAddictd
serpentium began at the beginning.
 
serpentium's Avatar
 
Posts: 41
Karma: 10
Join Date: Apr 2008
Location: Italia
Device: PRS505, Iliad Book Edition
OSx working

Quote:
Originally Posted by FangornUK View Post
Update: Version 2.2 released
  • Mac OS X version fixed
  • Fix handling of CBZ files that contain directories
Now it works on my OSx (Leopard).
It's really great software.

I hope you will insert it in calibre (maybe a pop up saying "thanks to the author for the plugin"?) to convert cbz to lrf directly there.

NOTE: previously i saw in mobileread a piece of software to cut properly images to fit better sony reader... they are too big for my eyes; so i was thinking... could u use the code (gpl license) in your beautiful program to make it my second and last useful software (first is still calibre!!!!)?
maybe big expectations
serpentium is offline   Reply With Quote
Old 07-05-2008, 07:46 AM   #152
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
Feel free to use the code.
FangornUK is offline   Reply With Quote
Advert
Old 07-05-2008, 11:02 PM   #153
krighton
Addict
krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.
 
Posts: 213
Karma: 4726
Join Date: Aug 2007
Device: sony reader
i'm probably missing something, i've read the readme.txt but can't figure out the command line for doing a batch of files all at once...could someone please post the exact command line for converting a batch of files that are all in the same location...right now i'm just dragging and dropping files one at a time into the cmd window....i'm using windows also.

ah, comiclrf *.cbr seems to be working....

Last edited by krighton; 07-05-2008 at 11:06 PM.
krighton is offline   Reply With Quote
Old 07-06-2008, 08:34 AM   #154
krighton
Addict
krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.krighton is fluent in JavaScript as well as Klingon.
 
Posts: 213
Karma: 4726
Join Date: Aug 2007
Device: sony reader
i'll have to keep reading, the program crashes when it's trying to convert the 10th file......also when enlarging the size of the comic via the reader, is it possible to scroll across the entire comic, or do you need to read it in actual size....haven't found the button combination that lets you move around the page (if that's possible).

Last edited by krighton; 07-06-2008 at 08:38 AM.
krighton is offline   Reply With Quote
Old 07-06-2008, 11:05 AM   #155
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
Update: Version 2.3 released
  • Fixed memory leak with ImageMagick, causing ComicLRF to crash after multiple Comics converted.

Krighton, this will fix your crashing. You can switch to landscape mode on the reader and move up and down the zoomed image. I don't know if you can do that in portrait mode.
FangornUK is offline   Reply With Quote
Advert
Old 07-07-2008, 06:27 AM   #156
klikklak
Connoisseur
klikklak doesn't litterklikklak doesn't litter
 
Posts: 86
Karma: 124
Join Date: Nov 2007
Location: helsinki
Device: nokia 770, PRS-500
Tip for linux users

Thanks for the great tool, I think it'll give new life to my 500.

Anyway, since this wasn't mentioned in the thread here's a tip on how to do whole directories. (I hope I didn't do any errors, the rename's could probably be done better, but it seems to work)

find . -name '*cb?' -print0 | xargs -0 -i comiclrf {}

to rename:
find . -name '*zip' -print0 |xargs -0 -i rename 's/\.zip/\.cbz/' {}

and to copy
find . -name '*lrf' -print0 |xargs -0 -i cp {} /media/disk-1

and to remove [text]
find . -name '*cb?' -print0 |xargs -0 -i rename 's/(\[(.*)\])//' {}

a question: I seem to get errors with some files, is archived subdirectories support coming soon? (I'm presuming that is what causes the errors)

Last edited by klikklak; 07-07-2008 at 11:30 AM. Reason: added quotes. and found the edit.
klikklak is offline   Reply With Quote
Old 07-07-2008, 07:52 AM   #157
klikklak
Connoisseur
klikklak doesn't litterklikklak doesn't litter
 
Posts: 86
Karma: 124
Join Date: Nov 2007
Location: helsinki
Device: nokia 770, PRS-500
Sorry about double posting, but I couldn't find edit.

It wasn't the subdirectories in archives, it handles those fine.
It however looks like it hangs on [Lasher99] in the filename. Perhaps you could add code to properly escape []'s.
klikklak is offline   Reply With Quote
Old 07-07-2008, 04:59 PM   #158
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
klikklak, I'm not sure what you mean. Do you mean single quotes in comic filenames or the image filenames inside the archive? I tried both these and they work on Windows.
FangornUK is offline   Reply With Quote
Old 07-08-2008, 05:11 AM   #159
klikklak
Connoisseur
klikklak doesn't litterklikklak doesn't litter
 
Posts: 86
Karma: 124
Join Date: Nov 2007
Location: helsinki
Device: nokia 770, PRS-500
I mean the comic .cbz filenames. The error it gives is the ERROR: No valid file to process,
which according to the code is only when the given filelist is 0 (if I interpreted that correctly). Anyway, this is repeatable and easily fixed by removing square brackets from the filename.

I've been also getting errors with THUMBNAIL, but I haven't been able to isolate that.
klikklak is offline   Reply With Quote
Old 07-09-2008, 10:34 AM   #160
SurgE
Serial Bricker
SurgE doesn't litterSurgE doesn't litter
 
Posts: 65
Karma: 104
Join Date: Feb 2008
Location: Singapore
Device: Sony PRS-505, Kindle 3 KSO
hey dude, great work

Just checking. When you extract cbr/cbzs, do u sort them first by folder than by filename?
i.e

- folder 001
- - file 01
- - file 02
- folder 002
- - file 001
- - file 002

I noticed that the conversion utility is converting them by filename sequence, ignoring the directories they were previously in. Is it possible for the application to first sort the files by directory then by filename?
SurgE is offline   Reply With Quote
Old 07-10-2008, 10:56 AM   #161
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
I never knew archives would have that format, I've never seen that before. I'll look into fixing it.
FangornUK is offline   Reply With Quote
Old 07-10-2008, 07:32 PM   #162
GolfClap
Junior Member
GolfClap began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jul 2008
Device: Sony Reader prs505
Hi. I believe its great sofware but I failed to launch it: then I write to command line comiclrf and pressed enter screen shows up but after second it disappeares... I can not even drag and drop files in this screen.. Please help me

(I am on Win Xp)
oh, i have found that i cn just drag file to exe file.
But now i dont know how to use options (-r, -s, etc.)...

Last edited by GolfClap; 07-10-2008 at 08:08 PM.
GolfClap is offline   Reply With Quote
Old 07-11-2008, 09:00 AM   #163
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
Looks like you haven't opened a command prompt and just started ComicLRF from the Start Menu "Run" window.

Press "Window key and R", then enter "cmd". A command prompt starts. Then in the command prompt window enter "comiclrf" and it should display some help.
FangornUK is offline   Reply With Quote
Old 07-15-2008, 04:25 PM   #164
GolfClap
Junior Member
GolfClap began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jul 2008
Device: Sony Reader prs505
powerful tool

but today i got an error: local variable "thumbnail" referenced before assigment. What does it mean?
GolfClap is offline   Reply With Quote
Old 07-16-2008, 04:50 AM   #165
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 idea, I'd need more information and preferably the comic file it fails on.
FangornUK 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 05:46 AM.


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